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

going into infinite loop for this test case #34

Open Ashish-React-Techugo opened 1 year ago

Ashish-React-Techugo commented 1 year ago

cuts=[[18,1226],[26, 915], [25, 1526], [15, 1835]] total=[[99999, 5800]]

I am using the exact same code in this repository I don't know what I am doing wrong here