]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/paramod.mli
parameter sintax added to axiom statement
[helm.git] / helm / software / components / ng_paramodulation / paramod.mli
index 321d0f8971730f03a2d7b06ccce9e63d5634956a..367d7939448f269ebedd755cb688cbc887155c9c 100644 (file)
@@ -46,8 +46,17 @@ module type Paramod =
       bag -> 
       g_passives:t Terms.unit_clause list -> 
       passives:t Terms.unit_clause list -> szsontology
+    val demod :
+      state -> input* input -> 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