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!