Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add capacity bins #434

Open
oblonski opened this issue Sep 25, 2018 · 0 comments
Open

add capacity bins #434

oblonski opened this issue Sep 25, 2018 · 0 comments
Labels

Comments

@oblonski
Copy link
Member

oblonski commented Sep 25, 2018

Assume there is a motorbike that can load 10 items of A in bags of both sides of the motorbike. The only way to model this is capacity -> [20] which can yield invalid results. For example, if there is a shipment with size -> [15], it can be loaded onto the motorbike, even if it is not allowed in reality. Therefore, one should be able to model something like this: capacity -> [[10],[10]].

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

No branches or pull requests

1 participant