Push–relabel maximum flow algorithm: Difference between revisions

Content deleted Content added
Drrilll (talk | contribs)
Drrilll (talk | contribs)
Line 107:
particular order (they will be put in order as the algorithm executes). In addition to this master
list, each vertex maintains a list of its neighbours in the graph, in arbitrary but static order.
These neighbours are the vertices it will attemptcan topotentially push flow to. Then, starting at the first
vertex, we ''Discharge'' a vertex <math>u \in L </math> if it is active. Discharge is detailed below: