mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
port progation from cons branch
This commit is contained in:
parent
2d08baf3d5
commit
603b5552fa
|
@ -4641,6 +4641,7 @@ namespace sat {
|
||||||
is_sat = bounded_search();
|
is_sat = bounded_search();
|
||||||
if (is_sat == l_undef) {
|
if (is_sat == l_undef) {
|
||||||
do_restart(true);
|
do_restart(true);
|
||||||
|
propagate(false);
|
||||||
}
|
}
|
||||||
extract_fixed_consequences(unfixed_lits, assumptions, unfixed_vars, conseq);
|
extract_fixed_consequences(unfixed_lits, assumptions, unfixed_vars, conseq);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue