平铺图案
我正在寻找有效的瓷砖解决方案/算法:装饰瓷砖的布局。
我们想要建立一个系统,在不规则形状的支持下计算柱和梁(梁、托梁)的相互放置。
预先感谢您的帮助。
I'm looking for efficient solution/algorithm for tiling : the layout of the decking tiles.
We want to build system that will calculate the mutual placement of columns and beams (beams, joist) with support of irregular shape.
Thank you in advance for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
老问题,但也许有人可以使用答案......
这个问题类似于设计计算机芯片时的集成电路布局问题。正如您可以想象的,这是一个丰富的方法来源。尝试查看:
您也可以将此视为全局优化问题。有关概述,请参阅:
http://en.wikipedia.org/wiki/Global_optimization#Approaches
Old question, but maybe someone can use the answer....
This problem is similar to the integrated circuit layout problem when designing computer chips. As you can imagine, this is a rich source of methods. Try looking at:
You can also view this as a global optimization problem. For an overview look at:
http://en.wikipedia.org/wiki/Global_optimization#Approaches