module Presentation:
Presentation of a graph.
| Parameters: |
|
module EM:Alphabet.Map(E)(Alphabet.Prod(V)(V))
type t = {
|
vertices : |
|
edges : |
val empty : t
val add_vertex : t -> V.t -> t
val add_edge : t ->
EM.M.key -> V.t * V.t -> t