Skip to content

Tips for ILP repositories for bin packing? #109

@bjornte

Description

@bjornte

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions