]> 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 7586d41ac6c611ea31dd9f0c0ee0fc59437ec347..ab5c1897bbbfc5785204bbf54d8a7ec35d98f742 100644 (file)
@@ -25,4 +25,7 @@ module Orderings (B : Terms.Blob) :
     val compute_unit_clause_weight :
       B.t Terms.unit_clause -> int
 
+    val compute_goal_weight :
+      B.t Terms.unit_clause -> int
+
   end