English

Harmonic Algorithms for Packing d-dimensional Cuboids Into Bins

Computational Geometry 2021-09-28 v4 Data Structures and Algorithms

Abstract

We explore approximation algorithms for the dd-dimensional geometric bin packing problem (ddBP). Caprara (MOR 2008) gave a harmonic-based algorithm for ddBP having an asymptotic approximation ratio (AAR) of Td1T_{\infty}^{d-1} (where T1.691T_{\infty} \approx 1.691). However, their algorithm doesn't allow items to be rotated. This is in contrast to some common applications of ddBP, like packing boxes into shipping containers. We give approximation algorithms for ddBP 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 TdT_{\infty}^{d}. We next give a more sophisticated harmonic-based algorithm, which we call HGaPk\mathtt{HGaP}_k, having AAR Td1(1+ϵ)T_{\infty}^{d-1}(1+\epsilon). This gives an AAR of roughly 2.860+ϵ2.860 + \epsilon for 3BP with rotations, which improves upon the best-known AAR of 4.54.5. In addition, we study the multiple-choice bin packing problem that generalizes the rotational case. Here we are given nn sets of dd-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 ddD strip packing and ddD geometric knapsack.

Keywords

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

R2 v1 2026-06-23T20:25:21.877Z