Min Cut and the Max-Flow Min-Cut Theorem
Defines s-t cuts and their capacity, establishes weak duality between flows and cuts, and states the max-flow min-cut theorem. Shows how to extract a minimum cut from the residual graph after Ford-Fulkerson terminates, and how to use the theorem to compute max-flow values via cut enumeration.
Step 1 of 157%
Tutorial
s-t Cuts and Cut Capacity
An - cut in a flow network with source and sink is a partition of the vertex set into two pieces with and .
The capacity of the cut is the sum of the capacities of edges going from to :
Edges directed from back to (backward edges, relative to the cut) do not contribute.
For example, consider the network with edges
The cut , has only two edges leaving , namely and . So