You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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?
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.
The text was updated successfully, but these errors were encountered: