mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix warning
This commit is contained in:
parent
350a23d99e
commit
debd8bcaf8
1 changed files with 1 additions and 1 deletions
|
|
@ -1163,7 +1163,7 @@ module Make(Plugin : PLUGIN)
|
||||||
|
|
||||||
(* minimize conflict by removing atoms whose propagation history
|
(* minimize conflict by removing atoms whose propagation history
|
||||||
is ultimately self-subsuming with [lits] *)
|
is ultimately self-subsuming with [lits] *)
|
||||||
let minimize_conflict (self:t) (c_level:int)
|
let minimize_conflict (self:t) (_c_level:int)
|
||||||
(learnt: atom Vec.t) : unit =
|
(learnt: atom Vec.t) : unit =
|
||||||
let store = self.store in
|
let store = self.store in
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue