English

A Parameterized Algorithm for Mixed Cut

Data Structures and Algorithms 2015-09-21 v1

Abstract

The classical Menger's theorem states that in any undirected (or directed) graph GG, given a pair of vertices ss and tt, the maximum number of vertex (edge) disjoint paths is equal to the minimum number of vertices (edges) needed to disconnect from ss and tt. This min-max result can be turned into a polynomial time algorithm to find the maximum number of vertex (edge) disjoint paths as well as the minimum number of vertices (edges) needed to disconnect ss from tt. In this paper we study a mixed version of this problem, called Mixed-Cut, where we are given an undirected graph GG, vertices ss and tt, positive integers kk and ll and the objective is to test whether there exist a kk sized vertex set SV(G)S \subseteq V(G) and an ll sized edge set FE(G)F \subseteq E(G) such that deletion of SS and FF from GG disconnects from ss and tt. We start with a small observation that this problem is NP-complete and then study this problem, in fact a much stronger generalization of this, in the realm of parameterized complexity. In particular we study the Mixed-Multiway Cut-Uncut problem where along with a set of terminals TT, we are also given an equivalence relation R\mathcal{R} on TT, and the question is whether we can delete at most kk vertices and at most ll edges such that connectivity of the terminals in the resulting graph respects R\mathcal{R}. Our main results is a fixed parameter algorithm for Mixed-Multiway Cut-Uncut using the method of recursive understanding introduced by Chitnis et al. (FOCS 2012).

Keywords

Cite

@article{arxiv.1509.05612,
  title  = {A Parameterized Algorithm for Mixed Cut},
  author = {Ashutosh Rai and M. S. Ramanujan and Saket Saurabh},
  journal= {arXiv preprint arXiv:1509.05612},
  year   = {2015}
}

Comments

16 pages. arXiv admin note: substantial text overlap with arXiv:1207.4079 by other authors

R2 v1 2026-06-22T10:59:47.643Z