Skip to content
Discussion options

You must be logged in to vote

Trying to solve a 3D bin packing problem each time you add a new location to the vehicle's route won't be possible and you'll just kill the performance of the routing search near to zero.

BUT you could add a second dimension like the load dimension but this time with volume aka m^3 instead of mass aka kg.
Then once a solution is found, you can try to check this solution if all goods will actually fit.
tips: instead of taking the maximum available volume of the vehicle, use ~90% of it etc so you have room if it not perfectly fit...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Westlife1002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Needed Modeling/Usage problem Solver: Routing Uses the Routing library and the original CP solver
2 participants
Converted from issue

This discussion was converted from issue #2611 on June 26, 2021 11:45.