A Polynomial Kernel for Funnel Arc Deletion Set
Marcelo Garlet Milani

TL;DR
This paper introduces a polynomial kernel for the Funnel-Arc Deletion Set problem, a variant of Directed Feedback Arc Set, providing a significant step in fixed-parameter tractability and kernelization for this NP-hard problem.
Contribution
It presents the first polynomial kernel with size bounds for Funnel-Arc Deletion Set, advancing the understanding of kernelization in directed graph problems.
Findings
Kernel size is O(k^6) vertices and O(k^7) arcs.
Kernelization algorithm runs in O(nm) time.
Problem is fixed-parameter tractable despite NP-hardness.
Abstract
In Directed Feeback Arc Set (DFAS) we search for a set of at most arcs which intersect every cycle in the input digraph. It is a well-known open problem in parameterized complexity to decide if DFAS admits a kernel of polynomial size. We consider -Arc Deletion Set (-ADS), a variant of DFAS where we want to remove at most arcs from the input digraph in order to turn it into a digraph of a class . In this work, we choose to be the class of funnels. Funnel-Arc Deletion Set is NP-hard even if the input is a DAG, but is fixed-parameter tractable with respect to . So far no polynomial kernels for this problem were known. Our main result is a kernel for Funnel-Arc Deletion Set with many vertices and many arcs, computable in time, where is the number of vertices and …
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 · Interconnection Networks and Systems
