English

A Single-Exponential FPT Algorithm for 2-Vertex-Connectivity Augmentation

Data Structures and Algorithms 2026-08-04 v1

Abstract

We study restricted-link augmentation to 22-vertex-connectivity. An instance consists of a graph GG, possibly disconnected, a set LL of admissible links on its vertices, integer link costs in {1,,W}\{1,\dots,W\}, and an integer kk; the task is to add at most kk links of minimum total cost so that the resulting multigraph is 22-vertex-connected. Recent work gives O(kO(k))O^*(k^{O(k)})-time algorithms for unweighted λ\lambda-vertex-connectivity augmentation for every λ4\lambda\leq 4 [Carmesin and Ramanujan, SODA 2026], and an O((k+λ)O(k))O^*((k+\lambda)^{O(k)})-time algorithm for arbitrary λ\lambda [Korhonen and Thorup, arXiv 2026]. We give a deterministic algorithm with running time O(36kW)O^*(36^kW). Thus, for λ=2\lambda=2, the unweighted running time improves from O(kO(k))O^*(k^{O(k)}) to O(36k)O^*(36^k), and the algorithm also handles link costs with pseudo-polynomial dependence on WW. We reduce the problem to a boundary-pair variant of 22-vertex-connected spanning subgraph, where each vertex is assigned a pair of incident edges with an associated pair cost. We solve this variant using a cancellation identity, inspired by Cut&Count [Cygan et al., TALG 2022], obtained by applying M\"obius inversion to decompositions along cut vertices: the identity cancels every connected spanning graph with more than one block and keeps exactly the 22-vertex-connected spanning graphs.

Cite

@article{arxiv.2608.03830,
  title  = {A Single-Exponential FPT Algorithm for 2-Vertex-Connectivity Augmentation},
  author = {Tomohiro Koana and Soh Kumabe},
  journal= {arXiv preprint arXiv:2608.03830},
  year   = {2026}
}