mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix
This commit is contained in:
parent
25d1bca583
commit
a797220484
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ namespace polysat {
|
|||
continue;
|
||||
if (!c1.is_pos_eq())
|
||||
continue;
|
||||
if (!c1.is_currently_true(s)) // may happen if value of 'v' was propagated by slicing, thus falsifying c1 (which then is the conflict constraint)
|
||||
continue;
|
||||
SASSERT(c1.is_currently_true(s));
|
||||
SASSERT(c2.is_currently_false(s));
|
||||
SASSERT_EQ(c1.bvalue(s), l_true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue