AIOCOct 6, 2023

Fast Neighborhood Search Heuristics for the Colored Bin Packing Problem

arXiv:2310.04471v21 citationsh-index: 4
AI Analysis

This work addresses a combinatorial optimization problem with color constraints, offering incremental improvements for applications like logistics and scheduling.

The paper tackled the Colored Bin Packing Problem by proposing fast neighborhood search algorithms, including a matheuristic combining linear programming with meta-heuristics, which outperformed other methods and found near-optimal solutions for many instances, even with large item counts.

The Colored Bin Packing Problem (CBPP) is a generalization of the Bin Packing Problem (BPP). The CBPP consists of packing a set of items, each with a weight and a color, in bins of limited capacity, minimizing the number of used bins and satisfying the constraint that two items of the same color cannot be packed side by side in the same bin. In this article, we proposed an adaptation of BPP heuristics and new heuristics for the CBPP. Moreover, we propose a set of fast neighborhood search algorithms for CBPP. These neighborhoods are applied in a meta-heuristic approach based on the Variable Neighborhood Search (VNS) and a matheuristic approach that combines linear programming with the meta-heuristics VNS and Greedy Randomized Adaptive Search (GRASP). The results indicate that our matheuristic is superior to VNS and that both approaches can find near-optimal solutions for a large number of instances, even for those with many items.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes