Orient to flow capacity
Connect the opening network to the lesson facts, goals and vocabulary.
A network has source $S$, two middle nodes $A$ and $B$, and sink $T$. Edges: $S \to A$ (cap 8), $S \to B$ (cap 5), $A \to T$ (cap 6), $B \to T$ (cap 7). Before calculating, write your gut answers to these:
- What is the maximum possible flow from $S$ to $T$?
- Which edge do you think limits the total flow, and why?
In a flow network, every edge carries an actual flow ≤ capacity. We write this as flow/capacity on each edge, e.g. $6/8$ means 6 units flowing on a capacity-8 edge. An edge where flow = capacity is saturated it cannot carry any more.
Maximising flow means routing as many units as possible from $S$ to $T$ without exceeding any edge's capacity. The saturated edges method is systematic: find a path, push as much flow as possible (limited by the smallest capacity on the path), mark saturated edges, repeat until no unsaturated path remains.
Key facts
- Meaning of "saturated edge": flow = capacity
- Saturated edges method: push flow along paths, saturate as you go, stop when all paths blocked
- Maximum flow = total flow out of $S$ = total flow into $T$
Concepts
- Why the minimum-capacity edge on a path is the bottleneck
- Why total flow out of $S$ must equal total flow into $T$ (flow conservation on whole network)
- How to systematically try all paths to maximise flow
Skills
- Assign flows to edges using the saturated edges method
- Identify which edges are saturated in the final solution
- Calculate the total maximum flow through the network
- Write each edge's flow as flow/capacity notation