mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix bug
This commit is contained in:
parent
2e8b45edbc
commit
ac706f3e56
1 changed files with 2 additions and 0 deletions
|
|
@ -1134,6 +1134,8 @@ module Make
|
|||
if is_unsat () then raise Unsat;
|
||||
let n_of_conflicts = ref (to_float env.restart_first) in
|
||||
let n_of_learnts = ref ((to_float (nb_clauses())) *. env.learntsize_factor) in
|
||||
(* return to level 0 before pushing assumptions *)
|
||||
cancel_until 0;
|
||||
push_assumptions assumptions;
|
||||
assert (env.base_level <= List.length assumptions);
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue