TU Wien:Diskrete Mathematik für Informatik UE (Gittenberger)/Übungen WS13/Beispiel 25
Zur Navigation springen
Zur Suche springen
The matrix corresponds to the weight function of flow network and the matrix to a flow on .
, .
- Determine .
- Find an augmenting path consisting of forward edges only and an augmenting path with at least one backward edge.
- Find a minimal cut.
- Find a maximal flow on .
Solution[Bearbeiten | Quelltext bearbeiten]
Network:
Flow:
a)[Bearbeiten | Quelltext bearbeiten]
b)[Bearbeiten | Quelltext bearbeiten]
The figure below shows an augmenting path with an backward edge (orange) and also a path only consisting of forward edges (blue).
c)[Bearbeiten | Quelltext bearbeiten]
The rectangle in the figure above shows the minimal cut of the flow network.
d)[Bearbeiten | Quelltext bearbeiten]
If we add one of the augmenting paths from “b)” to the given initial flow we get the maximum flow of 12 units.