mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 20:55:39 -05:00
detail
This commit is contained in:
parent
b108d9f3df
commit
45de142b22
1 changed files with 0 additions and 3 deletions
|
|
@ -133,9 +133,6 @@ module Make(A: ARG)
|
||||||
let emit_proof = A.proof_trans c in
|
let emit_proof = A.proof_trans c in
|
||||||
CC.add_clause ~pool:self.cpool cc c emit_proof)
|
CC.add_clause ~pool:self.cpool cc c emit_proof)
|
||||||
end;
|
end;
|
||||||
|
|
||||||
(* TODO: find some potential dyn-trans axioms; add them to self.sat
|
|
||||||
if they're not in done_inst *)
|
|
||||||
()
|
()
|
||||||
|
|
||||||
let on_conflict (self:t) (cc:CC.t) ~th lits : unit =
|
let on_conflict (self:t) (cc:CC.t) ~th lits : unit =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue