mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 15:55:46 +00:00
Store only literals in the conflict state
This commit is contained in:
parent
fde78f99c3
commit
63031548cb
10 changed files with 73 additions and 145 deletions
|
@ -61,8 +61,6 @@ namespace polysat {
|
|||
signed_constraint c = resolve1(v, c1, c2);
|
||||
if (!c)
|
||||
continue;
|
||||
if (!c->has_bvar())
|
||||
s.m_constraints.ensure_bvar(c.get());
|
||||
|
||||
switch (c.bvalue(s)) {
|
||||
case l_false:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue