Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tips for ILP repositories for bin packing? #109

Open
bjornte opened this issue Nov 22, 2022 · 0 comments
Open

Tips for ILP repositories for bin packing? #109

bjornte opened this issue Nov 22, 2022 · 0 comments

Comments

@bjornte
Copy link

bjornte commented Nov 22, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant