Improved Approximation Algorithms for Capacitated Network Design and Flexible Graph Connectivity
Abstract
We present improved approximation algorithms for some problems in the related areas of Capacitated Network Design and Flexible Graph Connectivity. In the Cap--ECSS problem, we are given a graph whose edges have non-negative costs and positive integer capacities, and the goal is to find a minimum-cost edge-set such that every non-trivial cut of the graph has capacity at least . We present an -approximation algorithm for the Cap--ECSS problem, asymptotically improving upon the previous best approximation ratio of whenever , where denotes . (See section 1, for a detailed discussion.) In the -Flexible Graph Connectivity problem, denoted -FGC, the input is a graph where is partitioned into safe and unsafe edges, and the goal is to find a minimum cost set of edges such that the subgraph remains -edge connected upon removal of any unsafe edges from . We design a -approximation algorithm for the -FGC problem, improving on the previous best approximation ratio of . Both of our results are obtained by using natural LP relaxations strengthened with the knapsack-cover inequalities, and then, during the rounding process, utilizing a recent -approximation algorithm for the CoverSmallCuts problem. In the latter problem, the goal is to find a minimum-cost set of links such that each non-trivial cut of capacity less than a specified value is covered by a link. We also show that the problem of covering small cuts inherently arises in another variant of -FGC. Specifically, we give Cook reductions that preserve approximation ratios within factors between the -FGC problem and the 2-CoverSmallCuts problem; in the latter problem, each small cut needs to be covered by two links.
Cite
@article{arxiv.2411.18809,
title = {Improved Approximation Algorithms for Capacitated Network Design and Flexible Graph Connectivity},
author = {Ishan Bansal and Joseph Cheriyan and Sanjeev Khanna and Miles Simmons},
journal= {arXiv preprint arXiv:2411.18809},
year = {2026}
}
Comments
Prelim version in ICALP 2025, https://doi.org/10.4230/LIPIcs.ICALP.2025.20