]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/saturation.mli
more work for the generic auto parameters
[helm.git] / helm / software / components / tactics / paramodulation / saturation.mli
index 95f258124f10942c7905c042e225eb303707ec61..9f1ad293d97cfa1563df07112ed52a4bf6b3b642 100644 (file)
@@ -32,8 +32,7 @@ val saturate :
   ?depth:int ->
   ?width:int ->
   ProofEngineTypes.proof * ProofEngineTypes.goal ->
-  (UriManager.uri option * Cic.conjecture list * Cic.term * Cic.term) *
-  ProofEngineTypes.goal list
+  ProofEngineTypes.proof * ProofEngineTypes.goal list
 
 val weight_age_ratio : int ref
 val weight_age_counter: int ref
@@ -51,3 +50,10 @@ val main: HMysql.dbd ->
 val demodulate_tac: 
   dbd:HMysql.dbd ->  
   pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
+
+val superposition_tac: 
+  target:string -> table:string -> subterms_only:bool ->
+  demod_table:string ->  ProofEngineTypes.proof * ProofEngineTypes.goal ->
+   ProofEngineTypes.proof * ProofEngineTypes.goal list
+
+val get_stats: unit -> string