This commit is contained in:
Simon Cruanes 2021-02-16 18:06:38 -05:00
parent 14e07f7a8a
commit 6df35161b0

View file

@ -1987,7 +1987,7 @@ module Make(Plugin : PLUGIN)
assert (st.elt_head = st.th_head); assert (st.elt_head = st.th_head);
if Vec.size st.trail = nb_elt st.st then raise_notrace E_sat; if Vec.size st.trail = nb_elt st.st then raise_notrace E_sat;
if n_of_conflicts > 0 && !conflictC >= n_of_conflicts then ( if n_of_conflicts > 0 && !conflictC >= n_of_conflicts then (
Log.debug info "(@[sat.restarting@])"; Log.debug info "(sat.restarting)";
cancel_until st 0; cancel_until st 0;
raise_notrace Restart raise_notrace Restart
); );