-
Notifications
You must be signed in to change notification settings - Fork 46
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
Would it be possible to make it optimize between boxes? #26
Comments
No built-in method for that. You can try to reduce boxes by half, test if fit, add a quarter, then test again, ... |
Sorry I don’t understand. Do you mean reduce the content boxes or container boxes by half? |
Sorry, I mean containers. My ideas come from the divide and conquer technical.
|
That’s interesting, thanks :) I suspect my issue is a little more complicated and beyond the current capability. I have already a surplus of container boxes, so I'm not worried for example about how many to buy. I'm looking for the optimal way to pack the fixed number of content boxes in the unlimited container boxes. Of course if it optimizes, then as a consequence it will naturally use as few container boxes as possible. Ideally, I am thinking that such an app would be able to handle both varying sized container and content boxes, while optimizing globally (as opposed to on a per box basis in response to the arbitrary sequence we feed it). Rather it should ignore the sequence in which we feed the content boxes in, preferring to generate its own sequence. And if a quantum computer is requred for this, I would not be surprised, so no pressure! ;) |
I have several boxes of the same size. The contents to be packed are boxes of various dimensions, and I want to find the optimal way to pack as many of these content boxes as possible into as few containing boxes as possible. Is there a way or could the feature be added to make it optimize for several containing boxes please?
The text was updated successfully, but these errors were encountered: