Module type Flow.G_FORD_FULKERSON


module type G_FORD_FULKERSON = sig  end
Minimal graph signature for Ford-Fulkerson

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