本文介绍了我在哪里可以找到开源的2D装箱算法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在寻找开源(preferably C ++)为长方形,或不规则形状的二维装箱算法。我发现关于这个问题,但没有code多篇论文。
I'm looking for open source (preferably c++) algorithms for 2d bin packing of rectangular and or irregular shapes. I've found several papers on the subject but no code.
推荐答案
下面是最好的我对矩形装箱知识:
Here is the best to my knowledge about rectangular bin packing:
http://clb.demon.fi/projects/rectangle-bin-packing
这篇关于我在哪里可以找到开源的2D装箱算法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!