Re: Algorithm to fit rectangles with different areas inside a matrix with lowest complexity



place all objects in a place where they are smallest. then jiggle for
smallest overlap
if collision of location occurs, relocate object with smallest growth
impact to second size. then jiggle

in this way all objects go through go through scaling.

jiggleing is best don through genetic algorithms a la PCB optimization.

cheers

.