English

Cut-Toggling and Cycle-Toggling for Electrical Flow and Other p-Norm Flows

Data Structures and Algorithms 2021-09-06 v1

Abstract

We study the problem of finding flows in undirected graphs so as to minimize the weighted pp-norm of the flow for any p>1p > 1. When p=2p=2, the problem is that of finding an electrical flow, and its dual is equivalent to solving a Laplacian linear system. The case p=p = \infty corresponds to finding a min-congestion flow, which is equivalent to max-flows. A typical algorithmic construction for such problems considers vertex potentials corresponding to the flow conservation constraints, and has two simple types of update steps: cycle toggling, which modifies the flow along a cycle, and cut toggling, which modifies all potentials on one side of a cut. Both types of steps are typically performed relative to a spanning tree TT; then the cycle is a fundamental cycle of TT, and the cut is a fundamental cut of TT. In this paper, we show that these simple steps can be used to give a novel efficient implementation for the p=2p = 2 case and to find near-optimal pp-norm flows in a low number of iterations for all values of p>1p > 1. Compared to known faster algorithms for these problems, our algorithms are simpler, more combinatorial, and also expose several underlying connections between these algorithms and dynamic graph data structures that have not been formalized previously.

Keywords

Cite

@article{arxiv.2109.00653,
  title  = {Cut-Toggling and Cycle-Toggling for Electrical Flow and Other p-Norm Flows},
  author = {Monika Henzinger and Billy Jin and Richard Peng and David P. Williamson},
  journal= {arXiv preprint arXiv:2109.00653},
  year   = {2021}
}

Comments

arXiv admin note: text overlap with arXiv:2010.16316