Module Sig.IA.Mark


module Mark: Sig.MARK  with type graph = t and type vertex = vertex

type graph 
type vertex 
val clear : graph -> unit
clear g sets all the marks to 0 for all the vertices of g.
val get : vertex -> int
val set : vertex -> int -> unit