Augmenting path
An augmenting path in a flow network is a path from the source to the sink in the residual network for some flow. It is so named because it is possible to augment (increase) the value of the flow by combining the existing flow with additional flow along the augmenting path.
Augmenting a flow
Let be a flow in the flow network . Let be the residual network corresponding to . Now consider an augmenting path in the residual network. We will assume that the augmenting path is simple. Since edges must have positive capacity, the minimum residual capacity along all arcs on the augmenting path, , is positive.
We define the augmented flow as follows: if the edge is in the augmenting path; if the reverse edge is in the augmenting path, and, otherwise, .
Proposition: The augmented flow is an admissible flow. Furthermore, ; that is, the augmented flow's value is greater than the original flow's value by .
Proof:
- Capacity. If , then clearly whenever or . We only need to check the case . In this case, is an edge in the augmenting path. By definition of , we have that . Therefore , as required.
- Skew symmetry. Let be an edge. If is an edge in the augmenting path, then . If on the other hand is in the augmenting path, then . If neither is true, then .
- Flow conservation: Let be a vertex other than the source or sink. If is not in the augmenting path, then all flows into are unchanged, and conservation is maintained. If is in the augmenting path, then (since ) it must be preceded by a vertex and followed by a vertex in the augmenting path. Then , , and all other flows into are unchanged. Since one inward flow is incremented and another decremented by the same amount, conservation is maintained.
Finally, consider the value of the augmented flow, . The source is always the first vertex in the augmenting path. Thus, .
Intuitively, augmenting the flow corresponds to "pushing additional flow" along the augmenting path using residual capacity. The augmented flow is then the overall result of pushing both the original flow and the additional flow.