]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic/cicUniv.mli
added mk_fix i j r that given an r of a fix generated another fix on i and j
[helm.git] / helm / software / components / cic / cicUniv.mli
index 7a4331905b50ea95689302c90135011e5649ec5d..fd501df8c47c4adfa320d90151ebc07b47c89e74 100644 (file)
@@ -72,6 +72,9 @@ val add_ge:
 val add_gt: 
   ?fast:bool -> universe -> universe -> universe_graph -> universe_graph
 
+val do_rank: universe_graph -> unit
+val get_rank: universe -> int
+
 (*
   debug function to print the graph to standard error
 *)
@@ -155,3 +158,4 @@ val eq: universe -> universe -> bool
 val get_spent_time: unit -> float
 val reset_spent_time: unit -> unit
 
+val is_anon: universe -> bool