X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Forderings.mli;h=ab5c1897bbbfc5785204bbf54d8a7ec35d98f742;hb=07fb52e761b192a97c6fe00c657e670b2d1fc2f1;hp=c7f67aa09313fb1ec9127856ec9f8d06b7c3338e;hpb=b60b04a930b208dc0bf8876305c4fa5ea2aeb619;p=helm.git diff --git a/helm/software/components/ng_paramodulation/orderings.mli b/helm/software/components/ng_paramodulation/orderings.mli index c7f67aa09..ab5c1897b 100644 --- a/helm/software/components/ng_paramodulation/orderings.mli +++ b/helm/software/components/ng_paramodulation/orderings.mli @@ -18,9 +18,14 @@ module Orderings (B : Terms.Blob) : * - stable for instantiation * - total on ground terms * - * The output can range only on Eq, Lt, Gt, Incomparable *) val compare_terms : B.t Terms.foterm -> B.t Terms.foterm -> Terms.comparison + val compute_unit_clause_weight : + B.t Terms.unit_clause -> int + + val compute_goal_weight : + B.t Terms.unit_clause -> int + end