mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
Expand always-false check
This commit is contained in:
parent
27b31c88d2
commit
e08e124790
3 changed files with 11 additions and 5 deletions
|
@ -196,6 +196,7 @@ namespace polysat {
|
|||
break;
|
||||
case l_undef:
|
||||
if (c.is_always_false()) {
|
||||
LOG("Always false: " << c);
|
||||
// asserted an always-false constraint
|
||||
set_conflict_at_base_level();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue