English

Fixed-parameter tractability of multicut parameterized by the size of the cutset

Data Structures and Algorithms 2015-03-17 v3

Abstract

Given an undirected graph GG, a collection {(s1,t1),...,(sk,tk)}\{(s_1,t_1),..., (s_k,t_k)\} of pairs of vertices, and an integer pp, the Edge Multicut problem ask if there is a set SS of at most pp edges such that the removal of SS disconnects every sis_i from the corresponding tit_i. Vertex Multicut is the analogous problem where SS is a set of at most pp vertices. Our main result is that both problems can be solved in time 2O(p3)...nO(1)2^{O(p^3)}... n^{O(1)}, i.e., fixed-parameter tractable parameterized by the size pp of the cutset in the solution. By contrast, it is unlikely that an algorithm with running time of the form f(p)...nO(1)f(p)... n^{O(1)} exists for the directed version of the problem, as we show it to be W[1]-hard parameterized by the size of the cutset.

Keywords

Cite

@article{arxiv.1010.3633,
  title  = {Fixed-parameter tractability of multicut parameterized by the size of the cutset},
  author = {Dániel Marx and Igor Razgon},
  journal= {arXiv preprint arXiv:1010.3633},
  year   = {2015}
}