Knapsack with Vertex Cover, Set Cover, and Hitting Set
Palash Dey, Ashlesha Hota, Sudeshna Kolay, and Sipra Singh

TL;DR
This paper investigates the computational complexity and approximation algorithms for the vertex cover knapsack problem and its variants, providing NP-completeness proofs, approximation algorithms, hardness results, and fixed parameter tractable algorithms.
Contribution
It establishes NP-completeness for the vertex cover knapsack problem, develops approximation algorithms for set cover and hitting set variants, and introduces fixed parameter tractable algorithms based on treewidth.
Findings
Vertex cover knapsack is NP-complete.
Polynomial-time approximation algorithms for set cover and hitting set variants.
Fixed parameter tractable algorithm with exponential dependence on treewidth.
Abstract
Given an undirected graph , with vertex weights , vertex values , a knapsack size , and a target value , the \vcknapsack problem is to determine if there exists a subset of vertices such that forms a vertex cover, , and . In this paper, we closely study the \vcknapsack problem and its variations, such as \vcknapsackbudget, \minimalvcknapsack, and \minimumvcknapsack, for both general graphs and trees. We first prove that the \vcknapsack problem belongs to the complexity class \NPC and then study the complexity of the other variations. We generalize the problem to \setc and \hs versions and design polynomial time -factor…
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.
