issues
search
dwave-examples
/
3d-bin-packing
Use a hybrid solver to use the minimum number of bins to pack items with different dimensions
Apache License 2.0
62
stars
26
forks
source link
Add documentation, privatize some methods, refactor code.
#1
Closed
hbarovertwo
closed
2 years ago
hbarovertwo
commented
2 years ago
Determine what methods should be private vs public
Add a command line interface for running the script
Add and define a text/csv file format for defining the bin packing problem
Add typing information to methods and classes.