mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
revert
This commit is contained in:
parent
40d5b96ffa
commit
de88fb3875
1 changed files with 2 additions and 1 deletions
|
@ -222,7 +222,8 @@ namespace polysat {
|
||||||
case l_false:
|
case l_false:
|
||||||
// We have a bool/eval conflict with one of the side conditions.
|
// We have a bool/eval conflict with one of the side conditions.
|
||||||
// This happens if the side condition was already bool-propagated, but appears in the propagation queue after c.
|
// This happens if the side condition was already bool-propagated, but appears in the propagation queue after c.
|
||||||
UNREACHABLE(); // since propagation now checks bool/eval conflicts before narrowing, this case should be impossible.
|
// UNREACHABLE(); // since propagation now checks bool/eval conflicts before narrowing, this case should be impossible.
|
||||||
|
// TODO: why does it still trigger?
|
||||||
s.set_conflict(~sc);
|
s.set_conflict(~sc);
|
||||||
return true;
|
return true;
|
||||||
case l_undef:
|
case l_undef:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue