3.7.223. Smallest rectangle area
Denotes the fact that a constraint can be used for finding the smallest rectangle area where one can pack a given set of rectangles (or squares). A first example of such packing problem attributed to S.Β W.Β Golomb is to find the smallest square that can contain the set of consecutive squares from up to so that these squares do not overlap each other. A program using the constraint was used to construct such a table for inΒ [BeldiceanuBourreauChanRivreau97]. New optimal solutions for this problem were found inΒ [SimonisSullivan08] for . FigureΒ 3.7.54 gives the solution found for by H.Β Simonis and B.Β O'Sullivan. Algorithms and lower bounds for solving the same problem can also be respectively found inΒ [CapraraLodiMartelloMonaci06] and inΒ [Korf04].
Figure 3.7.54. Smallest square (of size 123) for packing squares of size

Download the geost instance for this example in XML or PROLOG format.
In his paper (i.e.,Β [Korf04]), RichardΒ E.Β Korf also considers the problem of finding the minimum -area rectangle that can contain the set of consecutive squares from up to and solve it up to . In 2008 this value was improved up to by H.Β Simonis and B.Β O'SullivanΒ [SimonisSullivan08]. FigureΒ 3.7.55 gives the solution found for by H.Β Simonis and B.Β O'Sullivan.
Figure 3.7.55. Rectangle with the smallest surface (of size ) for packing squares of size

Download the geost instance for this example in XML or PROLOG format.