High-Accuracy Multicommodity Flows via Iterative Refinement
Abstract
The multicommodity flow problem is a classic problem in network flow and combinatorial optimization, with applications in transportation, communication, logistics, and supply chain management, etc. Existing algorithms often focus on low-accuracy approximate solutions, while high-accuracy algorithms typically rely on general linear program solvers. In this paper, we present efficient high-accuracy algorithms for a broad family of multicommodity flow problems on undirected graphs, demonstrating improved running times compared to general linear program solvers. Our main result shows that we can solve the -norm multicommodity flow problem to a approximation in time , where is the number of commodities, and hides constants depending only on or . As and approach to and infinity respectively, -norm flow tends to maximum concurrent flow. We introduce the first iterative refinement framework for -norm minimization problems, which reduces the problem to solving a series of decomposable residual problems. In the case of -commodity flow, each residual problem can be decomposed into single commodity convex flow problems, each of which can be solved in almost-linear time. As many classical variants of multicommodity flows were shown to be complete for linear programs in the high-accuracy regime [Ding-Kyng-Zhang, ICALP'22], our result provides new directions for studying more efficient high-accuracy multicommodity flow algorithms.
Cite
@article{arxiv.2304.11252,
title = {High-Accuracy Multicommodity Flows via Iterative Refinement},
author = {Li Chen and Mingquan Ye},
journal= {arXiv preprint arXiv:2304.11252},
year = {2023}
}