Module type Graph__Sig.MARK
Signature for marks on vertices.
val clear : graph -> unit
clear g
sets all the marks to 0 for all the vertices ofg
.
val get : vertex -> int
Mark value (in O(1)).
val set : vertex -> int -> unit
Set the mark of the given vertex.