A Bad Example for Jain's Iterative Rounding Theorem for the Cover Small Cuts Problem
By: Miles Simmons, Ishan Bansal, Joe Cheriyan
Potential Business Impact:
Finds cheaper ways to protect computer networks.
Jain's iterative rounding theorem is a well-known result in the area of approximation algorithms and, more broadly, in combinatorial optimization. The theorem asserts that LP relaxations of several problems in network design and combinatorial optimization have the following key property: for every basic solution $x$ there exists a variable $x_e$ that has value at least a constant (e.g., $x_e\geq\frac12$). We construct an example showing that this property fails to hold for the Cover Small Cuts problem. In this problem, we are given an undirected, capacitated graph $G=(V,E),u$ and a threshold value $\lambda$, as well as a set of links $L$ with end-nodes in $V$ and a non-negative cost for each link $\ell\in L$; the goal is to find a minimum-cost set of links such that each non-trivial cut of capacity less than $\lambda$ is covered by a link. This indicates that the polyhedron of feasible solutions to the LP relaxation (of Cover Small Cuts) differs in an essential way from the polyhedrons associated with several problems in combinatorial optimization. Moreover, our example shows that a direct application of Jain's iterative rounding algorithm does not give an $O(1)$ approximation algorithm for Cover Small Cuts. We mention that Bansal et al. (Algorithmica 2024) present an $O(1)$ approximation algorithm for Cover Small Cuts based on the primal-dual method of Williamson et al. (Combinatorica 1995).
Similar Papers
A tight example for approximation ratio 5 for covering small cuts by the primal-dual method
Data Structures and Algorithms
Finds the cheapest way to cut a network.
Tight analysis of the primal-dual method for edge-covering pliable set families
Data Structures and Algorithms
Finds better ways to connect things in networks.
Distributed Algorithms for Potential Problems
Distributed, Parallel, and Cluster Computing
Solves hard computer puzzles faster.