English

Parameterized Inapproximability of Exact Cover and Nearest Codeword

Computational Complexity 2019-05-21 v2

Abstract

The kk-ExactCover problem is a parameterized version of the ExactCover problem, in which we are given a universe UU, a collection SS of subsets of UU, and an integer kk, and the task is to determine whether UU can be partitioned into kk sets in SS. This is a natural extension of the well-studied SetCover problem; though in the parameterized regime we know it to be W[1]W[1]-complete in the exact case, its parameterized complexity with respect to approximability is not well understood. We prove that, assuming ETH, for some γ>0\gamma > 0 there is no time f(k)Nγkf(k) \cdot N^{\gamma k} algorithm that can, given a kk-ExactCover instance II, distinguish between the case where II has an exact cover of size kk and the case where every set cover of II has size at least 14logNloglogNk\frac14 \sqrt[k]{\frac{\log N}{\log \log N}}. This rules out even more than FPT algorithms, and additionally rules out any algorithm whose approximation ratio depends only on the parameter kk. By assuming SETH, we instead improve the lower bound to requiring time f(k)Nkεf(k) \cdot N^{k - \varepsilon}, for any ε>0\varepsilon > 0. In this work we also extend the inapproximability result to the kk-Nearest-Codeword (kk-NCP) problem. Specifically, given a generator matrix AF2m×nA \in \mathbb{F}_2^{m \times n}, a vector yF2my \in \mathbb{F}_2^m, and the parameter kk, we show that it is hard to distinguish between the case where there exists a codeword with distance at most kk from yy and the case where every codeword has distance at least 18logNloglogNk\frac18 \sqrt[k]{\frac{\log N}{\log \log N}} from yy. This improves the best known parameterized inapproximability result, which rules out approximations with a factor of poly(logk)\text{poly} (\log k), but requires us to assume ETH instead of W[1]FPTW[1] \neq FPT.

Keywords

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

R2 v1 2026-06-23T09:08:10.960Z