Skip to content
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

Stackable option? #12

Open
by225 opened this issue Nov 28, 2018 · 3 comments
Open

Stackable option? #12

by225 opened this issue Nov 28, 2018 · 3 comments

Comments

@by225
Copy link

by225 commented Nov 28, 2018

Hello. It's great that you can see which level the items are on afterward. I need to be able to specify the level, i.e., heavier items need to be restricted to the first level only. Would it be difficult to implement something like this? Thank you.

@mdeboer
Copy link
Member

mdeboer commented Dec 2, 2018

Sure it would be possible yet that would require some serious changes. Currently the algorithm is a PHP implementation of "An Efficient Algorithm for 3D Rectangular Box Packing" paper by M. Zahid Gürbüz, Selim Akyokus, Ibrahim Emiroglu and Aysun Güran.

Weight has not been factored in but I suppose it could be added. Contributions are welcome as I'm flooded with work and don't have time at the moment to implement these features. I'm happy to accept contributions and discuss possible implementations though.

@by225
Copy link
Author

by225 commented Dec 2, 2018

Thanks for the response. I will take a closer look at the current code when I get a chance. Really, though, it's not about weight, but just about being able to restrict certain items to the lowest level. Would that make changes any easier?

@mdeboer
Copy link
Member

mdeboer commented Dec 2, 2018

Sure would! Will pick this up when I get the time to work on this again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants