The Bottom-Left Algorithm for the Strip Packing Problem
Stefan Hougardy, Bart Zondervan

TL;DR
This paper analyzes the bottom-left heuristic for strip packing, improving lower bounds on its approximation ratio, especially for squares, and explores the complexity of local search algorithms based on it.
Contribution
It establishes new lower bounds for the approximation ratio of the bottom-left algorithm, including for squares, and investigates the complexity of local search variants.
Findings
Lower bound for general case improved to 4/3.
Lower bound for squares improved to 12/11.
Local search algorithms can have exponential complexity.
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 to . Additionally, we will show that this lower bound holds even in the special case of squares, where the previously known lower bound was . 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 lower bound for the approximation ratio of the bottom-left algorithm. This bound also applies to some online setting and yields an almost…
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.
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 · Manufacturing Process and Optimization
