Skip to content

Commit 603b555

Browse files
port progation from cons branch
1 parent 2d08baf commit 603b555

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sat/sat_solver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4640,7 +4640,8 @@ namespace sat {
46404640
else {
46414641
is_sat = bounded_search();
46424642
if (is_sat == l_undef) {
4643-
do_restart(true);
4643+
do_restart(true);
4644+
propagate(false);
46444645
}
46454646
extract_fixed_consequences(unfixed_lits, assumptions, unfixed_vars, conseq);
46464647
}

0 commit comments

Comments
 (0)