Content deleted Content added
Line 88:
===Push–relabel algorithm===
The generic ''Push–relabel
Algorithm Push-relabel(G(V,E),s,t)
while ''push'' or ''relabel'' are legal: //in other words while there is excess in the network
perform a legal relabel;
Executing these two functions in any order, so long as there remains any active vertices results in termination of the algorithm in a maximum flow. The running time for these algorithms when not observing any order to the Push and Relabel operations is <math>O(V^2 E)</math> (argument omitted). The bottleneck is the number of non-saturating pushes.
|