]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/superposition.mli
Invert dependencies between baseuris (files) are now stored in the db.
[helm.git] / helm / software / components / ng_paramodulation / superposition.mli
index d7efb1b42b8921d4bb225575cc5bab1aea7639a9..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
@@ -51,10 +52,19 @@ module Superposition (B : Terms.Blob) :
           B.t Terms.unit_clause ->
             B.t Terms.bag * B.t Terms.unit_clause
 
+    val one_pass_simplification:
+      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
+
+
     val keep_simplified:
       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