我需要一种替代第一个拟合递减装箱算法的方法,该算法总是能找到最佳解决方案
我已经实现了首次适应递减装箱算法,将数字列表拆分为两个大小相等的“箱子”。该算法几乎总能找到最佳的包装排列,但有时也找不到。 例如: 数字 4, …
如何以编程方式确定如何将较小的盒子放入较大的包裹中?
Closed. This question needs to be more focused. It is not currently accepting answers. 想要改进这个问题?通过编辑这篇文章来更新问题,使其仅…
在哪里可以找到开源 2d 装箱算法?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …