Table of Contents
Fetching ...

An O(log n)-Approximation Algorithm for (p,q)-Flexible Graph Connectivity via Independent Rounding

Sharat Ibrahimpur, László A. Végh

TL;DR

This work studies the $(p,q)$-Flexible Graph Connectivity problem on graphs with safe and unsafe edges, seeking a minimum-cost edge set that remains $p$-edge-connected after the removal of any $q$ unsafe edges. The authors introduce a strengthened integer program using knapsack-cover inequalities, and show the corresponding linear relaxation can be solved in polynomial time via an efficient separation oracle that leverages near-minimum-cut bounds. They then obtain an $O(\log n)$-approximation by independently rounding an optimal LP solution, with a success probability bounded away from zero and a cost factor of $O(\log n)$ times the LP value. This yields an improvement over the prior $O(q \log n)$-approximation for general $p,q$ and establishes the first LP-based framework for this general problem, while highlighting open questions about integrality gaps and potential iterative rounding improvements.

Abstract

In the $(p,q)$-Flexible Graph Connectivity problem, the input is a graph $G = (V,E)$ with the edge set $E = \mathscr{S} \cup \mathscr{U}$ partitioned into safe and unsafe edges, and the goal is to find a minimum cost set of edges $F$ such that the subgraph $(V,F)$ remains $p$-edge-connected after removing any $q$ unsafe edges from $F$. We give a new integer programming formulation for the problem, by adding knapsack cover constraints to the $p(p+q)$-connected capacitated edge-connectivity formulation studied in previous work, and show that the corresponding linear relaxation can be solved in polynomial time by giving an efficient separation oracle. Further, we show that independent randomized rounding yields an $O(\log n)$-approximation for arbitrary values of $p$ and $q$, improving the state-of-the-art $O(q\log n)$. For both separation and rounding, a key insight is to use Karger's bound on the number of near-minimum cuts.

An O(log n)-Approximation Algorithm for (p,q)-Flexible Graph Connectivity via Independent Rounding

TL;DR

This work studies the -Flexible Graph Connectivity problem on graphs with safe and unsafe edges, seeking a minimum-cost edge set that remains -edge-connected after the removal of any unsafe edges. The authors introduce a strengthened integer program using knapsack-cover inequalities, and show the corresponding linear relaxation can be solved in polynomial time via an efficient separation oracle that leverages near-minimum-cut bounds. They then obtain an -approximation by independently rounding an optimal LP solution, with a success probability bounded away from zero and a cost factor of times the LP value. This yields an improvement over the prior -approximation for general and establishes the first LP-based framework for this general problem, while highlighting open questions about integrality gaps and potential iterative rounding improvements.

Abstract

In the -Flexible Graph Connectivity problem, the input is a graph with the edge set 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 after removing any unsafe edges from . We give a new integer programming formulation for the problem, by adding knapsack cover constraints to the -connected capacitated edge-connectivity formulation studied in previous work, and show that the corresponding linear relaxation can be solved in polynomial time by giving an efficient separation oracle. Further, we show that independent randomized rounding yields an -approximation for arbitrary values of and , improving the state-of-the-art . For both separation and rounding, a key insight is to use Karger's bound on the number of near-minimum cuts.
Paper Structure (8 sections, 15 theorems, 10 equations)

This paper contains 8 sections, 15 theorems, 10 equations.

Key Result

Theorem 1.1

Let $\mathcal{I} = (G=(V,E),\mathscr{S},\mathscr{U},c,p,q)$ be an instance of the $(p,q)\text{-}\mathrm{FGC}$ problem. There is a randomized algorithm that outputs, with probability at least $1/3$, a feasible solution whose cost is at most $200 \, \log n$ times the optimum value. The running time of

Theorems & Definitions (22)

  • Theorem 1.1
  • Proposition 1.2
  • Lemma 1.3
  • proof
  • Lemma 1.4: Proposition 5.1 in BCHI23
  • Theorem 1.5: Karger93
  • Lemma 2.1
  • Lemma 2.2
  • proof
  • Lemma 2.3
  • ...and 12 more