TL;DR
This paper introduces a near-linear time LP solver that approximates the $k$-edge-connected spanning subgraph problem, achieving near-optimal solutions faster than previous algorithms and improving efficiency for network resilience design.
Contribution
It presents a near-linear time algorithm that approximates the LP relaxation for $k$ECSS, leading to faster approximation algorithms with ratios close to 2.
Findings
Achieves a $(1+psilon)$-approximate fractional solution in O(m/psilon^2) time.
Provides a $(2+psilon)$-approximate integral solution with improved runtime.
Reduces dependence on $k$ in the approximation algorithm's complexity.
Abstract
In the -edge-connected spanning subgraph (ECSS) problem, our goal is to compute a minimum-cost sub-network that is resilient against up to link failures: Given an -node -edge graph with a cost function on the edges, our goal is to compute a minimum-cost -edge-connected spanning subgraph. This NP-hard problem generalizes the minimum spanning tree problem and is the "uniform case" of a much broader class of survival network design problems (SNDP). A factor of two has remained the best approximation ratio for polynomial-time algorithms for the whole class of SNDP, even for a special case of ECSS. The fastest -approximation algorithm is however rather slow, taking time [Khuller, Vishkin, STOC'92]. A faster time complexity of can be obtained, but with a higher approximation guarantee of [Gabow, Goemans, Williamson, IPCO'93]. Our main…
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
Approximating k-Edge-Connected Spanning Subgraphs via a Near-Linear Time LP Solver· youtube
