]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/orderings.mli
First attempt for refined goal selection strategy
[helm.git] / helm / software / components / ng_paramodulation / orderings.mli
index ccd6bf2864b4650174313446b6e1809b6b76f517..ab5c1897bbbfc5785204bbf54d8a7ec35d98f742 100644 (file)
@@ -22,4 +22,10 @@ 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
+
+    val compute_goal_weight :
+      B.t Terms.unit_clause -> int
+
   end