Type Definition pathfinding::EKFlows [] [src]

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

Type alias for Edmonds-Karp result.