]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/autoTactic.mli
if paramodulation fails, go on with the normal auto...
[helm.git] / helm / ocaml / tactics / autoTactic.mli
index 14627a4a336462c22bded04a8dc0e9cfbba08623..c91e92e3f03e6c181148b47ed381101e9cfad79e 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-val auto_tac : ?num:int option -> Mysql.dbd -> ProofEngineTypes.tactic
-
-val auto_tac_new:
+val auto_tac:
   ?depth:int -> ?width:int -> dbd:Mysql.dbd -> unit ->
     ProofEngineTypes.tactic
 
+val paramodulation_tactic:
+  (Mysql.dbd -> ProofEngineTypes.status ->
+     ProofEngineTypes.proof * ProofEngineTypes.goal list) ref
+
+val term_is_equality:
+  (Cic.term -> bool) ref