A simple deterministic near-linear time approximation scheme for transshipment with arbitrary positive edge costs
Emily Fox

TL;DR
This paper presents a simple, deterministic near-linear time approximation algorithm for the uncapacitated minimum cost flow problem in undirected graphs, improving efficiency and removing reliance on randomization compared to prior methods.
Contribution
It introduces a deterministic near-linear time approximation scheme for transshipment that does not depend on demands or edge costs, unlike previous randomized approaches.
Findings
Algorithm runs in $O(rac{1}{ ext{ε}^2} m ext{polylog} n)$ time.
Produces flows within $(1 + ext{ε})$ of optimal cost.
Deterministically approximates routing decisions without random embeddings.
Abstract
We describe a simple deterministic near-linear time approximation scheme for uncapacitated minimum cost flow in undirected graphs with real edge weights, a problem also known as transshipment. Specifically, our algorithm takes as input a (connected) undirected graph , vertex demands such that , positive edge costs , and a parameter . In time, it returns a flow such that the net flow out of each vertex is equal to the vertex's demand and the cost of the flow is within a factor of optimal. Our algorithm is combinatorial and has no running time dependency on the demands or edge costs. With the exception of a recent result presented at STOC 2022 for polynomially bounded edge weights, all almost- and near-linear time approximation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
