Recursive partitioning approach
for the Distributor's Pallet Loading Problem

Introduction - Problem instances - Solutions

Problem instances

Here are available some instances found in the literature for the unconstrained two-dimensional cutting problem of rectangular pieces. The instances presented in the files have the following format: the first line contains the number m of piece types, the second line contains the length L and the width W of the large rectangle, and the i-th line of the next m lines contains the length li, the width wi and the value vi of the i-th piece.

m
L W
l1 w1 v1
l2 w2 v2
   .
   .
   .
lm wm vm

In some instances, the values of the pieces are equal to their respective areas, that is, vi = liwi for i = 1, …, m. In this case, the values of the pieces are omitted in some files, which have the following format.

m
L W
l1 w1
l2 w2
  .
  .
  .
lm wm

Below are the instances and the references to the articles where these instances have been found. Some of these instances can also be found at OR-Library and www.laria.u-picardie.fr/hifi/OR-Benchmark/.