X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Forderings.mli;h=7586d41ac6c611ea31dd9f0c0ee0fc59437ec347;hb=4ae7d510a430a2a6929f973d36b993d528772d64;hp=ccd6bf2864b4650174313446b6e1809b6b76f517;hpb=a14157957532b731330492388ab32909b4147758;p=helm.git diff --git a/helm/software/components/ng_paramodulation/orderings.mli b/helm/software/components/ng_paramodulation/orderings.mli index ccd6bf286..7586d41ac 100644 --- a/helm/software/components/ng_paramodulation/orderings.mli +++ b/helm/software/components/ng_paramodulation/orderings.mli @@ -22,4 +22,7 @@ module Orderings (B : Terms.Blob) : 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