You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see from the link it is suggested to solve that particular nesting problem with integer linear programming (ILP). Unfortunately I have no previous experience with ILP. However, given this audience's experience with nesting problems, does anyone know of any repository with ILP code for bin packing, strip packing or nesting? E.g. written in Python or JavaScript? My thought was to try and implement a more basic ILP strip packing proof of concept (PoC) first, and then work on the more complex nesting problem if I could solve the PoC.
I came across this repository while researching this nesting problem:
https://cs.stackexchange.com/questions/155395
As you can see from the link it is suggested to solve that particular nesting problem with integer linear programming (ILP). Unfortunately I have no previous experience with ILP. However, given this audience's experience with nesting problems, does anyone know of any repository with ILP code for bin packing, strip packing or nesting? E.g. written in Python or JavaScript? My thought was to try and implement a more basic ILP strip packing proof of concept (PoC) first, and then work on the more complex nesting problem if I could solve the PoC.
In advance thank you for any & all help!
(also asked in the Deepnest issues)
The text was updated successfully, but these errors were encountered: