Maximum Minimal Feedback Vertex Set: A Parameterized Perspective

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 G, a positive integer k, the question is to check whether G has a minimal feedback vertex set of size at least k. 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). 2) Next, we consider the problem parameterized by the vertex cover number of the input graph (denoted by vc(G)), and design an algorithm with running time 2O(vc(G) vc(G))nO(1). We complement this result by showing that the problem parameterized by vc(G) does not admit a polynomial compression unless coNP ⊂eq NP/poly. 3) Finally, we give an FPT-approximation scheme (fpt-AS) parameterized by vc(G). That is, we design an algorithm that for every ε >0, runs in time 2O(vc(G)ε) nO(1) and returns a minimal feedback vertex set of size at least (1-ε) opt.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…