English

Passing the Limits of Pure Local Search for Weighted $k$-Set Packing

Data Structures and Algorithms 2022-08-19 v2

Abstract

We study the weighted kk-Set Packing problem: Given a collection SS of sets, each of cardinality at most kk, together with a positive weight function w:SQ>0w:\mathcal{S}\rightarrow\mathbb{Q}_{>0}, the task is to compute a disjoint sub-collection ASA\subseteq \mathcal{S} of maximum total weight. For k2k\leq 2, the weighted kk-Set Packing problem can be solved in polynomial time, but for k3k\geq 3, it becomes NPNP-hard. Recently, Neuwohner has shown how to obtain approximation guarantees of k+ϵk2\frac{k+\epsilon_k}{2} with limkϵk=0\lim_{k\rightarrow\infty}\epsilon_k=0. She further showed her result to be asymptotically best possible in that no algorithm considering local improvements of logarithmically bounded size with respect to some fixed power of the weight function can yield an approximation guarantee better than k2\frac{k}{2}. In this paper, we finally show how to beat the threshold of k2\frac{k}{2} for the weighted kk-Set Packing problem by Ω(k)\Omega(k). We achieve this by combining local search with the application of a black box algorithm for the unweighted kk-Set Packing problem to carefully chosen sub-instances. In doing so, we manage to link the approximation ratio for general weights to the one achievable in the unweighted case and we obtain guarantees of at most k+122104\frac{k+1}{2}-2\cdot 10^{-4} for all k4k\geq 4.

Keywords

Cite

@article{arxiv.2202.01248,
  title  = {Passing the Limits of Pure Local Search for Weighted $k$-Set Packing},
  author = {Meike Neuwohner},
  journal= {arXiv preprint arXiv:2202.01248},
  year   = {2022}
}

Comments

56 pages, 3 figures, 1 table. arXiv admin note: substantial text overlap with arXiv:2106.03555, arXiv:2106.03545