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
51 stars 24 forks source link

UI improvements #5

Closed hbarovertwo closed 2 years ago

hbarovertwo commented 2 years ago
mhramani commented 2 years ago

Some high level comments: Under the "Random" button in the Streamlit app we need to generate a random problem by defining: 1- Number of bins (1 as default) 2- Bin Dimensions: Length, Width and Height (80 cm , 90 cm, 50 cm) 3- Number of cases (25) 4 - Cases lower and upper size dimensions (lower = 5 cm, upper= 10 cm)

mhramani commented 2 years ago

Under File Upload, I suggest to add a bottom which once clicked load and show the data. This way user see what they are loading and running.