e/Push-relabel maximum flow algorithm

New Query

Information
has glosseng: The push-relabel algorithm is one of the most efficient algorithms to compute a maximum flow. The general algorithm has O(V^2 E) time complexity, while the implementation with FIFO vertex selection rule has O(V^3) running time, the highest active vertex selection rule provides O(V^2\sqrtE}) complexity, and the implementation with Sleators and Tarjans dynamic tree data structure runs in O(V E \log(V^2/E)) time. In most cases it is more efficient than the Edmonds-Karp algorithm, which runs in O(VE^2) time. Algorithm
lexicalizationeng: Push-relabel maximum flow algorithm
instance ofe/Optimization algorithms
Meaning
Czech
has glossces: Goldbergův algoritmus hledá maximální tok v síti v čase O(V^3). Patří do třídy algoritmů s operacemi přemístění přebytku a zvedání vrcholu na nalezení maximálního toku, které mají O(V^2 E). Pro husté grafy je efektivnější než Edmonds-Karpův algoritmus, který má časovou složitost O(VE^2) \sube O(V^5). V anglické literatuře se Goldbergův algoritmus též nazývá algoritmem preflow-push nebo relabel-to-front.
lexicalizationces: Goldbergův algoritmus
German
has glossdeu: Der Goldberg-Tarjan-Algorithmus, auch Push-Relabel-Algorithmus genannt, ist ein Algorithmus aus der Graphentheorie zur Berechnung eines maximalen s-t-Flusses in einem Netzwerk. Er wurde von Andrew Goldberg und Robert Tarjan entwickelt und 1988 publiziert.
lexicalizationdeu: Goldberg-Tarjan-Algorithmus

Query

Word: (case sensitive)
Language: (ISO 639-3 code, e.g. "eng" for English)


Lexvo © 2008-2025 Gerard de Melo.   Contact   Legal Information / Imprint