Given a set of rectangles of various sizes (items) and a set of rectangles of identical sizes (bins), place items into as few bins as possible.
I'm aware of A Thousand Ways to Pack the Bin but I was wondering, if the number of items was suitably small and perhaps the dimensions were integers, is there a way to always pack the items optimally? Is anyone aware of a strategy or algorithm for optimal rectangle bin packing?