3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

port progation from cons branch

This commit is contained in:
Nikolaj Bjorner 2020-05-06 12:21:01 -07:00
parent 2d08baf3d5
commit 603b5552fa

View file

@ -4640,7 +4640,8 @@ namespace sat {
else {
is_sat = bounded_search();
if (is_sat == l_undef) {
do_restart(true);
do_restart(true);
propagate(false);
}
extract_fixed_consequences(unfixed_lits, assumptions, unfixed_vars, conseq);
}