Wadaboa / 3d-bpp

3D bin packing solutions with layers and superitems, for Artificial Intelligence in Industry class at UNIBO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do can I use multiple pallets

vvn007 opened this issue · comments

commented

I want to use multiple pallets for a problem statement, what changes should I make to config python file?

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,
Alessio.

commented

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.

commented

Got it, will try the maxrects generalized to 3D and try to find a way for my problem, thanks for the reply, Cheers