This commit is contained in:
Simon Cruanes 2021-09-13 06:46:54 -04:00
parent d7f09d5b09
commit 91a307d6fa
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6

View file

@ -133,9 +133,6 @@ module Make(A: ARG)
let emit_proof = A.proof_trans c in
CC.add_clause ~pool:self.cpool cc c emit_proof)
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 =