Resolve "add horn sat algorithm"
Compare changes
+ 46
− 24
@@ -18,23 +18,38 @@ module Term : Dolmen_dimacs.Term
@@ -44,19 +59,20 @@ module S = Set.Make(struct type t = int let compare = compare end)
@@ -72,19 +88,22 @@ let add_unsat_duplicate (trace : string list ref) (x : int) =
@@ -94,13 +113,16 @@ let process (statements: M.statement list) =