DocumentCode :
1149137
Title :
The Bottomn-Left Bin-Packing Heuristic: An Efficient Implementation
Author :
Chazelle, Bernard
Author_Institution :
Department of Computer Science, Brown University
Issue :
8
fYear :
1983
Firstpage :
697
Lastpage :
707
Abstract :
We study implementations of the bottom-left heuristic for two-dimensional bin-packing. To pack N rectangles into an infinite vertical strip of fixed width, the strategy considered here places each rectangle in turn as low as possible in the strip in a left-justified position. For reasons of simplicity and good performance, the bottom-left heuristic has long been a favorite in practical applications; however, the best implementations found so far require a number of steps O(N3). In this paper, we present an implementation of the bottom-left heuristic which requires linear space and quadratic time. The algorithm is fairly practical, and we believe that even for relatively small values of N, it gives the most efficient implementation of the heuristic, to date. It proceeds by first determining all the possible locations where the next rectangle can fit, then selecting the lowest of them. It is optimal among all the algorithms based on this exhaustive strategy, and its generality makes it adaptable to different packing heuristics.
Keywords :
Bin packing; bottom-left heuristic; computational geometry; geometric pattern; matching; operating systems; operations research; scheduling; Approximation methods; Computational geometry; Computer science; Computerized monitoring; Operating systems; Operations research; Pattern matching; Processor scheduling; Stability; Strips; Bin packing; bottom-left heuristic; computational geometry; geometric pattern; matching; operating systems; operations research; scheduling;
fLanguage :
English
Journal_Title :
Computers, IEEE Transactions on
Publisher :
ieee
ISSN :
0018-9340
Type :
jour
DOI :
10.1109/TC.1983.1676307
Filename :
1676307
Link To Document :
بازگشت