English

On finding highly connected spanning subgraphs

Data Structures and Algorithms 2017-01-12 v1 Discrete Mathematics

Abstract

In the Survivable Network Design Problem (SNDP), the input is an edge-weighted (di)graph GG and an integer ruvr_{uv} for every pair of vertices u,vV(G)u,v\in V(G). The objective is to construct a subgraph HH of minimum weight which contains ruvr_{uv} edge-disjoint (or node-disjoint) uu-vv paths. This is a fundamental problem in combinatorial optimization that captures numerous well-studied problems in graph theory and graph algorithms. In this paper, we consider the version of the problem where we are given a λ\lambda-edge connected (di)graph GG with a non-negative weight function ww on the edges and an integer kk, and the objective is to find a minimum weight spanning subgraph HH that is also λ\lambda-edge connected, and has at least kk fewer edges than GG. In other words, we are asked to compute a maximum weight subset of edges, of cardinality up to kk, which may be safely deleted from GG. Motivated by this question, we investigate the connectivity properties of λ\lambda-edge connected (di)graphs and obtain algorithmically significant structural results. We demonstrate the importance of our structural results by presenting an algorithm running in time 2O(klogk)V(G)O(1)2^{O(k \log k)} |V(G)|^{O(1)} for λ\lambda-ECS, thus proving its fixed-parameter tractability. We follow up on this result and obtain the {\em first polynomial compression} for λ\lambda-ECS on unweighted graphs. As a consequence, we also obtain the first fixed parameter tractable algorithm, and a polynomial kernel for a parameterized version of the classic Mininum Equivalent Graph problem. We believe that our structural results are of independent interest and will play a crucial role in the design of algorithms for connectivity-constrained problems in general and the SNDP problem in particular.

Keywords

Cite

@article{arxiv.1701.02853,
  title  = {On finding highly connected spanning subgraphs},
  author = {Manu Basavaraju and Pranabendu Misra and M. S. Ramanujan and Saket Saurabh},
  journal= {arXiv preprint arXiv:1701.02853},
  year   = {2017}
}
R2 v1 2026-06-22T17:46:56.866Z