English

Parameterized algorithms for node connectivity augmentation problems

Data Structures and Algorithms 2022-09-15 v1

Abstract

A graph GG is kk-out-connected from its node ss if it contains kk internally disjoint svsv-paths to every node vv; GG is kk-connected if it is kk-out-connected from every node. In connectivity augmentation problems the goal is to augment a graph G0=(V,E0)G_0=(V,E_0) by a minimum costs edge set JJ such that G0JG_0 \cup J has higher connectivity than G0G_0. In the kk-Out-Connectivity Augmentation (kk-OCA) problem, G0G_0 is (k1)(k-1)-out-connected from ss and G0JG_0 \cup J should be kk-out-connected from ss; in the kk-Connectivity Augmentation (kk-CA) problem G0G_0 is (k1)(k-1)-connected and G0JG_0 \cup J should be kk-connected. The parameterized complexity status of these problems was open even for k=3k=3 and unit costs. We will show that kk-OCA and 33-CA can be solved in time 9pnO(1)9^p \cdot n^{O(1)}, where pp is the size of an optimal solution. Our paper is the first that shows fixed parameter tractability of a kk-node-connectivity augmentation problem with high values of kk. We will also consider the (2,k)(2,k)-Connectivity Augmentation problem where G0G_0 is (k1)(k-1)-edge-connected and G0JG_0 \cup J should be both kk-edge-connected and 22-connected. We will show that this problem can be solved in time 9pnO(1)9^p \cdot n^{O(1)}, and for unit costs approximated within 1.8921.892.

Keywords

Cite

@article{arxiv.2209.06695,
  title  = {Parameterized algorithms for node connectivity augmentation problems},
  author = {Zeev Nutov},
  journal= {arXiv preprint arXiv:2209.06695},
  year   = {2022}
}