Weighted Partition Vertex and Edge Cover
Rajni Dabas, Samir Khuller, Emilie Rivkin

TL;DR
This paper introduces new algorithms for generalized vertex and edge cover problems with group-wise coverage constraints, including approximation and exact polynomial-time solutions, advancing the understanding of weighted covering problems.
Contribution
It presents a 2-approximation algorithm for Weighted Prize-Collecting Partition Vertex Cover and the first exact polynomial-time algorithm for Weighted Partition Edge Cover, improving previous methods.
Findings
The 2-approximation algorithm removes enumerative steps and extends to weighted cases.
The exact algorithm for Weighted Partition Edge Cover improves runtime and simplifies prior approaches.
Prize-collecting variant of W-PEC is NP-Complete.
Abstract
We study generalizations of the classical Vertex Cover and Edge Cover problems that incorporate group-wise coverage constraints. Our first focus is the \emph{Weighted Prize-Collecting Partition Vertex Cover} (WP-PVC) problem: given a graph with weights on both vertices and edges, and a partition of the edge set into groups, the goal is to select a minimum-weight subset of vertices such that, in each group, the total weight (profit) of covered edges meets a specified threshold. This formulation generalizes classical vertex cover, partial vertex cover and partition vertex cover. We present two algorithms for WP-PVC. The first is a simple 2-approximation that solves \( n^{\omega} \) LP's, improving over prior work by Bandyapadhyay et al.\ by removing an enumerative step and the extra \( \epsilon \)-factor in approximation, while also extending to the weighted setting. The second…
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 · Vehicle Routing Optimization Methods · Computational Geometry and Mesh Generation
