A recursive branch-and-bound algorithm for the rectangular guillotine strip packing problem

  • Authors:
  • Yaodong Cui;Yuli Yang;Xian Cheng;Peihua Song

  • Affiliations:
  • Department of Computer Science, Guangxi Normal University, Guilin 541004, PR China;Department of Computer Science, Guangxi Normal University, Guilin 541004, PR China;Department of Computer Science, Guangxi Normal University, Guilin 541004, PR China;Department of Computer Science, Guangxi Normal University, Guilin 541004, PR China

  • Venue:
  • Computers and Operations Research
  • Year:
  • 2008

Quantified Score

Hi-index 0.01

Visualization

Abstract

A heuristic recursive algorithm for the two-dimensional rectangular strip packing problem is presented. It is based on a recursive structure combined with branch-and-bound techniques. Several lengths are tried to determine the minimal plate length to hold all the items. Initially the plate is taken as a block. For the current block considered, the algorithm selects an item, puts it at the bottom-left corner of the block, and divides the unoccupied region into two smaller blocks with an orthogonal cut. The dividing cut is vertical if the block width is equal to the plate width; otherwise it is horizontal. Both lower and upper bounds are used to prune unpromising branches. The computational results on a class of benchmark problems indicate that the algorithm performs better than several recently published algorithms.