]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/autoTactic.mli
added optional "paramodulation" parameter to auto to turn on paramodulation
[helm.git] / helm / ocaml / tactics / autoTactic.mli
index c91e92e3f03e6c181148b47ed381101e9cfad79e..d9061c1efac5e026c88924897a3a8a9194d39e50 100644 (file)
@@ -25,8 +25,9 @@
  *)
 
 val auto_tac:
-  ?depth:int -> ?width:int -> dbd:Mysql.dbd -> unit ->
-    ProofEngineTypes.tactic
+  ?depth:int -> ?width:int -> ?paramodulation:string ->
+  dbd:Mysql.dbd -> unit ->
+  ProofEngineTypes.tactic
 
 val paramodulation_tactic:
   (Mysql.dbd -> ProofEngineTypes.status ->