English

Parameterized Algorithms for Generalizations of Directed Feedback Vertex Set

Data Structures and Algorithms 2020-03-06 v1

Abstract

The Directed Feedback Vertex Set (DFVS) problem takes as input a directed graph~GG and seeks a smallest vertex set~SS that hits all cycles in GG. This is one of Karp's 21 NP\mathsf{NP}-complete problems. Resolving the parameterized complexity status of DFVS was a long-standing open problem until Chen et al. [STOC 2008, J. ACM 2008] showed its fixed-parameter tractability via a 4kk!nO(1)4^kk! n^{\mathcal{O}(1)}-time algorithm, where k=Sk = |S|. Here we show fixed-parameter tractability of two generalizations of DFVS: - Find a smallest vertex set SS such that every strong component of GSG - S has size at most~ss: we give an algorithm solving this problem in time 4k(ks+k+s)!nO(1)4^k(ks+k+s)!\cdot n^{\mathcal{O}(1)}. This generalizes an algorithm by Xiao [JCSS 2017] for the undirected version of the problem. - Find a smallest vertex set SS such that every non-trivial strong component of GSG - S is 1-out-regular: we give an algorithm solving this problem in time 2O(k3)nO(1)2^{\mathcal{O}(k^3)}\cdot n^{\mathcal{O}(1)}. We also solve the corresponding arc versions of these problems by fixed-parameter algorithms.

Keywords

Cite

@article{arxiv.2003.02483,
  title  = {Parameterized Algorithms for Generalizations of Directed Feedback Vertex Set},
  author = {Alexander Göke and Dániel Marx and Matthias Mnich},
  journal= {arXiv preprint arXiv:2003.02483},
  year   = {2020}
}
R2 v1 2026-06-23T14:04:40.808Z