mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
update saturation
This commit is contained in:
parent
412b6ffd4a
commit
1a810cc696
3 changed files with 44 additions and 44 deletions
|
@ -200,6 +200,7 @@ namespace polysat {
|
|||
for (auto premise : premises) {
|
||||
keep(premise);
|
||||
SASSERT(premise->has_bvar());
|
||||
SASSERT(s().m_bvars.value(premise.blit()) == l_true); // otherwise the propagation doesn't make sense
|
||||
c_lemma.push(~premise.blit());
|
||||
active_level = std::max(active_level, s().m_bvars.level(premise.blit()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue