X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FfoUtils.mli;h=c23779bde0bfe1cb7e40d981195e67b77942e149;hb=c22f39a5d5afc0ef55beb221e00e2e6703b13d90;hp=139e81f2ed541d1f56145a36fdc872d03c64cb08;hpb=07fb52e761b192a97c6fe00c657e670b2d1fc2f1;p=helm.git diff --git a/helm/software/components/ng_paramodulation/foUtils.mli b/helm/software/components/ng_paramodulation/foUtils.mli index 139e81f2e..c23779bde 100644 --- a/helm/software/components/ng_paramodulation/foUtils.mli +++ b/helm/software/components/ng_paramodulation/foUtils.mli @@ -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