Average-Case Performance Analysis of a 2D Strip Packing Algorithm—NFDH

Xiaodong Gu,Guoliang Chen,Yinlong Xu
DOI: https://doi.org/10.1007/s10878-005-5481-6
2005-01-01
Journal of Combinatorial Optimization
Abstract:The two-dimensional strip packing problem is a generalization of the classic one-dimensional bin packing problem. It has many important applications such as costume clipping, material cutting, real-world planning, packing, scheduling etc. Average-case performance analysis of approximation algorithms attracts a lot of attention because it plays a crucial role in selecting an appropriate algorithm for a given application. While approximation algorithms for two-dimensional packing are frequently presented, the results of their average-case performance analyses have seldom been reported due to intractability. In this paper, we analyze the average-case performance of Next Fit Decreasing Height (NFDH) algorithm, one of the first strip packing algorithms proposed by Coffman, Jr. in 1980. We prove that the expected height of packing with NFDH algorithm, when the heights and widths of the rectangle items are independent and both obey (0, 1] uniform distribution, is about n /3, where n is the number of rectangle items. We also validate the theoretical result with experiments.
What problem does this paper attempt to address?