,
Ishan Bansal
,
Joe Cheriyan
Creative Commons Attribution 4.0 International license
The Cover Small Cuts problem is a key problem in Network Design. In the Cover Small Cuts problem, we are given a capacitated (undirected) graph G = (V,E,u) and a threshold value λ, as well as a set of links L with end-nodes in V and a non-negative cost for each link 𝓁 ∈ L; the goal is to find a minimum-cost set of links such that each non-trivial cut of capacity less than λ is covered by a link. 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 feasible solution x there exists a variable x_e that has value at least a constant (e.g., x_e ≥ 1/2). We construct an example showing that this property fails to hold for the standard LP relaxation of the Cover Small Cuts problem. This indicates that the polyhedron of feasible solutions to the LP (for 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. [Ishan Bansal et al., 2024] showed that the WGMV primal-dual algorithm, due to Williamson et al. [David P. Williamson et al., 1995], applied to the same standard LP relaxation achieves approximation ratio 16 for the Cover Small Cuts problem. That is, the WGMV primal-dual algorithm, applied to the same LP relaxation, finds an integer solution of cost ≤ 16 times the optimal value of the LP.
@InProceedings{simmons_et_al:LIPIcs.APPROX/RANDOM.2026.9,
author = {Simmons, Miles and Bansal, Ishan and Cheriyan, Joe},
title = {{A Bad Example for Jain’s Iterative Rounding Theorem for the Cover Small Cuts Problem}},
booktitle = {Approximation, Randomization, and Combinatorial Optimization. Algorithms and Techniques (APPROX/RANDOM 2026)},
pages = {9:1--9:15},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
ISBN = {978-3-95977-449-9},
ISSN = {1868-8969},
year = {2026},
volume = {392},
editor = {Singh, Mohit and Gur, Tom},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
address = {Dagstuhl, Germany},
URL = {https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.APPROX/RANDOM.2026.9},
URN = {urn:nbn:de:0030-drops-277263},
doi = {10.4230/LIPIcs.APPROX/RANDOM.2026.9},
annote = {Keywords: approximation algorithms, capacitated network design, covering small cuts, edge-connectivity of graphs, f-connectivity problem, iterative rounding method, primal-dual method}
}