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 2017-04-30 11:28:26 -07:00
commit d6e2e1f28f
2 changed files with 5 additions and 2 deletions

View file

@ -3389,6 +3389,9 @@ static void back_remove(sat::literal_vector& lits, sat::literal l) {
literal lit = *it;
if (value(lit) != l_undef) {
++num_fixed;
if (value(lit) == l_true && lvl(lit) == 1) {
VERIFY(extract_fixed_consequences(lit, assumptions, unfixed_vars, conseq));
}
continue;
}
push();