English

Reducing a Target Interval to a Few Exact Queries

Data Structures and Algorithms 2012-08-22 v1

Abstract

Many combinatorial problems involving weights can be formulated as a so-called ranged problem. That is, their input consists of a universe UU, a (succinctly-represented) set family F2U\mathcal{F} \subseteq 2^{U}, a weight function ω:U{1,...,N}\omega:U \rightarrow \{1,...,N\}, and integers 0lu0 \leq l \leq u \leq \infty. Then the problem is to decide whether there is an XFX \in \mathcal{F} such that leXω(e)ul \leq \sum_{e \in X}\omega(e) \leq u. Well-known examples of such problems include Knapsack, Subset Sum, Maximum Matching, and Traveling Salesman. In this paper, we develop a generic method to transform a ranged problem into an exact problem (i.e. a ranged problem for which l=ul=u). We show that our method has several intriguing applications in exact exponential algorithms and parameterized complexity, namely: - In exact exponential algorithms, we present new insight into whether Subset Sum and Knapsack have efficient algorithms in both time and space. In particular, we show that the time and space complexity of Subset Sum and Knapsack are equivalent up to a small polynomial factor in the input size. We also give an algorithm that solves sparse instances of Knapsack efficiently in terms of space and time. - In parameterized complexity, we present the first kernelization results on weighted variants of several well-known problems. In particular, we show that weighted variants of Vertex Cover, Dominating Set, Traveling Salesman and Knapsack all admit polynomial randomized Turing kernels when parameterized by U|U|. Curiously, our method relies on a technique more commonly found in approximation algorithms.

Keywords

Cite

@article{arxiv.1208.4225,
  title  = {Reducing a Target Interval to a Few Exact Queries},
  author = {Jesper Nederlof and Erik Jan van Leeuwen and Ruben van der Zwaan},
  journal= {arXiv preprint arXiv:1208.4225},
  year   = {2012}
}

Comments

10 pages, to appear at MFCS 2012

R2 v1 2026-06-21T21:53:24.864Z