English

An Improved Approximation for Maximum Weighted $k$-Set Packing

Data Structures and Algorithms 2023-01-19 v1

Abstract

We consider the weighted kk-set packing problem, in which we are given a collection of weighted sets, each with at most kk elements and must return a collection of pairwise disjoint sets with maximum total weight. For k=3k = 3, this problem generalizes the classical 3-dimensional matching problem listed as one of the Karp's original 21 NP-complete problems. We give an algorithm attaining an approximation factor of 1.7861.786 for weighted 3-set packing, improving on the recent best result of 2163,700,9922-\frac{1}{63,700,992} due to Neuwohner. Our algorithm is based on the local search procedure of Berman that attempts to improve the sum of squared weights rather than the problem's objective. When using exchanges of size at most kk, this algorithm attains an approximation factor of k+12\frac{k+1}{2}. Using exchanges of size k2(k1)+kk^2(k-1) + k, we provide a relatively simple analysis to obtain an approximation factor of 1.811 when k=3k = 3. We then show that the tools we develop can be adapted to larger exchanges of size 2k2(k1)+k2k^2(k-1) + k to give an approximation factor of 1.786. Although our primary focus is on the case k=3k = 3, our approach in fact gives slightly stronger improvements on the factor k+12\frac{k+1}{2} for all k>3k > 3. As in previous works, our guarantees hold also for the more general problem of finding a maximum weight independent set in a (k+1)(k+1)-claw free graph.

Keywords

Cite

@article{arxiv.2301.07537,
  title  = {An Improved Approximation for Maximum Weighted $k$-Set Packing},
  author = {Theophile Thiery and Justin Ward},
  journal= {arXiv preprint arXiv:2301.07537},
  year   = {2023}
}

Comments

To appear in SODA'23. Comments welcome. 26 pages

R2 v1 2026-06-28T08:14:30.694Z