Fast Neighborhood Search Heuristics for the Colored Bin Packing Problem
Renan F. F. da Silva, Yulle G. F. Borges, Rafael C. S. Schouery

TL;DR
This paper introduces new heuristics and fast neighborhood search algorithms for the Colored Bin Packing Problem, improving solution quality and efficiency through meta-heuristic and matheuristic approaches.
Contribution
It adapts existing bin packing heuristics and develops novel neighborhood search algorithms specifically for the CBPP, enhancing solution methods.
Findings
Matheuristic outperforms VNS in solution quality.
Both approaches find near-optimal solutions for large instances.
Algorithms are efficient for instances with many items.
Abstract
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Packing Problems · Advanced Manufacturing and Logistics Optimization · Vehicle Routing Optimization Methods
