O(f) Bi-Approximation for Capacitated Covering with Hard Capacities
Mong-Jen Kao, Hai-Lun Tu, and D.T. Lee

TL;DR
This paper introduces an $O(f)$ bi-approximation algorithm for capacitated vertex cover with hard capacities on hypergraphs, balancing the cost and multiplicity augmentation to improve previous bounds.
Contribution
It presents a new $O(f)$ bi-approximation algorithm that offers a trade-off between cost and multiplicity augmentation, improving upon prior $f^2$ bounds.
Findings
Achieves an $O(f)$ bi-approximation for VC-HC.
Provides a trade-off between multiplicity augmentation and cover cost.
Improves previous approximation ratio from $f^2$ to $(1+1/(k-1))(f-1)$.
Abstract
We consider capacitated vertex cover with hard capacity constraints (VC-HC) on hypergraphs. In this problem we are given a hypergraph with a maximum edge size . Each edge is associated with a demand and each vertex is associated with a weight (cost), a capacity, and an available multiplicity. The objective is to find a minimum-weight vertex multiset such that the demands of the edges can be covered by the capacities of the vertices and the multiplicity of each vertex does not exceed its available multiplicity. In this paper we present an bi-approximation for VC-HC that gives a trade-off on the number of augmented multiplicity and the cost of the resulting cover. In particular, we show that, by augmenting the available multiplicity by a factor of , a~cover with a cost ratio of to the optimal cover for the original instance…
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 · Computational Geometry and Mesh Generation · Mobile Ad Hoc Networks
