emadehsan / csp

Algorithm for Cutting Stock Problem using Google OR-Tools. Link to the tool:
https://emadehsan.com/csp/
MIT License
132 stars 38 forks source link

different length in stock #32

Open syberi opened 1 year ago

syberi commented 1 year ago

What if there are different large pieces in stock and you need to take into account several lengths of the source material. For example, 80 100 110 in stock. and you need to cut 4x20, it is more profitable to take from the warehouse material with a length of 80 and cut with 0 remainder. Is it possible to implement this?