paper-with-me

홈 › Papers

Knapsack: Connectedness, Path, and Shortest-Path

2023-07-24 · Palash Dey, Sudeshna Kolay, Sipra Singh

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 $O\left(2^{tw\log tw}\cdot\text{poly}(\min\{s^2,d^2\})\right)$ where $tw,s,d$ are respectively treewidth of the graph, size, and target value of the knapsack. We further exhibit a $(1-\epsilon)$ factor approximation algorithm running in time $O\left(2^{tw\log tw}\cdot\text{poly}(n,1/\epsilon)\right)$ for every $\epsilon>0$. We show similar results for several other graph theoretic properties, namely path and shortest-path under the problem names path-knapsack and shortestpath-knapsack. Our results seems to indicate that connected-knapsack is computationally hardest followed by path-knapsack and shortestpath-knapsack.

📄 PDF Abstract BibTeX arXiv:2307.12547

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Altered connectedness of the brain chronnectome during the progression of Alzheimer's disease

2021-03-30 · M. Ghanbari, Z. Zhou, L-M. Hsu, Y. Han 외

Graph theory has been extensively used to investigate brain network topology and its changes in disease cohorts. However, many graph theoretic analysis-based brain network studies focused on the shortest paths or, more g…

Provably Good Solutions to the Knapsack Problem via Neural Networks of Bounded Size

2020-05-28 · Christoph Hertrich, Martin Skutella

The development of a satisfying and rigorous mathematical understanding of the performance of neural networks is a major challenge in artificial intelligence. Against this background, we study the expressive power of neu…

Combinatorial Optimization

Generalized Shortest Path Kernel on Graphs

2015-10-22 · Linus Hermansson, Fredrik D. Johansson, Osamu Watanabe

We consider the problem of classifying graphs using graph kernels. We define a new graph kernel, called the generalized shortest path kernel, based on the number and length of shortest paths between nodes. For our exampl…

General ClassificationGraph Classification

Edge types vs privacy in K-anonymization of shortest paths

2015-03-18 · Applied Soft Computing 2015 3 · Yu-Chuan Tsai

Information breaches in social networks and other published data have caused many concerns of privacy issues in recent years. Since information in networks can be modeled as graphs, various techniques have been propose…

Multi-scale Wasserstein Shortest-path Graph Kernels for Graph Classification

2022-06-02 · Wei Ye, Hao Tian, Qijun Chen

Graph kernels are conventional methods for computing graph similarities. However, the existing R-convolution graph kernels cannot resolve both of the two challenges: 1) Comparing graphs at multiple different scales, and …

Graph Classification