]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/foUtils.mli
Moved ID management inside the bag
[helm.git] / helm / software / components / ng_paramodulation / foUtils.mli
index 139e81f2ed541d1f56145a36fdc872d03c64cb08..c23779bde0bfe1cb7e40d981195e67b77942e149 100644 (file)
@@ -42,13 +42,6 @@ module Utils (B : Terms.Blob) :
     (* relocate [maxvar] [varlist] -> [newmaxvar] * [varlist] * [relocsubst] *)
     val relocate : int -> int list -> int * int list * B.t Terms.substitution 
 
-    (* also gives a fresh ID to the clause *)
-    val add_to_bag : 
-          B.t Terms.bag -> B.t Terms.unit_clause -> 
-            B.t Terms.bag * B.t Terms.unit_clause
-
-    val empty_bag : B.t Terms.bag
-
     val compare_passive_clauses_weight :
       B.t Terms.passive_clause -> B.t Terms.passive_clause -> int