Directed Subset Feedback Vertex Set is Fixed-Parameter Tractable
Rajesh Chitnis, Marek Cygan, MohammadTaghi Hajiaghayi, D\'aniel Marx

TL;DR
This paper proves that the Directed Subset Feedback Vertex Set problem is fixed-parameter tractable with a new algorithm, completing the understanding of feedback vertex set problems in directed graphs and improving related algorithms.
Contribution
It introduces a fixed-parameter algorithm for Directed Subset Feedback Vertex Set and generalizes important separator sampling techniques for transversal problems.
Findings
Directed Subset Feedback Vertex Set is FPT with time $2^{O(k^3)}n^{O(1)}$.
Reformulation of important separator sampling technique for transversal problems.
Improved algorithm for Directed Multiway Cut with better parameter dependence.
Abstract
Given a graph and an integer , the Feedback Vertex Set (FVS) problem asks if there is a vertex set of size at most that hits all cycles in the graph. The fixed-parameter tractability status of FVS in directed graphs was a long-standing open problem until Chen et al. (STOC '08) showed that it is FPT by giving a time algorithm. In the subset versions of this problems, we are given an additional subset of vertices (resp., edges) and we want to hit all cycles passing through a vertex of (resp. an edge of ). Recently, the Subset Feedback Vertex Set in undirected graphs was shown to be FPT by Cygan et al. (ICALP '11) and independently by Kakimura et al. (SODA '12). We generalize the result of Chen et al. (STOC '08) by showing that Subset Feedback Vertex Set in directed graphs can be solved in time . By our result, we complete the…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Optimization and Search Problems
