package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Minimal digraph signature for Ford-Fulkerson. Sub-signature of Sig.G.

type t
module V : Sig.HASHABLE
module E : sig ... end
val iter_succ_e : (E.t -> unit) -> t -> V.t -> unit
val iter_pred_e : (E.t -> unit) -> t -> V.t -> unit