Traditionally a rectangle-in-rectangle packing problem has a set of rectangles with known,fixed sizes which you want to pack in a as small as possible outer rectangle.
I want to do the opposite. I have a fixed outer rectangle and a set of rectangles of which only aspect ratio must be preserved. I want to place the rectangles in the outer rectangle in such a way that as much space as possible is covered. Additionally, the rectangles have a relative weight assigned to them.
The application is to place pictures in a frame, where some pictures must be larger than others. We want to cover as much as possible of the frame.
Anybody who can send me in the right direction or has some papers that may help? Thanks