]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/orderings.mli
Branched paramodulation for CNF (Horn clauses)
[helm.git] / helm / software / components / ng_paramodulation / orderings.mli
index a6d1a87432f71acc0c47cdfa44492b78e092ec64..7c66cc40bced62d6e3a889a38164627513a41064 100644 (file)
@@ -25,8 +25,7 @@ module type Blob =
 
     (* these could be outside the module, but to ease experimentation
      * we allow them to be tied with the ordering *)
-    val compute_unit_clause_weight : 't Terms.unit_clause -> int
-    val compute_goal_weight : 't Terms.unit_clause -> int
+    val compute_clause_weight : 't Terms.clause -> int
 
     val name : string