]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/orderings.mli
timeouts are passed as arguments, so that tptpprover can
[helm.git] / helm / software / components / ng_paramodulation / orderings.mli
index f2f6a1678ba249bdadfc5d74cbfd41eb7ab659e2..7586d41ac6c611ea31dd9f0c0ee0fc59437ec347 100644 (file)
 
 module Orderings (B : Terms.Blob) :
   sig 
-    val compare_terms : B.t Terms.foterm -> B.t Terms.foterm -> Terms.comparison
+
+    (* This order relation should be:
+     * - stable for instantiation
+     * - total on ground terms
+     *
+     *)
+    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