Support for packing 2D products into 3D boxes with weight constraints #642
Unanswered
jayeshchauhan007
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🧩 Question / Feature Request
I have products defined by only two dimensions, and a set of boxes that each have three dimensions and a maximum weight capacity.
I want to determine the best combination of boxes to pack the products based on total weight and minimizing the number of boxes used.
📦 Example
Product:
Available Boxes (Dimensions – Max Weight Capacity):
💡 Question
Is there a way to achieve this type of packing logic using BoxPacker?
If not directly supported, would you recommend a way to handle products that only have 2D dimensions (length × width) while considering box depth and weight constraints?
🧠 Goal
Beta Was this translation helpful? Give feedback.
All reactions