3
0
Fork 0
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:
Clemens Eisenhofer 2023-03-06 10:12:32 +01:00
parent d80f9f83dc
commit e343a3ecd3
4 changed files with 53 additions and 10 deletions

View file

@ -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;