How can I packed equal circles with raduis R inside a rectangle L X W ??
4 次查看(过去 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!