-
Notifications
You must be signed in to change notification settings - Fork 8
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
Quick question #3
Comments
Sorry, I am a little slow on the uptake today. Just looked at the example JSON. This is fantastic. |
Actually, if you have an answer to this it would help. |
I am not sure how I can help you in this matter, but reviewing recent surveys on Bin Packing and Container Loading problems could help, such as http://onlinelibrary.wiley.com/doi/10.1111/itor.12094/pdf. |
Ok, will look. In the mean time. Lets say I have item dimensions and preloaded box shapes in js vars. I am not seeing how I could bypass the json file and directly input. Also, and it might take me a while to figure this out, but perhaps you know. Is there a way I can get the volume of empty space and put in xyz variables to fit the boxes into the container. I am thinking that I could take total volume of items and narrow down box choices for total volume. Anyhow, if you have any suggestions that would be great. Awesome program by the way. |
Sorry, in have no clue on how I can help you. I will in a few day have a reunion with a person savvier in 3D problems than I. If some sugestion appears I will contact you. |
I have a series of items that I would like to figure out how many can fit into boxes. When I searched 3d bin-packing, I thought I would be on the solution quickly. Can yours be easily adapted for this or should I look to a different starting source?
The text was updated successfully, but these errors were encountered: