Harmonic Algorithms for Packing d-dimensional Cuboids Into Bins
Abstract
We explore approximation algorithms for the -dimensional geometric bin packing problem (BP). Caprara (MOR 2008) gave a harmonic-based algorithm for BP having an asymptotic approximation ratio (AAR) of (where ). However, their algorithm doesn't allow items to be rotated. This is in contrast to some common applications of BP, like packing boxes into shipping containers. We give approximation algorithms for BP when items can be orthogonally rotated about all or a subset of axes. We first give a fast and simple harmonic-based algorithm having AAR . We next give a more sophisticated harmonic-based algorithm, which we call , having AAR . This gives an AAR of roughly for 3BP with rotations, which improves upon the best-known AAR of . In addition, we study the multiple-choice bin packing problem that generalizes the rotational case. Here we are given sets of -dimensional cuboidal items and we have to choose exactly one item from each set and then pack the chosen items. Our algorithms also work for the multiple-choice bin packing problem. We also give fast and simple approximation algorithms for the multiple-choice versions of D strip packing and D geometric knapsack.
Cite
@article{arxiv.2011.10963,
title = {Harmonic Algorithms for Packing d-dimensional Cuboids Into Bins},
author = {Eklavya Sharma},
journal= {arXiv preprint arXiv:2011.10963},
year = {2021}
}
Comments
Update 3: slightly improve readability, mention dependence on d; Update 2: major refactoring; Update 1: fix typos, slightly improve readability, use title-case for title