Routing in Undirected Graphs with Constant Congestion
Julia Chuzhoy

TL;DR
This paper presents a randomized algorithm for routing multiple source-sink pairs in undirected graphs with constant congestion, significantly improving the number of pairs routed compared to previous algorithms.
Contribution
It introduces an efficient randomized algorithm that routes a large fraction of the optimal pairs with constant congestion, surpassing prior methods' performance.
Findings
Routes Ω(OPT/polylog k) pairs with congestion 14
Improves upon previous algorithms that had higher congestion or lower routing guarantees
Achieves near-optimal routing performance with constant congestion
Abstract
Given an undirected graph G=(V,E), a collection (s_1,t_1),...,(s_k,t_k) of k source-sink pairs, and an integer c, the goal in the Edge Disjoint Paths with Congestion problem is to connect maximum possible number of the source-sink pairs by paths, so that the maximum load on any edge (called edge congestion) does not exceed c. We show an efficient randomized algorithm to route source-sink pairs with congestion at most 14, where OPT is the maximum number of pairs that can be simultaneously routed on edge-disjoint paths. The best previous algorithm that routed pairs required congestion , and for the setting where the maximum allowed congestion is bounded by a constant c, the best previous algorithms could only guarantee the routing of pairs.
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
