Skip to content

Periodic visits to the same customer with buffer #118

Answered by reinterpretcat
do-me asked this question in Q&A
Discussion options

You must be logged in to vote

Periodic VRP (PVRP) which is sort of what I'd need.

The current implementation focuses on multiple vehicle shifts, not recurrent jobs. At the moment, the only one way to model such time buffer between serving logically recurrent jobs is their time windows. To satisfy your requirement natively, it would require to write a new constraint which should consider this minimal buffer. I think it is possible, but would require some careful implementation of time buffer handling, e.g. pushing already assigned jobs to later time when a new job is inserted (+ adding extra parameter to model it in pragmatic format)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@do-me
Comment options

Answer selected by do-me
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