[][src]Type Definition pathfinding::directed::edmonds_karp::EKFlows

type EKFlows<N, C> = (Vec<((N, N), C)>, C);

Type alias for Edmonds-Karp result.