English

Maximum Minimal Feedback Vertex Set: A Parameterized Perspective

Data Structures and Algorithms 2022-08-04 v1

Abstract

In this paper we study a maximization version of the classical Feedback Vertex Set (FVS) problem, namely, the Max Min FVS problem, in the realm of parameterized complexity. In this problem, given an undirected graph GG, a positive integer kk, the question is to check whether GG has a minimal feedback vertex set of size at least kk. We obtain following results for Max Min FVS. 1) We first design a fixed parameter tractable (FPT) algorithm for Max Min FVS running in time 10knO(1)10^kn^{\mathcal{O}(1)}. 2) Next, we consider the problem parameterized by the vertex cover number of the input graph (denoted by vc(G)\mathsf{vc}(G)), and design an algorithm with running time 2O(vc(G)logvc(G))nO(1)2^{\mathcal{O}(\mathsf{vc}(G)\log \mathsf{vc}(G))}n^{\mathcal{O}(1)}. We complement this result by showing that the problem parameterized by vc(G)\mathsf{vc}(G) does not admit a polynomial compression unless coNP \subseteq NP/poly. 3) Finally, we give an FPT-approximation scheme (fpt-AS) parameterized by vc(G)\mathsf{vc}(G). That is, we design an algorithm that for every ϵ>0\epsilon >0, runs in time 2O(vc(G)ϵ)nO(1)2^{\mathcal{O}\left(\frac{\mathsf{vc}(G)}{\epsilon}\right)} n^{\mathcal{O}(1)} and returns a minimal feedback vertex set of size at least (1ϵ)opt(1-\epsilon){\sf opt}.

Keywords

Cite

@article{arxiv.2208.01953,
  title  = {Maximum Minimal Feedback Vertex Set: A Parameterized Perspective},
  author = {Ajinkya Gaikwad and Hitendra Kumar and Soumen Maity and Saket Saurabh and Shuvam Kant Tripathi},
  journal= {arXiv preprint arXiv:2208.01953},
  year   = {2022}
}
R2 v1 2026-06-25T01:26:30.736Z