Common-scale consecutive rectangle packing · n = 12
Scale the rectangles 1×1, 1×2, …, 1×n by one common factor and fit them all into the unit square, making that factor as large as possible.
Formal definition
- ContainerThe unit square: the origin (0, 0) at its lower-left corner, (1, 1) at its upper right
- SubmissionSubmit placements in order 1×1 through 1×n, each a position plus an optional 90° rotation, together with the shared scale
- ConstraintsAll rectangles use the one scale; rotation only by 90°; none overlap and none crosses the boundary
- ObjectiveMake the shared scale as large as possible