A randomized polynomial kernelization for Vertex Cover with a smaller parameter
Abstract
In the Vertex Cover problem we are given a graph and an integer and have to determine whether there is a set of size at most such that each edge in has at least one endpoint in . The problem can be easily solved in time , making it fixed-parameter tractable (FPT) with respect to . While the fastest known algorithm takes only time , much stronger improvements have been obtained by studying parameters that are smaller than . Apart from treewidth-related results, the arguably best algorithm for Vertex Cover runs in time , where is only the excess of the solution size over the best fractional vertex cover (Lokshtanov et al.\ TALG 2014). Since but cannot be bounded in terms of alone, this strictly increases the range of tractable instances. Recently, Garg and Philip (SODA 2016) greatly contributed to understanding the parameterized complexity of the Vertex Cover problem. They prove that is a lower bound for the vertex cover size of , where is the size of a largest matching of , and proceed to study parameter . They give an algorithm of running time , proving that Vertex Cover is FPT in . It can be easily observed that whereas cannot be bounded in terms of alone. We complement the work of Garg and Philip by proving that Vertex Cover admits a randomized polynomial kernelization in terms of , i.e., an efficient preprocessing to size polynomial in . This improves over parameter for which this was previously known (Kratsch and Wahlstr\"om FOCS 2012).
Cite
@article{arxiv.1611.06795,
title = {A randomized polynomial kernelization for Vertex Cover with a smaller parameter},
author = {Stefan Kratsch},
journal= {arXiv preprint arXiv:1611.06795},
year = {2016}
}
Comments
Full version of ESA 2016 paper