module Mark:Vertices contains integers marks, which can be set or used by some algorithms (see for instance modulesig..end
Marking below)val clear : Sig_pack.S.t -> unitclear g removes all the marks from all the vertives of g.val get : Sig_pack.S.V.t -> intval set : Sig_pack.S.V.t -> int -> unit