]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/paramodulation/saturation.mli
added the geniric
[helm.git] / components / tactics / paramodulation / saturation.mli
index 7a16895a77a8abe67d9f1eb4eeadfcc33ae39590..6a46887113343e2bf436729494a9ab97de61d584 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
@@ -52,4 +51,10 @@ val demodulate_tac:
   dbd:HMysql.dbd ->  
   pattern:ProofEngineTypes.lazy_pattern -> ProofEngineTypes.tactic
 
+val superposition_tac: 
+  what:string -> other:string -> subterms_only:bool ->
+  demodulate:bool ->  
+  ProofEngineTypes.proof * ProofEngineTypes.goal ->
+   ProofEngineTypes.proof * ProofEngineTypes.goal list
+
 val get_stats: unit -> string