English

Path-contractions, edge deletions and connectivity preservation

Data Structures and Algorithms 2017-04-24 v1 Computational Complexity

Abstract

We study several problems related to graph modification problems under connectivity constraints from the perspective of parameterized complexity: {\sc (Weighted) Biconnectivity Deletion}, where we are tasked with deleting~kk edges while preserving biconnectivity in an undirected graph, {\sc Vertex-deletion Preserving Strong Connectivity}, where we want to maintain strong connectivity of a digraph while deleting exactly~kk vertices, and {\sc Path-contraction Preserving Strong Connectivity}, in which the operation of path contraction on arcs is used instead. The parameterized tractability of this last problem was posed by Bang-Jensen and Yeo [DAM 2008] as an open question and we answer it here in the negative: both variants of preserving strong connectivity are W[1]\sf W[1]-hard. Preserving biconnectivity, on the other hand, turns out to be fixed parameter tractable and we provide a 2O(klogk)nO(1)2^{O(k\log k)} n^{O(1)}-algorithm that solves {\sc Weighted Biconnectivity Deletion}. Further, we show that the unweighted case even admits a randomized polynomial kernel. All our results provide further interesting data points for the systematic study of connectivity-preservation constraints in the parameterized setting.

Keywords

Cite

@article{arxiv.1704.06622,
  title  = {Path-contractions, edge deletions and connectivity preservation},
  author = {Gregory Gutin and M. S. Ramanujan and Felix Reidl and Magnus Wahlström},
  journal= {arXiv preprint arXiv:1704.06622},
  year   = {2017}
}
R2 v1 2026-06-22T19:24:02.801Z