X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Fparamodulation%2Fsaturation.mli;h=d48dfc349ba77d007b9da65e564b618981b68028;hb=43a618149e49298eee810029141e2c19762a76dd;hp=6a46887113343e2bf436729494a9ab97de61d584;hpb=679f6296c9a979213425104fa606809d9f1e3bad;p=helm.git diff --git a/components/tactics/paramodulation/saturation.mli b/components/tactics/paramodulation/saturation.mli index 6a4688711..d48dfc349 100644 --- a/components/tactics/paramodulation/saturation.mli +++ b/components/tactics/paramodulation/saturation.mli @@ -27,6 +27,7 @@ val saturate : + bool -> HMysql.dbd -> ?full:bool -> ?depth:int -> @@ -47,14 +48,11 @@ val main_demod_equalities: HMysql.dbd -> Cic.term -> Cic.conjecture list -> CicUniv.universe_graph -> unit val main: HMysql.dbd -> bool -> Cic.term -> Cic.conjecture list -> CicUniv.universe_graph -> unit -val demodulate_tac: - dbd:HMysql.dbd -> - pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic +val demodulate_tac: dbd:HMysql.dbd -> ProofEngineTypes.tactic val superposition_tac: - what:string -> other:string -> subterms_only:bool -> - demodulate:bool -> - ProofEngineTypes.proof * ProofEngineTypes.goal -> + target:string -> table:string -> subterms_only:bool -> + demod_table:string -> ProofEngineTypes.proof * ProofEngineTypes.goal -> ProofEngineTypes.proof * ProofEngineTypes.goal list val get_stats: unit -> string