3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-21 01:24:43 +00:00

Additional band lemmas (solves bench11)

This commit is contained in:
Jakob Rath 2022-11-30 17:05:13 +01:00
parent 086194480e
commit fb1178dea3
2 changed files with 22 additions and 9 deletions

View file

@ -653,6 +653,7 @@ namespace polysat {
if (c) {
LOG("Violated constraint: " << c);
lemma = c.produce_lemma(*this, a);
LOG("Produced lemma: " << show_deref(lemma));
}
}
SASSERT(m_search.size() == old_size);