Three-Dimensional Bin Packing and Mixed-Case Palletization
Despite its wide range of applications, the three-dimensional bin-packing problem is still one of the most difficult optimization problems to solve. Currently, medium- to large-size instances are only solved heuristically and remain out of reach of exact methods. This is particularly true for its practical variant, the mixed-case palletization problem, where item support is needed. This and the lack of a realistic benchmark data set are identified as major research gaps by a recent survey. In this work, we propose a novel formulation and a column-generation solution approach, where the pricing subproblem is a two-dimensional layer-generation problem. Layers are highly desirable in practical packings as they are easily packable and can accommodate important practical constraints such as item support, family groupings, isle friendliness, and load bearing. Being key to the success of the column-generation approach, the pricing subproblem is solved optimally as well as heuristically and is enhanced by using item grouping, item replacement, layer reorganization, and layer spacing. We conduct extensive computational experiments and compare against existing approaches. We also use industrial data to train and propose a realistic data set. The proposed approach outperforms the best-performing algorithm in the literature on most instances and succeeds to solve practical size instances in very reasonable computational times.
Code (1)
Tasks
3D Bin PackingSimilar Papers 제목 키워드 기반
A Parallel Genetic Algorithm for Three Dimensional Bin Packing with Heterogeneous Bins
This paper presents a parallel genetic algorithm for three dimensional bin packing with heterogeneous bins using Hadoop Map-Reduce framework. The most common three dimensional bin packing problem which packs given set of…
Hybrid Approach for Solving Real-World Bin Packing Problem Instances Using Quantum Annealers
Efficient packing of items into bins is a common daily task. Known as Bin Packing Problem, it has been intensively studied in the field of artificial intelligence, thanks to the wide interest from industry and logistics.…
Faster width-dependent algorithm for mixed packing and covering LPs
In this paper, we give a faster width-dependent algorithm for mixed packing-covering LPs. Mixed packing-covering LPs are fundamental to combinatorial optimization in computer science and operations research. Our algorith…
Combinatorial OptimizationAn anytime tree search algorithm for two-dimensional two- and three-staged guillotine packing problems
[libralesso_anytime_2020] proposed an anytime tree search algorithm for the 2018 ROADEF/EURO challenge glass cutting problem (https://www.roadef.org/challenge/2018/en/index.php). The resulting program was ranked first am…
Vocal Bursts Valence PredictionSolving Logistic-Oriented Bin Packing Problems Through a Hybrid Quantum-Classical Approach
The Bin Packing Problem is a classic problem with wide industrial applicability. In fact, the efficient packing of items into bins is one of the toughest challenges in many logistic corporations and is a critical issue f…