English

The Bottom-Left Algorithm for the Strip Packing Problem

Data Structures and Algorithms 2024-02-27 v1 Discrete Mathematics Combinatorics

Abstract

The bottom-left algorithm is a simple heuristic for the Strip Packing Problem. It places the rectangles in the given order at the lowest free position in the strip, using the left most position in case of ties. Despite its simplicity, the exact approximation ratio of the bottom-left algorithm remains unknown. We will improve the more-than-40-year-old value for the lower bound from 5/45/4 to 4/3ε4/3 - \varepsilon. Additionally, we will show that this lower bound holds even in the special case of squares, where the previously known lower bound was 12/11ε12/11 -\varepsilon. These lower bounds apply regardless of the ordering of the rectangles. When squares are arranged in the worst possible order, we establish a constant upper bound and a 10/3ε10/3-\varepsilon lower bound for the approximation ratio of the bottom-left algorithm. This bound also applies to some online setting and yields an almost tight result there. Finally, we show that the approximation ratio of a local search algorithm based on permuting rectangles in the ordering of the bottom-left algorithm is at least~22 and that such an algorithm may need an exponential number of improvement steps to reach a local optimum.

Keywords

Cite

@article{arxiv.2402.16572,
  title  = {The Bottom-Left Algorithm for the Strip Packing Problem},
  author = {Stefan Hougardy and Bart Zondervan},
  journal= {arXiv preprint arXiv:2402.16572},
  year   = {2024}
}

Comments

42 pages

R2 v1 2026-06-28T15:00:18.613Z