Module Digraph.Mark

Vertices contains integers marks, which can be set or used by some algorithms (see for instance module Marking below)

type graph = t
type vertex = V.t
val clear : t -> unit

clear g sets all marks to 0 from all the vertives of g.

val get : V.t -> int
val set : V.t -> int -> unit