]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/paramodulation/equality.mli
Added the computation of max_weight for equations in proofs.
[helm.git] / components / tactics / paramodulation / equality.mli
index 1a62ee2ff0e2a7e159e059ca2db41cafe7a95e7b..019578ccc363d53d43c7c36f5af90bc9f707af4c 100644 (file)
@@ -58,6 +58,8 @@ val open_equality :
     Cic.metasenv * int
 val depend : equality -> int -> bool
 val compare : equality -> equality -> int
+val max_weight_in_proof : int-> proof -> int
+val max_weight : goal_proof -> proof -> int
 val string_of_equality : ?env:Utils.environment -> equality -> string
 val string_of_proof : 
   ?names:(Cic.name option)list -> proof -> goal_proof -> string