How can I packed equal circles with raduis R inside a rectangle L X W ??
조회 수: 3 (최근 30일)
이전 댓글 표시
Dear all I have a rectangle L X W (L=6,W=2), and n equal circles with radius = R, How can I packed max number of non-overlapped circles inside this rectangle Thanks
댓글 수: 5
Jan
2018년 3월 26일
@Stephen Cobeldick: Please copy your comment to the section for answers, such that it can be accepted.
답변 (1개)
Jan
2018년 3월 22일
See e.g. https://en.wikipedia.org/wiki/Circle_packing_in_a_square : As Stephen has said already, the problem is hard. You cannot expect a general solution in the forum.
댓글 수: 3
Jan
2018년 3월 22일
@Ahmad Hani: You can search in the net exactly as the forum's members can. Note that "proof for NP hard" is not clear or unique, so you need more information to find, what you want.
Walter Roberson
2018년 3월 25일
편집: Walter Roberson
2018년 3월 25일
https://arxiv.org/abs/1008.1224 " Circle Packing for Origami Design Is Hard", Erik D. Demaine, Sandor P. Fekete, Robert J. Lang
"We show that deciding whether a given set of circles can be packed into a rectangle, an equilateral triangle, or a unit square are NP-hard problems"
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!