X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FfoUtils.mli;h=d725d3c7f89126e3f76afb95fd5de9b75d439400;hb=5780119aea0a20e74f7c153add432f5d491ee2a5;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..d725d3c7f 100644 --- a/helm/software/components/ng_paramodulation/foUtils.mli +++ b/helm/software/components/ng_paramodulation/foUtils.mli @@ -13,7 +13,7 @@ val lexicograph : ('a -> 'b -> int) -> 'a list -> 'b list -> int -module Utils (B : Terms.Blob) : +module Utils (B : Orderings.Blob) : sig val eq_foterm : B.t Terms.foterm -> B.t Terms.foterm -> bool val compare_foterm : B.t Terms.foterm -> B.t Terms.foterm -> int @@ -40,14 +40,9 @@ module Utils (B : Terms.Blob) : int -> B.t Terms.unit_clause -> B.t Terms.unit_clause * int (* 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 relocate : + int -> int list -> B.t Terms.substitution -> + int * int list * B.t Terms.substitution val compare_passive_clauses_weight : B.t Terms.passive_clause -> B.t Terms.passive_clause -> int