English

Nested Dissection Meets IPMs: Planar Min-Cost Flow in Nearly-Linear Time

Data Structures and Algorithms 2022-05-04 v1

Abstract

We present a nearly-linear time algorithm for finding a minimum-cost flow in planar graphs with polynomially bounded integer costs and capacities. The previous fastest algorithm for this problem is based on interior point methods (IPMs) and works for general sparse graphs in O(n1.5poly(logn))O(n^{1.5}\text{poly}(\log n)) time [Daitch-Spielman, STOC'08]. Intuitively, Ω(n1.5)\Omega(n^{1.5}) is a natural runtime barrier for IPM-based methods, since they require n\sqrt{n} iterations, each routing a possibly-dense electrical flow. To break this barrier, we develop a new implicit representation for flows based on generalized nested-dissection [Lipton-Rose-Tarjan, JSTOR'79] and approximate Schur complements [Kyng-Sachdeva, FOCS'16]. This implicit representation permits us to design a data structure to route an electrical flow with sparse demands in roughly n\sqrt{n} update time, resulting in a total running time of O(npoly(logn))O(n\cdot\text{poly}(\log n)). Our results immediately extend to all families of separable graphs.

Keywords

Cite

@article{arxiv.2205.01562,
  title  = {Nested Dissection Meets IPMs: Planar Min-Cost Flow in Nearly-Linear Time},
  author = {Sally Dong and Yu Gao and Gramoz Goranci and Yin Tat Lee and Richard Peng and Sushant Sachdeva and Guanghao Ye},
  journal= {arXiv preprint arXiv:2205.01562},
  year   = {2022}
}

Comments

93 pages

R2 v1 2026-06-24T11:05:59.959Z