mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
detail
This commit is contained in:
parent
7f18e5f29a
commit
227662f789
1 changed files with 2 additions and 1 deletions
|
|
@ -1676,7 +1676,8 @@ module Make(Plugin : PLUGIN)
|
||||||
(* Assert that the conflict is indeeed a conflict *)
|
(* Assert that the conflict is indeeed a conflict *)
|
||||||
let check_is_conflict_ self (c:Clause.t) : unit =
|
let check_is_conflict_ self (c:Clause.t) : unit =
|
||||||
if not @@ Array.for_all (Atom.is_false self.store) c.atoms then (
|
if not @@ Array.for_all (Atom.is_false self.store) c.atoms then (
|
||||||
invalid_argf "conflict should be false: %a" (Clause.debug self.store) c
|
Log.debugf 0 (fun k->k"conflict should be false: %a" (Clause.debug self.store) c);
|
||||||
|
assert false
|
||||||
)
|
)
|
||||||
|
|
||||||
(* some boolean literals were decided/propagated within Msat. Now we
|
(* some boolean literals were decided/propagated within Msat. Now we
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue