| New Reply |
limiting the placement of covering rectangle with smaller rectangles algorithm? |
Share Thread |
| May22-12, 02:21 PM | #1 |
|
|
limiting the placement of covering rectangle with smaller rectangles algorithm?
I'm looking for a 'covering rectangle with smaller rectangles' algorithm with the unique feature of being able to exclude some possible center points of rectangles. Basically, limiting the possible areas the smaller rectangles can be placed, while still having the algorithm try to solve for filling up the entire big rectangle with smaller rectangles (of a fixed size). Obviously this will sometimes result in the algorithm not succeeding, no possible solutions.
Has anyone seen anything like this or know how it would be developed? somethings to keep in mind: 1. This problem can be optimally solved by simply placing the fixed size rectangle at every point that is allowed. This of course is too many rectangles, and I'm trying to accomplish this with the minimum amount of rectangles possible. the minimum amount can usually be determined by dividing the area of the big rectangle by the area of the smaller rectangle. Example: a big rectangle with an area of 200. small rectangle with an area of 5. The smallest possible amount of rectangles to cover the area inside the big rectangle is 40 (200/5=40). If you limit the places you can put the rectangles, this number might grow, and the spacing might become uneven. I'm essentially asking for a way to solve this problem. 2.Coverage areas are not boxes, packing algorithms are not covering algorithms. coverage areas can overlap. box packing algorithms don't overlap. |
| May22-12, 02:50 PM | #2 |
|
|
are you using similar rectangles little to big ratio? This would solve a lot.
|
| May22-12, 06:03 PM | #3 |
|
|
you mean if i have a big rectangle that is 60 length, 30 width, then i would use 60% length, 30% width for smaller rectangles? yes, but I wonder if adding areas that you can't put centerpoints of rectangles will divide the room into more rectangles and change this 'optimum' spacing?
|
| New Reply |
Similar discussions for: limiting the placement of covering rectangle with smaller rectangles algorithm?
|
||||
| Thread | Forum | Replies | ||
| How to calc sides of rectangle inside a rotated rectangle | General Math | 5 | ||
| Limiting the Torque helps limiting the RPM of Shaft | Mechanical Engineering | 0 | ||
| mapping points inside one 2D rectangle into another smaller one | Linear & Abstract Algebra | 11 | ||
| Finding the dimensions of a rotated rectangle inside another rectangle. | Precalculus Mathematics Homework | 8 | ||
| Find how fast the radius of a circle get smaller as its area gets smaller | Calculus & Beyond Homework | 2 | ||