Packing-Based Approximation Algorithm for the k-Set Cover Problem
Martin Furer, Huiwen Yu

TL;DR
This paper introduces a packing-based approximation algorithm for the k-Set Cover problem, achieving improved tight approximation ratios for k ≥ 4 through a novel local search heuristic and combinatorial analysis.
Contribution
It presents a new Restricted k-Set Packing heuristic and combines it with existing methods to improve approximation ratios for the k-Set Cover problem.
Findings
Achieves a tight approximation ratio of H_k - 0.6402 + Θ(1/k).
Improves the best known approximation ratios for k ≥ 4.
Provides specific ratios: 1.8667 for k=6, 1.7333 for k=5, 1.5208 for k=4.
Abstract
We present a packing-based approximation algorithm for the -Set Cover problem. We introduce a new local search-based -set packing heuristic, and call it Restricted -Set Packing. We analyze its tight approximation ratio via a complicated combinatorial argument. Equipped with the Restricted -Set Packing algorithm, our -Set Cover algorithm is composed of the -Set Packing heuristic \cite{schrijver} for , Restricted -Set Packing for and the semi-local -improvement \cite{furer} for 3-Set Cover. We show that our algorithm obtains a tight approximation ratio of , where is the -th harmonic number. For small , our results are 1.8667 for , 1.7333 for and 1.5208 for . Our algorithm improves the currently best approximation ratio for the -Set Cover problem of any .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
