Module Graph.ClassicSource

Some classic graphs

Sourcemodule type S = sig ... end
Sourcemodule P (G : Sig.P with type V.label = int) : S with type graph = G.t and type vertex = G.V.t

Classic Persistent Graphs

Sourcemodule I (G : Sig.I with type V.label = int) : S with type graph = G.t and type vertex = G.V.t

Classic Imperative Graphs