Subset feedback vertex set is fixed parameter tractable
Marek Cygan, Marcin Pilipczuk, Michal Pilipczuk, Jakub Onufry, Wojtaszczyk

TL;DR
This paper proves that the Subset Feedback Vertex Set problem, a generalization of Feedback Vertex Set involving a vertex subset S, is fixed-parameter tractable with respect to the parameter k, using kernelization and parameterized algorithms.
Contribution
The paper establishes fixed-parameter tractability of Subset Feedback Vertex Set and provides a kernelization-based algorithm with runtime 2^{O(k log k)} n^{O(1)}.
Findings
Proved SUBSET-FVS is fixed-parameter tractable.
Developed a kernelization algorithm reducing instances to size depending on k.
Provided an efficient algorithm with runtime 2^{O(k log k)} n^{O(1)}.
Abstract
The classical Feedback Vertex Set problem asks, for a given undirected graph G and an integer k, to find a set of at most k vertices that hits all the cycles in the graph G. Feedback Vertex Set has attracted a large amount of research in the parameterized setting, and subsequent kernelization and fixed-parameter algorithms have been a rich source of ideas in the field. In this paper we consider a more general and difficult version of the problem, named Subset Feedback Vertex Set (SUBSET-FVS in short) where an instance comes additionally with a set S ? V of vertices, and we ask for a set of at most k vertices that hits all simple cycles passing through S. Because of its applications in circuit testing and genetic linkage analysis SUBSET-FVS was studied from the approximation algorithms perspective by Even et al. [SICOMP'00, SIDMA'00]. The question whether the SUBSET-FVS problem is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
