Connectivity augmentation is fixed-parameter tractable
Tuukka Korhonen, Mikkel Thorup

TL;DR
This paper proves that the vertex and edge connectivity augmentation problems are fixed-parameter tractable with respect to certain parameters, providing new algorithms and improving previous results.
Contribution
The paper introduces algorithms showing fixed-parameter tractability for vertex and edge connectivity augmentation, extending and improving prior work with broader parameter ranges.
Findings
Vertex connectivity augmentation is FPT when parameterized by λ and k.
Edge connectivity augmentation is FPT when parameterized by k only.
New algorithms run in time 2^{O(k log (k + λ))} n^{O(1)} and 2^{O(k log k)} n^{O(1)} respectively.
Abstract
In the vertex connectivity augmentation problem, we are given an undirected -vertex graph , a set of links , and integers and . The task is to insert at most links from to to make -vertex-connected. We show that the problem is fixed-parameter tractable (FPT) when parameterized by and , by giving an algorithm with running time . This improves upon a recent result of Carmesin and Ramanujan [SODA'26], who showed that the problem is FPT parameterized by but only when . We also consider the analogous edge connectivity augmentation problem, where the goal is to make -edge-connected. We show that the problem is FPT when parameterized by only, by giving an algorithm with running time .…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
