The 2-D Bin Packing Problem with Multiple Levels of Prioritization: A Spatial Optimization Perspective
Listed in
This article is not in any list yet, why not save it to one of your lists.Abstract
This paper integrates two-dimensional bin packing with facility layout concepts to address scenarios in which items must not only fit within a confined space but also be arranged according to spatial priorities. We embed a prioritization matrix into the bin packing framework, enabling items to be clustered with one another or pulled toward certain bin access points based on assigned priority weights. Unlike traditional bin packing, which focuses on space utilization alone, our approach balances proximity to bin access points and adjacency among functionally related items, extending the utility of bin packing to applications requiring more nuanced layout preferences. We introduce a single mixed-integer linear programming (MILP) model and a complementary sliding window decomposition method that scales effectively to larger problem instances. Numerical experiments illustrate that this decomposition approach consistently outperforms a direct MILP solve with a commercial solver in both runtime and solution quality. This computational study underscores the flexibility and effectiveness of embedding multi-level priorities into bin packing.