mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
typo
This commit is contained in:
parent
14e07f7a8a
commit
6df35161b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue