1. Problem Definition Given a directed graph G = {N, A} with capacity uij ≥ 0 on each arc (i, j) ∈ A, and a source node s (or 1) and a sink node t (or node n); find the maximum flow that can go from s to t.
1. Problem DefinitionGiven a directed graph G = {N, A} with capacity uij ≥ 0 on each arc (i, j) ∈ A, and a sourcenode s (or 1) and a sink node t (or node n); find the maximum flow that can go from s to t.