A new exact approach for the Bilevel Knapsack with Interdiction Constraints
Federico Della Croce, Rosario Scatamacchia

TL;DR
This paper introduces a novel exact method for solving the complex Bilevel Knapsack with Interdiction Constraints, significantly improving solution times for large instances by exploiting problem structure.
Contribution
The paper presents a new exact approach that efficiently solves large-scale instances of the bilevel knapsack problem with interdiction constraints, surpassing previous methods.
Findings
Successfully solves instances with up to 500 items within 60 seconds
Derives effective lower bounds for the problem
Outperforms current state-of-the-art algorithms in speed and scalability
Abstract
We consider the Bilevel Knapsack with Interdiction Constraints, an extension of the classic 0-1 knapsack problem formulated as a Stackelberg game with two agents, a leader and a follower, that choose items from a common set and hold their own private knapsacks. First, the leader selects some items to be interdicted for the follower while satisfying a capacity constraint. Then the follower packs a set of the remaining items according to his knapsack constraint in order to maximize the profits. The goal of the leader is to minimize the follower's profits. The presence of two decision levels makes this problem very difficult to solve in practice: the current state-of-the-art algorithms can solve to optimality instances with 50-55 items at most. We derive effective lower bounds and present a new exact approach that exploits the structure of the induced follower's problem. The approach…
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 Search Problems · Optimization and Packing Problems · Supply Chain and Inventory Management
