English

Parameterized Approximation for Capacitated $d$-Hitting Set with Hard Capacities

Data Structures and Algorithms 2024-10-29 v1

Abstract

The \textsc{Capacitated dd-Hitting Set} problem involves a universe UU with a capacity function cap:UN\mathsf{cap}: U \rightarrow \mathbb{N} and a collection A\mathcal{A} of subsets of UU, each of size at most dd. The goal is to find a minimum subset SUS \subseteq U and an assignment ϕ:AS\phi : \mathcal{A} \rightarrow S such that for every AAA \in \mathcal{A}, ϕ(A)A\phi(A) \in A, and for each xUx \in U, ϕ1(x)cap(x)|\phi^{-1}(x)| \leq \mathsf{cap}(x). For d=2d=2, this is known as \textsc{Capacitated Vertex Cover}. In the weighted variant, each element of UU has a positive integer weight, with the objective of finding a minimum-weight capacitated hitting set. Chuzhoy and Naor [SICOMP 2006] provided a factor-3 approximation for \textsc{Capacitated Vertex Cover} and showed that the weighted case lacks an o(logn)o(\log n)-approximation unless P=NPP=NP. Kao and Wong [SODA 2017] later independently achieved a dd-approximation for \textsc{Capacitated dd-Hitting Set}, with no dϵd - \epsilon improvements possible under the Unique Games Conjecture. Our main result is a parameterized approximation algorithm with runtime (kϵ)k2kO(kd)(U+A)O(1)\left(\frac{k}{\epsilon}\right)^k 2^{k^{O(kd)}}(|U|+|\mathcal{A}|)^{O(1)} that either concludes no solution of size k\leq k exists or finds SS of size 4/3k\leq 4/3 \cdot k and weight at most 2+ϵ2+\epsilon times the minimum weight for solutions of size k\leq k. We further show that no FPT-approximation with factor c>1c > 1 exists for unweighted \textsc{Capacitated dd-Hitting Set} with d3d \geq 3, nor with factor 2ϵ2 - \epsilon for the weighted version, assuming the Exponential Time Hypothesis. These results extend to \textsc{Capacitated Vertex Cover} in multigraphs. Additionally, a variant of multi-dimensional \textsc{Knapsack} is shown hard to FPT-approximate within 2ϵ2 - \epsilon.

Keywords

Cite

@article{arxiv.2410.20900,
  title  = {Parameterized Approximation for Capacitated $d$-Hitting Set with Hard Capacities},
  author = {Daniel Lokshtanov and Abhishek Sahu and Saket Saurabh and Vaishali Surianarayanan and Jie Xue},
  journal= {arXiv preprint arXiv:2410.20900},
  year   = {2024}
}

Comments

Accepted to SODA 2025, Abstract is shortened due to space requirement

R2 v1 2026-06-28T19:37:51.119Z