mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -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
|
||||
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 =
|
||||
let store = self.store in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue