Module OgamlUtils.Graph.Vertex

Vertex representation

This module encapsulates the representation of a vertex

type t
Type of a vertex
val compare : t -> t -> int
Comparison of vertices (mainly used for equality checks)