English

Improved Approximation Algorithms for Capacitated Network Design and Flexible Graph Connectivity

Data Structures and Algorithms 2026-04-07 v2

Abstract

We present improved approximation algorithms for some problems in the related areas of Capacitated Network Design and Flexible Graph Connectivity. In the Cap-kk-ECSS problem, we are given a graph G=(V,E)G=(V,E) whose edges have non-negative costs and positive integer capacities, and the goal is to find a minimum-cost edge-set FF such that every non-trivial cut of the graph G=(V,F)G'=(V,F) has capacity at least kk. We present an O(logk)O(\log k)-approximation algorithm for the Cap-kk-ECSS problem, asymptotically improving upon the previous best approximation ratio of min(O(logn),  O(k))\min(O(\log n),\; O(k)) whenever log(k)=o(logn)\log(k)=o(\log n), where nn denotes V|V|. (See section 1, for a detailed discussion.) In the (p,q)(p,q)-Flexible Graph Connectivity problem, denoted (p,q)(p,q)-FGC, the input is a graph G(V,E)G(V, E) where EE is partitioned into safe and unsafe edges, and the goal is to find a minimum cost set of edges FF such that the subgraph G(V,F)G'(V, F) remains pp-edge connected upon removal of any qq unsafe edges from FF. We design a 77-approximation algorithm for the (1,q)(1,q)-FGC problem, improving on the previous best approximation ratio of (q+1)(q+1). 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 O(1)O(1)-approximation algorithm for the Cover  \;Small  \;Cuts 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 (p,q)(p,q)-FGC. Specifically, we give Cook reductions that preserve approximation ratios within O(1)O(1) factors between the (2,q)(2,q)-FGC problem and the 2-Cover  \;Small  \;Cuts problem; in the latter problem, each small cut needs to be covered by two links.

Keywords

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

R2 v1 2026-06-28T20:15:20.856Z