English

On the parameterized complexity of symmetric directed multicut

Data Structures and Algorithms 2022-08-22 v1

Abstract

We study the problem Symmetric Directed Multicut from a parameterized complexity perspective. In this problem, the input is a digraph DD, a set of cut requests C={(s1,t1),,(s,t)}C=\{(s_1,t_1),\ldots,(s_\ell,t_\ell)\} and an integer kk, and the task is to find a set XV(D)X \subseteq V(D) of size at most kk such that for every 1i1 \leq i \leq \ell, XX intersects either all (si,ti)(s_i,t_i)-paths or all (ti,si)(t_i,s_i)-paths. Equivalently, every strongly connected component of DXD-X contains at most one vertex out of sis_i and tit_i for every ii. This problem is previously known from research in approximation algorithms, where it is known to have an O(logkloglogk)O(\log k \log \log k)-approximation. We note that the problem, parameterized by kk, directly generalizes multiple interesting FPT problems such as (Undirected) Vertex Multicut and Directed Subset Feedback Vertex Set. We are not able to settle the existence of an FPT algorithm parameterized purely by kk, but we give three partial results: An FPT algorithm parameterized by k+k+\ell; an FPT-time 2-approximation parameterized by kk; and an FPT algorithm parameterized by kk for the special case that the cut requests form a clique, Symmetric Directed Multiway Cut. The existence of an FPT algorithm parameterized purely by kk remains an intriguing open possibility.

Keywords

Cite

@article{arxiv.2208.09017,
  title  = {On the parameterized complexity of symmetric directed multicut},
  author = {Eduard Eiben and Clément Rambaud and Magnus Wahlström},
  journal= {arXiv preprint arXiv:2208.09017},
  year   = {2022}
}

Comments

A shortened version of this article has been accepted for presentation and publication at The 17th International Symposium on Parameterized and Exact Computation (IPEC 2022)

R2 v1 2026-06-25T01:48:24.910Z