Content deleted Content added
Line 125:
In the ''relabel-to-front'' algorithm we fully discharge each vertex before moving to the next one. The ordering tends to reduce the number of non-saturating pushes we do:
for each edge (s,v):
push(s,v); //note that this will saturate the edge
|