Exact algorithms for the two-dimensional guillotine knapsack

  • Authors:
  • Mohammad Dolatabadi;Andrea Lodi;Michele Monaci

  • Affiliations:
  • Faculty of Mathematics and Statistics, University of Ferdowsi, Mashhad, Iran;DEIS, Universití di Bologna, Viale Risorgimento 2, 40136 Bologna, Italy;DEI, Universití di Padova, Via Gradenigo 6/A, 35131 Padova, Italy

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

Quantified Score

Hi-index 0.01

Visualization

Abstract

The two-dimensional knapsack problem requires to pack a maximum profit subset of ''small'' rectangular items into a unique ''large'' rectangular sheet. Packing must be orthogonal without rotation, i.e., all the rectangle heights must be parallel in the packing, and parallel to the height of the sheet. In addition, we require that each item can be unloaded from the sheet in stages, i.e., by unloading simultaneously all items packed at the same either y or x coordinate. This corresponds to use guillotine cuts in the associated cutting problem. In this paper we present a recursive exact procedure that, given a set of items and a unique sheet, constructs the set of associated guillotine packings. Such a procedure is then embedded into two exact algorithms for solving the guillotine two-dimensional knapsack problem. The algorithms are computationally evaluated on well-known benchmark instances from the literature. The C++ source code of the recursive procedure is available upon request from the authors.