Push-relabel algorithm

GPTKB entity

Statements (29)
Predicate Object
gptkbp:instanceOf gptkb:algorithm
maximum flow algorithm
gptkbp:alsoKnownAs gptkb:preflow-push_algorithm
gptkbp:category network flow algorithm
gptkbp:complexity O(V^2 E)
gptkbp:field computer science
graph theory
gptkbp:hasApplication image segmentation
network routing
bipartite matching
gptkbp:hasVariant FIFO push-relabel
highest-label push-relabel
lowest-label push-relabel
https://www.w3.org/2000/01/rdf-schema#label Push-relabel algorithm
gptkbp:improves augmenting path algorithms
gptkbp:input graph
capacity function
gptkbp:introduced gptkb:Robert_E._Tarjan
gptkb:Andrew_V._Goldberg
gptkbp:introducedIn 1986
gptkbp:output maximum flow
gptkbp:relatedTo gptkb:Edmonds-Karp_algorithm
gptkb:Ford-Fulkerson_algorithm
gptkbp:solvedBy maximum flow problem
gptkbp:uses height function
preflow
gptkbp:bfsParent gptkb:Edmonds-Karp_algorithm
gptkb:Dinic's_algorithm
gptkbp:bfsLayer 6