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

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

Type alias for Edmonds-Karp result.