Knapsack: Connectedness, Path, and Shortest-Path
Palash Dey, Sudeshna Kolay, and Sipra Singh

TL;DR
This paper explores the complexity of knapsack problems with graph constraints, developing algorithms for connected, path, and shortest-path variants, and establishing their computational hardness.
Contribution
It introduces algorithms for graph-constrained knapsack problems based on treewidth and provides complexity results and approximations for these problems.
Findings
Connected knapsack is strongly NP-complete even for degree four graphs.
The paper presents an algorithm with runtime depending on treewidth for these problems.
Approximation algorithms are developed with guarantees based on epsilon.
Abstract
We study the knapsack problem with graph theoretic constraints. That is, we assume that there exists a graph structure on the set of items of knapsack and the solution also needs to satisfy certain graph theoretic properties on top of knapsack constraints. In particular, we need to compute in the connected knapsack problem a connected subset of items which has maximum value subject to the size of knapsack constraint. We show that this problem is strongly NP-complete even for graphs of maximum degree four and NP-complete even for star graphs. On the other hand, we develop an algorithm running in time where are respectively treewidth of the graph, size, and target value of the knapsack. We further exhibit a factor approximation algorithm running in time $O\left(2^{tw\log…
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
TopicsOptimization and Packing Problems · Optimization and Search Problems · Complexity and Algorithms in Graphs
