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:
parent
086194480e
commit
fb1178dea3
2 changed files with 22 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue