3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-11-23 17:52:14 +07:00
parent 0a671f2f44
commit f87e187b62
2 changed files with 6 additions and 3 deletions

View file

@ -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;