module type G_FORD_FULKERSON =Minimal digraph signature for Ford-Fulkerson. Sub-signature ofsig..end
Sig.G.type t
module V:Sig.HASHABLE
module E:sig..end
val iter_succ_e : (E.t -> unit) -> t -> V.t -> unitval iter_pred_e : (E.t -> unit) -> t -> V.t -> unit