Parameterized Max Min Feedback Vertex Set
Michael Lampis, Nikolaos Melissinos, Manolis Vasilakis

TL;DR
This paper advances the parameterized complexity understanding of the Max Min Feedback Vertex Set problem, providing improved algorithms based on graph parameters and correcting previous algorithmic claims.
Contribution
It introduces a generalized dynamic programming algorithm for the problem and corrects prior branching algorithms, establishing near-optimal complexity bounds.
Findings
Algorithm of time tw^{O(tw)} n^{O(1)} for graphs with bounded treewidth.
Algorithm of time vc^{O(vc)} n^{O(1)} for graphs with bounded vertex cover.
Corrected and improved the branching algorithm complexity to 9.34^k n^{O(1)}.
Abstract
Given a graph and an integer , Max Min FVS asks whether there exists a minimal set of vertices of size at least whose deletion destroys all cycles. We present several results that improve upon the state of the art of the parameterized complexity of this problem with respect to both structural and natural parameters. Using standard DP techniques, we first present an algorithm of time , significantly generalizing a recent algorithm of Gaikwad et al. of time , where denote the input graph's treewidth and vertex cover respectively. Subsequently, we show that both of these algorithms are essentially optimal, since a algorithm would refute the ETH. With respect to the natural parameter , the aforementioned recent work by Gaikwad et al.…
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.
