pub type EKFlows<N, C> = (Vec<Edge<N, C>>, C, Vec<Edge<N, C>>);
Expand description

Type alias for Edmonds-Karp maximum flow result.