mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
fix test_l4
This commit is contained in:
parent
f9b1b4e65d
commit
8103627e47
2 changed files with 5 additions and 2 deletions
|
@ -178,7 +178,9 @@ namespace polysat {
|
|||
SASSERT(!is_conflict());
|
||||
SASSERT(c->unit_clause());
|
||||
if (c.bvalue(*this) == l_false)
|
||||
m_conflict.set(c); // we already added ~c => conflict at base level
|
||||
m_conflict.set(~c); // we already added ~c => conflict
|
||||
else if (c.is_always_false())
|
||||
m_conflict.set(c);
|
||||
else
|
||||
propagate_bool(c.blit(), c->unit_clause());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue