Content deleted Content added
Line 1:
In [[mathematical optimization]], the '''push-relabel algorithm''' (alternatively, '''preflow-push algorithm''') is an algorithm for computing [[Maximum flow problem|maximum flows]]. The name "push-relabel" comes from the two basic operations used in the algorithm. Compared to the [[Ford–Fulkerson algorithm]], which perform global augmentations that send flow following paths from the source to the sink, the push-relabel algorithm relies on local updates that move flow between neighboring vertices.
The push-relabel algorithm is considered one of the most efficient maximum flow algorithms. The generic algorithm has a [[strongly polynomial]]
==Overview==
|