mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-13 06:20:55 -05:00
Removed some useless semi-colons
This commit is contained in:
parent
31f5fdd1ae
commit
381081314e
1 changed files with 2 additions and 2 deletions
|
|
@ -844,7 +844,7 @@ module Make (L : Log_intf.S)(E : Expr_intf.S)
|
||||||
try
|
try
|
||||||
while true do
|
while true do
|
||||||
begin try
|
begin try
|
||||||
search (to_int !n_of_conflicts) (to_int !n_of_learnts);
|
search (to_int !n_of_conflicts) (to_int !n_of_learnts)
|
||||||
with
|
with
|
||||||
| Restart ->
|
| Restart ->
|
||||||
n_of_conflicts := !n_of_conflicts *. env.restart_inc;
|
n_of_conflicts := !n_of_conflicts *. env.restart_inc;
|
||||||
|
|
@ -854,7 +854,7 @@ module Make (L : Log_intf.S)(E : Expr_intf.S)
|
||||||
Th.if_sat (full_slice tag);
|
Th.if_sat (full_slice tag);
|
||||||
if not !tag then raise Sat
|
if not !tag then raise Sat
|
||||||
end
|
end
|
||||||
done;
|
done
|
||||||
with
|
with
|
||||||
| Sat -> ()
|
| Sat -> ()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue