Kernels for feedback arc set in tournaments

作者:

Highlights:

摘要

A tournament T=(V,A) is a directed graph in which there is exactly one arc between every pair of distinct vertices. Given a digraph on n vertices and an integer parameter k, the Feedback Arc Set problem asks whether the given digraph has a set of k arcs whose removal results in an acyclic digraph. The Feedback Arc Set problem restricted to tournaments is known as the k-Feedback Arc Set in Tournaments (k-FAST) problem. In this paper we obtain a linear vertex kernel for k-FAST. That is, we give a polynomial time algorithm which given an input instance T to k-FAST obtains an equivalent instance T′ on O(k) vertices. In fact, given any fixed ϵ>0, the kernelized instance has at most (2+ϵ)k vertices. Our result improves the previous known bound of O(k2) on the kernel size for k-FAST. Our kernelization algorithm solves the problem on a subclass of tournaments in polynomial time and uses a known polynomial time approximation scheme for k-FAST.

论文关键词:Feedback arc set,Tournaments,Kernelization,Parameterized algorithms,Graph algorithms

论文评审过程:Received 10 January 2010, Revised 9 September 2010, Accepted 4 October 2010, Available online 8 October 2010.

论文官网地址:https://doi.org/10.1016/j.jcss.2010.10.001