-
Notifications
You must be signed in to change notification settings - Fork 25
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
How do can I use multiple pallets #9
Comments
Hi, Thanks for opening the issue. If by "pallet" you mean "bin", then the solver automatically handles creating multiple bins depending on the products you're using and the layers that were generated by the tool. If by "pallet" you mean something else, such as how to arrange bins so that they occupy the least amount of space, then this is probably not supported. If you elaborate I can further help. Best, |
Thank you for the reply Alessio Falai , to explain my question, Lets use this as an example : I have 20 pallets already loaded and ready to go to container, how do I optimise their placement inside the container. Is it possible to do so? |
It is possible, but it's not a functionality currently supported by this library unfortunately. |
Got it, will try the maxrects generalized to 3D and try to find a way for my problem, thanks for the reply, Cheers |
I want to use multiple pallets for a problem statement, what changes should I make to config python file?
The text was updated successfully, but these errors were encountered: