Module Mincut.G.V

module V: Sig.VERTEX 


Vertices are Sig.COMPARABLE.
type 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