# A $(4+\epsilon)$-approximation for $k$-connected subgraphs

**Authors:** Zeev Nutov

arXiv: 1901.07246 · 2019-01-23

## TL;DR

This paper presents a new approximation algorithm for the $k$-Connected Subgraph problem, achieving ratios that improve upon previous bounds for large graphs and constant $k$, with implications for related covering problems.

## Contribution

It introduces a $(4+rac{1}{	ext{ell}})$-approximation ratio for the problem, improving existing bounds for large $n$ and constant $k$, and extends results to crossing supermodular biset functions.

## Key findings

- Improves approximation ratio to $2(2+1/ell)$ for large $n$
- Achieves ratio $4+\epsilon$ for constant $k$
- Matches best known ratios for augmentation and specific $k$ values

## Abstract

We obtain approximation ratio $2(2+\frac{1}{\ell})$ for the (undirected) $k$-Connected Subgraph problem, where $\ell \approx \frac{1}{2} (\log_k n-1)$ is the largest integer such that $2^{\ell-1} k^{2\ell+1} \leq n$. For large values of $n$ this improves the $6$-approximation of Cheriyan and V\'egh when $n =\Omega(k^3)$, which is the case $\ell=1$. For $k$ bounded by a constant we obtain ratio $4+\epsilon$. For large values of $n$ our ratio matches the best known ratio $4$ for the augmentation version of the problem, as well as the best known ratios for $k=6,7$. Similar results are shown for the problem of covering an arbitrary crossing supermodular biset function.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.07246/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1901.07246/full.md

---
Source: https://tomesphere.com/paper/1901.07246