I'm trying to come up with an algorithm that will allow me to optimize the area used by a set of rectanges.
I have a fixed number of rectanges, each one has a fixed area, and I'm trying to fit them into a 2D space.
Their length, width, and orientation can be modified as long as their area remains constant.
I've searched the web, and come back with some references, but nothing that completely nails the problem I'm looking to solve.
Anybody have any good ideas or references?
Thanks,
Telstar
I have a fixed number of rectanges, each one has a fixed area, and I'm trying to fit them into a 2D space.
Their length, width, and orientation can be modified as long as their area remains constant.
I've searched the web, and come back with some references, but nothing that completely nails the problem I'm looking to solve.
Anybody have any good ideas or references?
Thanks,
Telstar