Calculating a cutting list with the least amount of off cut waste

后端 未结 6 1434
刺人心
刺人心 2020-12-14 02:49

I am working on a project where I produce an aluminium extrusion cutting list.

The aluminium extrusions come in lengths of 5m.

I have a list of smaller lengt

6条回答
  •  -上瘾入骨i
    2020-12-14 03:12

    This is a classic, difficult problem to solve efficiently. The algorithm you describe sounds like a Greedy Algorithm. Take a look at this Wikipedia article for more information: The Cutting Stock Problem

提交回复
热议问题