X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Forderings.mli;h=7586d41ac6c611ea31dd9f0c0ee0fc59437ec347;hb=7477c3dbbc2fafe248d48302be0d6ba4cb38d062;hp=74989c3ebaae8872686ef6a7cfe1e09d9492c80c;hpb=b4afece869ffd5e87bd9faca6f1bad765ae5756d;p=helm.git diff --git a/helm/software/components/ng_paramodulation/orderings.mli b/helm/software/components/ng_paramodulation/orderings.mli index 74989c3eb..7586d41ac 100644 --- a/helm/software/components/ng_paramodulation/orderings.mli +++ b/helm/software/components/ng_paramodulation/orderings.mli @@ -17,8 +17,12 @@ module Orderings (B : Terms.Blob) : (* This order relation should be: * - stable for instantiation * - total on ground terms + * *) val compare_terms : B.t Terms.foterm -> B.t Terms.foterm -> Terms.comparison + val compute_unit_clause_weight : + B.t Terms.unit_clause -> int + end