Removed some useless semi-colons

This commit is contained in:
Guillaume Bury 2015-03-16 13:56:28 +01:00
parent 31f5fdd1ae
commit 381081314e

View file

@ -844,7 +844,7 @@ module Make (L : Log_intf.S)(E : Expr_intf.S)
try
while true do
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
| Restart ->
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);
if not !tag then raise Sat
end
done;
done
with
| Sat -> ()