English

Binary Decision Diagrams for Bin Packing with Minimum Color Fragmentation

Data Structures and Algorithms 2018-12-04 v1

Abstract

Bin Packing with Minimum Color Fragmentation (BPMCF) is an extension of the Bin Packing Problem in which each item has a size and a color and the goal is to minimize the sum of the number of bins containing items of each color. In this work, we introduce BPMCF and present a decomposition strategy to solve the problem, where the assignment of items to bins is formulated as a binary decision diagram and an optimal integrated solutions is identified through a mixed-integer linear programming model. Our computational experiments show that the proposed approach greatly outperforms a direct formulation of BPMCF and that its performance is suitable for large instances of the problem.

Keywords

Cite

@article{arxiv.1812.00059,
  title  = {Binary Decision Diagrams for Bin Packing with Minimum Color Fragmentation},
  author = {David Bergman and Carlos Cardonha and Saharnaz Mehrani},
  journal= {arXiv preprint arXiv:1812.00059},
  year   = {2018}
}

Comments

10 pages, 2 figures, 1 table, currently under review

R2 v1 2026-06-23T06:27:31.834Z