Faster High Accuracy Multi-Commodity Flow from Single-Commodity Techniques

04/25/2023
by   Jan van den Brand, et al.
0

Since the development of efficient linear program solvers in the 80s, all major improvements for solving multi-commodity flows to high accuracy came from improvements to general linear program solvers. This differs from the single commodity problem (e.g. maximum flow) where all recent improvements also rely on graph specific techniques such as graph decompositions or the Laplacian paradigm (see e.g. [CMSV17,KLS20,BLL+21,CKL+22]). This phenomenon sparked research to understand why these graph techniques are unlikely to help for multi-commodity flow. [Kyng, Zhang'20] reduced solving multi-commodity Laplacians to general linear systems and [Ding, Kyng, Zhang'22] showed that general linear programs can be reduced to 2-commodity flow. However, the reductions create sparse graph instances, so improvement to multi-commodity flows on denser graphs might exist. We show that one can indeed speed up multi-commodity flow algorithms on non-sparse graphs using graph techniques from single-commodity flow algorithms. This is the first improvement to high accuracy multi-commodity flow algorithms that does not just stem from improvements to general linear program solvers. In particular, using graph data structures from recent min-cost flow algorithm by [BLL+21] based on the celebrated expander decomposition framework, we show that 2-commodity flow on an n-vertex m-edge graph can be solved in Õ(√(m)n^ω-1/2) time for current bounds on fast matrix multiplication ω≈ 2.373, improving upon the previous fastest algorithms with Õ(m^ω) [CLS19] and Õ(√(m)n^2) [KV96] time complexity. For general k commodities, our algorithm runs in Õ(k^2.5√(m)n^ω-1/2) time.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
04/21/2023

High-Accuracy Multicommodity Flows via Iterative Refinement

The multicommodity flow problem is a classic problem in network flow and...
research
08/28/2023

Faster Min-Cost Flow on Bounded Treewidth Graphs

We present a O(m√(τ)+nτ) time algorithm for finding a minimum-cost flow ...
research
01/27/2022

Two-Commodity Flow is Equivalent to Linear Programming under Nearly-Linear Time Reductions

We give a nearly-linear time reduction that encodes any linear program a...
research
01/21/2019

Iterative Refinement for ℓ_p-norm Regression

We give improved algorithms for the ℓ_p-regression problem, _xx_p such t...
research
04/10/2023

Make flows small again: revisiting the flow framework

We present a new flow framework for separation logic reasoning about pro...
research
04/27/2022

Regularized Box-Simplex Games and Dynamic Decremental Bipartite Matching

Box-simplex games are a family of bilinear minimax objectives which enca...
research
03/04/2020

Flow Computation in Temporal Interaction Networks

Temporal interaction networks capture the history of activities between ...

Please sign up or login with your details

Forgot password? Click here to reset