A Simplified Parameterized Algorithm for Directed Feedback Vertex Set
Ziliang Xiong, Mingyu Xiao

TL;DR
This paper simplifies a key step in algorithms for the Directed Feedback Vertex Set problem, improving the running-time bound and making the algorithm more efficient for fixed-parameter tractability.
Contribution
It introduces a simplified approach to solve the compression step in DFVS algorithms, refining the overall running-time bound.
Findings
Reduced the running-time bound to $igo(k!2^{o(k)}(n+m))$
Simplified the algorithmic step for DFVS compression
Enhanced the efficiency of fixed-parameter algorithms for DFVS
Abstract
The Directed Feedback Vertex Set problem (DFVS) asks whether it is possible to remove at most vertices from a directed graph to make it acyclic. Whether DFVS is fixed-parameter tractable was a long-standing open problem in parameterized complexity until it was solved by Chen et al. in 2008 (STOC 2008). Now the running-time bound of this problem is improved to (Lokshtanov et al, SODA 2018), where and are the numbers of vertices and arcs in the graph. In this paper, we simplify one crucial step in all previous parameterized algorithms for DFVS, which is to solve the compression version of the problem, and refine the running-time bound for DFVS to .
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.
Taxonomy
TopicsControl Systems and Identification
