Module type Graph__Sig.MARK
Signature for marks on 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.