package ocamlgraph

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Digraph.Mark

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

Sourcetype graph = t
Sourcetype vertex = V.t
Sourceval clear : t -> unit

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

Sourceval get : V.t -> int
Sourceval set : V.t -> int -> unit
OCaml

Innovation. Community. Security.