mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
Update use of insert_eval and lemma scores to support propagation
This commit is contained in:
parent
fca4f18194
commit
85715eb164
6 changed files with 76 additions and 59 deletions
|
@ -725,7 +725,7 @@ namespace polysat {
|
|||
}
|
||||
while (e != first);
|
||||
|
||||
SASSERT(all_of(lemma, [this](sat::literal lit) { return s.m_bvars.value(lit) == l_false; }));
|
||||
SASSERT(all_of(lemma, [this](sat::literal lit) { return s.m_bvars.value(lit) == l_false || s.lit2cnstr(lit).is_currently_false(s); }));
|
||||
core.add_lemma("viable", lemma.build());
|
||||
core.logger().log(inf_fi(*this, v));
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue