Parameterized Inapproximability of Exact Cover and Nearest Codeword
Abstract
The -ExactCover problem is a parameterized version of the ExactCover problem, in which we are given a universe , a collection of subsets of , and an integer , and the task is to determine whether can be partitioned into sets in . This is a natural extension of the well-studied SetCover problem; though in the parameterized regime we know it to be -complete in the exact case, its parameterized complexity with respect to approximability is not well understood. We prove that, assuming ETH, for some there is no time algorithm that can, given a -ExactCover instance , distinguish between the case where has an exact cover of size and the case where every set cover of has size at least . This rules out even more than FPT algorithms, and additionally rules out any algorithm whose approximation ratio depends only on the parameter . By assuming SETH, we instead improve the lower bound to requiring time , for any . In this work we also extend the inapproximability result to the -Nearest-Codeword (-NCP) problem. Specifically, given a generator matrix , a vector , and the parameter , we show that it is hard to distinguish between the case where there exists a codeword with distance at most from and the case where every codeword has distance at least from . This improves the best known parameterized inapproximability result, which rules out approximations with a factor of , but requires us to assume ETH instead of .
Cite
@article{arxiv.1905.06503,
title = {Parameterized Inapproximability of Exact Cover and Nearest Codeword},
author = {Venkatesan Guruswami and Patrick Lin},
journal= {arXiv preprint arXiv:1905.06503},
year = {2019}
}
Comments
An error was discovered in the proof of Lemma 3.3