English

A Polynomial Kernel for Funnel Arc Deletion Set

Data Structures and Algorithms 2020-09-29 v2

Abstract

In Directed Feeback Arc Set (DFAS) we search for a set of at most kk 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 C\mathcal{C}-Arc Deletion Set (C\mathcal{C}-ADS), a variant of DFAS where we want to remove at most kk arcs from the input digraph in order to turn it into a digraph of a class C\mathcal{C}. In this work, we choose C\mathcal{C} 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 kk. So far no polynomial kernels for this problem were known. Our main result is a kernel for Funnel-Arc Deletion Set with O(k6)\mathcal{O}(k^6) many vertices and O(k7)\mathcal{O}(k^7) many arcs, computable in O(nm)\mathcal{O}(nm) time, where nn is the number of vertices and mm the number of arcs in the input digraph.

Cite

@article{arxiv.1911.05520,
  title  = {A Polynomial Kernel for Funnel Arc Deletion Set},
  author = {Marcelo Garlet Milani},
  journal= {arXiv preprint arXiv:1911.05520},
  year   = {2020}
}

Comments

Accepted at IPEC 2020

R2 v1 2026-06-23T12:14:27.517Z