]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/paramod.mli
1. New paramodulation function
[helm.git] / helm / software / components / ng_paramodulation / paramod.mli
index 321d0f8971730f03a2d7b06ccce9e63d5634956a..1142b03c7ea47cc451abd48bcdfecc5f5e4a4266 100644 (file)
@@ -48,6 +48,13 @@ module type Paramod =
       passives:t Terms.unit_clause list -> szsontology
     val fast_eq_check :
       state -> input* input -> szsontology
+    val nparamod :
+      useage:bool ->
+      max_steps:int ->
+      ?timeout:float ->
+      state -> 
+      input* input -> 
+      szsontology
   end
 
 module Paramod ( B : Orderings.Blob ) : Paramod