]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/superposition.mli
Fixed wrong types in proof terms
[helm.git] / helm / software / components / ng_paramodulation / superposition.mli
index 6deb0a4eb7a07c7e090e856c35ffa76a8ceab732..a89b13f5bbeb3e9f70c29e84f94dae5a0647623f 100644 (file)
@@ -39,6 +39,7 @@ module Superposition (B : Terms.Blob) :
 
     val simplify : 
           Index.Index(B).DT.t ->
+          int ->
           B.t Terms.bag ->
           B.t Terms.unit_clause ->
             (B.t Terms.bag * B.t Terms.unit_clause) option
@@ -55,6 +56,7 @@ module Superposition (B : Terms.Blob) :
       B.t Terms.unit_clause ->
       Index.Index(B).active_set ->
       B.t Terms.bag ->
+      int ->
       (B.t Terms.unit_clause * B.t Terms.bag * Index.Index(B).active_set) option
 
 
@@ -62,6 +64,7 @@ module Superposition (B : Terms.Blob) :
       B.t Terms.unit_clause ->
       Index.Index(B).active_set ->
       B.t Terms.bag ->
+      int ->
       (B.t Terms.unit_clause * B.t Terms.bag * Index.Index(B).active_set) option