Module OgamlUtils.Graph

Graph manipulation

Signatures

G Output of Graph.Make
Vertex Vertex representation

This module provides a functor to create graphs with arbitrary vertices

module Make : functor (V : Vertex) -> G with type vertex = V.t
Graph functor