English

Maximum Integer Flows in Directed Planar Graphs with Multiple Sources and Sinks and Vertex Capacities

Data Structures and Algorithms 2021-05-26 v3

Abstract

We consider the problem of finding maximum flows in planar graphs with capacities on both vertices and edges and with multiple sources and sinks. We present three algorithms when the capacities are integers. The first algorithm runs in O(nlog3n+kn)O(n \log^3 n + kn) time when all capacities are bounded, where nn is the number of vertices in the graph and kk is the number of terminals. This algorithm is the first to solve the vertex-disjoint paths problem in near-linear time when kk is bounded but larger than 2. The second algorithm runs in O(k2(k3+Δ)n polylog(nU))O(k^2(k^3 + \Delta) n \text{ polylog} (nU)) time, where UU is the largest finite capacity of a single vertex and Δ\Delta is the maximum degree of a vertex. Finally, when k=3k=3, we present an algorithm that runs in O(nlogn)O(n \log n) time; this algorithm works even when the capacities are arbitrary reals. Our algorithms improve on the fastest previously known algorithms when kk and Δ\Delta are small and UU is bounded by a polynomial in nn. Prior to this result, the fastest algorithms ran in O(n2/logn)O(n^2 / \log n) time for real capacities and O(n3/2lognlogU)O(n^{3/2} \log n \log U) for integer capacities.

Keywords

Cite

@article{arxiv.1804.08683,
  title  = {Maximum Integer Flows in Directed Planar Graphs with Multiple Sources and Sinks and Vertex Capacities},
  author = {Yipu Wang},
  journal= {arXiv preprint arXiv:1804.08683},
  year   = {2021}
}

Comments

22 pages, 6 figures. Old version. For current version see SODA 2019 proceedings

R2 v1 2026-06-23T01:33:06.614Z