mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
port progation from cons branch
This commit is contained in:
parent
2d08baf3d5
commit
603b5552fa
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue