Module 1-G.Mark
type graph= tType of graphs.
type vertex= V.tType of graph vertices.
val clear : graph -> unitclear gsets all the marks to 0 for all the vertices ofg.
val get : vertex -> intMark value (in O(1)).
val set : vertex -> int -> unitSet the mark of the given vertex.