Heuristic and exact fixation-based approaches for the discounted 0-1 knapsack problem
C. Wilbaut, R. Todosijevic, S. Hanafi, A. Fr\'eville

TL;DR
This paper introduces a two-phase approach combining fixation rules and dynamic programming to efficiently solve the discounted 0-1 knapsack problem, significantly reducing computation time on benchmark instances.
Contribution
It proposes a novel fixation-based preprocessing method for the discounted 0-1 knapsack problem, enhancing solution efficiency over existing techniques.
Findings
Fixation techniques significantly reduce problem size.
Preprocessing accelerates dynamic programming solutions.
Approach effectively solves benchmark instances.
Abstract
In this paper we consider the discounted 0-1 knapsack problem (DKP), which is an extension of the classical knapsack problem where a set of items is decomposed into groups of three items. At most one item can be chosen from each group and the aim is to maximize the total profit of the selected items while respecting the knapsack capacity constraint. The DKP is a relatively recent problem in the literature. In this paper we propose a two-phase approach in which the problem is reduced by applying exact and / or heuristic fixation rules in a first phase that can be viewed as a preprocessing phase. The remaining problem can then be solved by dynamic programming. Experiments performed on available instances in the literature show that the fixation techniques are very useful to solve these instances. Indeed, the preprocessing phase greatly reduces the size of these instances, leading to a…
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 · Advanced Manufacturing and Logistics Optimization · Vehicle Routing Optimization Methods
