Linear-query priority-queue algorithm for maximum st-flow in directed planar graphs

From papers

Let GG be a directed planar graph with nn vertices and source ss and sink tt. Consider an augmenting-path algorithm for computing a maximum stst-flow in GG.

Priority-queue implementation conjecture. Such an algorithm can be implemented with O(n)O(n) queries to a priority queue.

This proposes extending the priority-queue implementation known for the stst-planar case to directed planar graphs without requiring the source and sink to lie on a common face. The paper presents it as a promising direction for developing practical maximum-flow algorithms; its status is not resolved in the supplied text.

Progress summary

Nothing recorded yet. Refresh searches the literature and the public web for attempts on this problem, and writes the first summary here.

Sources & referencesView supporting material

Primary source

Glencora Borradaile and Anna Harutyunyan, “Maximum st-flow in directed planar graphs via shortest paths”, arXiv:1305.5823 (2013).

Solutions 0

No solutions have been posted yet.