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:
parent
2d08baf3d5
commit
603b5552fa
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue