mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
This commit is contained in:
parent
0a671f2f44
commit
f87e187b62
2 changed files with 6 additions and 3 deletions
|
@ -348,6 +348,8 @@ namespace euf {
|
|||
continue;
|
||||
if (!is_relevant(n))
|
||||
continue;
|
||||
if (n->bool_var() == sat::null_bool_var)
|
||||
continue;
|
||||
bool tt = l_true == s().value(n->bool_var());
|
||||
if (tt && !mdl.is_false(e))
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue