Skip to content

How to implement fleet minimisation? #632

Closed Answered by N-Wouda
mirtiza09 asked this question in Q&A
Discussion options

You must be logged in to vote

Are the writers referring to Nagata et al.'s work from 2010 (https://doi.org/10.1016/j.orl.2009.04.006)?

Not on purpose. This idea has been (re)invented many times.

If yes, it is not clear to me how I can implement that in PyVRP from the paper or documentation. Any help in this regard would be appreciated.

I'd run PyVRP with a given fleet size until you find a first feasible solution, or a time/iteration limit has been reached. If the solution is feasible, reduce the fleet size by one (or to the number of vehicles used in the feasible solution minus one, whichever is smaller) and try again. If the time/iteration limit has been reached, return the fleet size you know results in a feasi…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@N-Wouda
Comment options

Answer selected by N-Wouda
Comment options

You must be logged in to vote
1 reply
@N-Wouda
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants