Search arXivSearch

arXiv · 1905.06503

Parameterized Inapproximability of Exact Cover and Nearest Codeword

Abstract

The $k$-ExactCover problem is a parameterized version of the ExactCover problem, in which we are given a universe $U$, a collection $S$ of subsets of $U$, and an integer $k$, and the task is to determine whether $U$ can be partitioned into $k$ sets in $S$. This is a natural extension of the well-studied SetCover problem; though in the parameterized regime we know it to be $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$ there is no time $f(k) \cdot N^{γk}$ algorithm that can, given a $k$-ExactCover instance $I$, distinguish between the case where $I$ has an exact cover of size $k$ and the case where every set cover of $I$ has size at least $\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 $k$. By assuming SETH, we instead improve the lower bound to requiring time $f(k) \cdot N^{k - \varepsilon}$, for any $\varepsilon > 0$. In this work we also extend the inapproximability result to the $k$-Nearest-Codeword ($k$-NCP) problem. Specifically, given a generator matrix $A \in \mathbb{F}_2^{m \times n}$, a vector $y \in \mathbb{F}_2^m$, and the parameter $k$, we show that it is hard to distinguish between the case where there exists a codeword with distance at most $k$ from $y$ and the case where every codeword has distance at least $\frac18 \sqrt[k]{\frac{\log N}{\log \log N}}$ from $y$. This improves the best known parameterized inapproximability result, which rules out approximations with a factor of $\text{poly} (\log k)$, but requires us to assume ETH instead of $W[1] \neq FPT$.

Explore related subjects

Keep this discovery

Explore connections, maps & timelines

BibTeXRIS

Venkatesan Guruswami, Patrick Lin. 2019-05-18. Parameterized Inapproximability of Exact Cover and Nearest Codeword. https://arxiv.org/abs/1905.06503

Cite the original work for its findings. Save a collection to share your selection of sources.

KEEP EXPLORING

Related papers

Graph Homomorphisms and Universal Algebra

Constraint satisfaction problems are computational problems that naturally appear in many areas of theoretical computer science. One of the central themes is their computational complexity, and in particular the border between polynomial-time tractability and NP-hardness. In this course we introduce the universal-algebraic approach to study the computational complexity of finite-domain CSPs. The course covers in particular the cyclic terms and bounded width theorems. To keep the presentation accessible, we start the course in the tangible setting of directed graphs and graph homomorphism problems.

cs.CC

The Exact Growth Rate of Space-Optimal Reversible Pebbling on Chains

We determine the exact time exponent of space-optimal reversible pebbling on chains as $1.331742379256310\ldots$. The growth rate of space-optimal reach exists as a limit and admits a variational formula. The same exponent governs complete computations at minimal space, uniformly in the chain length.

cs.CC

Randomized query complexity can beat certificate complexity

A long-standing open question in query complexity asks whether there is a total Boolean function f with R(f) << C(f), where R(f) and C(f) denote its bounded-error randomized query complexity and certificate complexity, respectively. We construct a function with R(f) = O~(sqrt{C(f)}), which is optimal up to log factors. The same function also has $Q(f) = O~(C(f)^{1/4}), where Q(f) is the bounded-error quantum query complexity of f, which is also nearly optimal.

cs.CC