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

Adding option to sort by bigger bin first and by bigger item first separately. #18

Open
jrhau opened this issue Jan 28, 2021 · 0 comments

Comments

@jrhau
Copy link

jrhau commented Jan 28, 2021

Hello,

I would like to propose to add the functionality to sort by bigger bin first and by bigger item first separately. This enhances the algorithm efficiency when trying to determine the number of bins necessary to pack all items.

See py3dbp_test-example.zip.

By starting to fit the largest item in the smallest box first, I'm able to pack all my items in one large box less!

I also added the Bin.weight and Bin.empty_bin_weight attribute so we get the real total weight.

py3dbp_test

LinkedIn
Twitter

Best regards,
Jonathan Rhau

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

No branches or pull requests

1 participant