k-Edge-Connectivity: Approximation and LP Relaxation
David Pritchard

TL;DR
This paper investigates the complexity and approximation algorithms for the k-edge-connected spanning subgraph problem, establishing NP-hardness for near-optimal solutions and proposing LP relaxation techniques for related multi-subgraph variants.
Contribution
It proves NP-hardness of (1+eps)-approximation for k-ECSS and introduces a graph decomposition approach for LP relaxation in multi-subgraph variants.
Findings
NP-hardness of (1+eps)-approximation for k-ECSS
A new LP relaxation related to TSP and Steiner tree
Complex extreme points for the LP relaxation
Abstract
In the k-edge-connected spanning subgraph problem we are given a graph (V, E) and costs for each edge, and want to find a minimum-cost subset F of E such that (V, F) is k-edge-connected. We show there is a constant eps > 0 so that for all k > 1, finding a (1 + eps)-approximation for k-ECSS is NP-hard, establishing a gap between the unit-cost and general-cost versions. Next, we consider the multi-subgraph cousin of k-ECSS, in which we purchase a multi-subset F of E, with unlimited parallel copies available at the same cost as the original edge. We conjecture that a (1 + Theta(1/k))-approximation algorithm exists, and we describe an approach based on graph decompositions applied to its natural linear programming (LP) relaxation. The LP is essentially equivalent to the Held-Karp LP for TSP and the undirected LP for Steiner tree. We give a family of extreme points for the LP which are more…
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 · Interconnection Networks and Systems
