We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Rectangle, RectangleGuillotine and Irregular problem types, identical solution bins are not always grouped (copies > 1)
copies
For example, a simple input with 2 item types of 100x100 and 2 bin types of 150x150. Will produce 2 identical bins and not 1 bin with copies = 2.
copies = 2
The text was updated successfully, but these errors were encountered:
Hi,
This is not really a bug. The solver doesn't guarantee that all bins in a solution are different.
I agree it would be convenient. I keep the idea, but it's not a priority right now.
Sorry, something went wrong.
No branches or pull requests
In Rectangle, RectangleGuillotine and Irregular problem types, identical solution bins are not always grouped (
copies
> 1)For example, a simple input with 2 item types of 100x100 and 2 bin types of 150x150. Will produce 2 identical bins and not 1 bin with
copies = 2
.The text was updated successfully, but these errors were encountered: