dose3.algo
G.V
Vertices have type V.t and are labeled with type V.label (note that an implementation may identify the vertex with its label)
V.t
V.label
Vertices are COMPARABLE.
COMPARABLE
dose3.common
dose3.debian
dose3.doseparse
dose3.npm
dose3.opam2
dose3.opencsw
dose3.pef
dose3.versioning
type t
include Graph.Sig.COMPARABLE with type t := t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool
Vertices are labeled.
type label
val create : label -> t
val label : t -> label