We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
p.AddBin(bp3d.NewBin("Bin", 60, 60, 60, 100)) p.AddItem(bp3d.NewItem("Item 1", 20, 60, 60, 1)) p.AddItem(bp3d.NewItem("Item 2", 60, 20, 60, 1)) p.AddItem(bp3d.NewItem("Item 3", 60, 60, 20, 1))
You algorithm will pack only the first two bins. Although it is possible to pack all three, just need to 3d-rotate them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You algorithm will pack only the first two bins. Although it is possible to pack all three, just need to 3d-rotate them.
The text was updated successfully, but these errors were encountered: