mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 09:37:44 +00:00
Parity bug fix
Moved div_monotonicity to extra lemma
This commit is contained in:
parent
d80f9f83dc
commit
e343a3ecd3
4 changed files with 53 additions and 10 deletions
|
@ -24,7 +24,8 @@ namespace polysat {
|
|||
class saturation {
|
||||
|
||||
friend class parity_tracker;
|
||||
|
||||
friend class conflict_resolver;
|
||||
|
||||
solver& s;
|
||||
clause_builder m_lemma;
|
||||
char const* m_rule = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue