]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/superposition.mli
Implemented LPO
[helm.git] / helm / software / components / ng_paramodulation / superposition.mli
index 52011c3e806893d3ca2a8854ce135454ea8586a3..149bbb0486f76726169f207cf3d4d13ae8455b46 100644 (file)
@@ -69,5 +69,11 @@ module Superposition (B : Terms.Blob) :
       int ->
       B.t Terms.bag * (B.t Terms.unit_clause * Index.Index(B).active_set) option
 
+    val  orphan_murder:
+      B.t Terms.bag ->
+      B.t Terms.unit_clause list ->
+      B.t Terms.unit_clause ->
+      bool
+
 
   end