English

Bi-Criteria Multiple Knapsack Problem with Grouped Items

Data Structures and Algorithms 2020-06-02 v1

Abstract

The multiple knapsack problem with grouped items aims to maximize rewards by assigning groups of items among multiple knapsacks, considering knapsack capacities. Either all items in a group are assigned or none at all. We propose algorithms which guarantee that rewards are not less than the optimal solution, with a bound on exceeded knapsack capacities. To obtain capacity-feasible solutions, we propose a binary-search heuristic combined with these algorithms. We test the performance of the algorithms and heuristics in an extensive set of experiments on randomly generated instances and show they are efficient and effective, i.e., they run reasonably fast and generate good quality solutions.

Keywords

Cite

@article{arxiv.2006.00322,
  title  = {Bi-Criteria Multiple Knapsack Problem with Grouped Items},
  author = {Francisco Castillo-Zunino and Pinar Keskinocak},
  journal= {arXiv preprint arXiv:2006.00322},
  year   = {2020}
}

Comments

34 pages, 26 figures (18 pages, 6 figures without considering appendix and references)

R2 v1 2026-06-23T15:55:58.025Z