New Improvements in Optimal Rectangle Packing
Abstract
The rectangle packing problem consists of finding an enclosing rectangle of smallest area that can contain a given set of rectangles without overlap. Our algorithm picks the x-coordinates of all the rectangles before picking any of the y-coordinates. For the x-coordinates, we present a dynamic variable ordering heuristic and an adaptation of a pruning algorithm used in previous solvers. We then transform the rectangle packing problem into a perfect packing problem that has no empty space, and present inference rules to reduce the instance size. For the y-coordinates we search a space that models empty positions as variables and rectangles as values. Our solver is over 19 times faster than the previous state-of-the-art on the largest problem solved to date, allowing us to extend the known solutions for a consecutive-square packing benchmark from N=27 to N=32. Eric Huang, Richard E. Korf
Cite
Text
Huang and Korf. "New Improvements in Optimal Rectangle Packing." International Joint Conference on Artificial Intelligence, 2009.Markdown
[Huang and Korf. "New Improvements in Optimal Rectangle Packing." International Joint Conference on Artificial Intelligence, 2009.](https://mlanthology.org/ijcai/2009/huang2009ijcai-new/)BibTeX
@inproceedings{huang2009ijcai-new,
title = {{New Improvements in Optimal Rectangle Packing}},
author = {Huang, Eric and Korf, Richard E.},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2009},
pages = {511-516},
url = {https://mlanthology.org/ijcai/2009/huang2009ijcai-new/}
}