X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FautoTactic.mli;h=696c97007610b39a105fe6a74f338f3dc577fae9;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=0b5a9ca9b35d9dcae5b17d4a651263c09d6742d7;hpb=2e5bbbe9aaae0b0d2b2ad7b91b17dbc25ec21929;p=helm.git diff --git a/helm/ocaml/tactics/autoTactic.mli b/helm/ocaml/tactics/autoTactic.mli index 0b5a9ca9b..696c97007 100644 --- a/helm/ocaml/tactics/autoTactic.mli +++ b/helm/ocaml/tactics/autoTactic.mli @@ -24,5 +24,15 @@ * http://cs.unibo.it/helm/. *) -val auto_tac : ?num:int option -> dbd:Mysql.dbd -> ProofEngineTypes.tactic -val auto_tac_new : dbd:Mysql.dbd -> ProofEngineTypes.tactic +val auto_tac: + ?depth:int -> ?width:int -> ?paramodulation:string -> ?full:string -> + dbd:HMysql.dbd -> unit -> + ProofEngineTypes.tactic + +val paramodulation_tactic: + (HMysql.dbd -> ?full:bool -> ?depth:int -> ?width:int -> + ProofEngineTypes.status -> + ProofEngineTypes.proof * ProofEngineTypes.goal list) ref + +val term_is_equality: + (Cic.term -> bool) ref