Robust Extensible Bin Packing and Revisiting the Convex Knapsack Problem
Noam Goldberg, Michael Poss, Yariv Marmor

TL;DR
This paper introduces a robust, extensible bin packing model under uncertainty, develops algorithms for its complex subproblems, and demonstrates practical efficiency and real-world benefits through computational experiments and a case study.
Contribution
It formulates a novel robust bin packing problem with uncertainty, analyzes its computational complexity, and proposes efficient algorithms including an FPTAS and a practical DP approach.
Findings
The separation problem is strongly NP-hard.
A pseudo-polynomial DP and FPTAS are developed for a special case.
Computational results show the DP outperforms MIP solvers in practice.
Abstract
We study a robust extensible bin packing problem with budgeted uncertainty, under a budgeted uncertainty model where item sizes are defined to lie in the intersection of a box with a one-norm ball. We propose a scenario generation algorithm for this problem, which alternates between solving a master robust bin-packing problem with a finite uncertainty set and solving a separation problem. We first show that the separation is strongly NP-hard given solutions to the continuous relaxation of the master problem. Then, focusing on the separation problem for the integer master problem, we show that this problem becomes a special case of the continuous convex knapsack problem, which is known to be weakly NP-hard. Next, we prove that our special case when each of the functions is piecewise linear, having only two pieces, remains NP-hard. We develop a pseudo-polynomial dynamic program (DP) and 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.
