Hi everyone, I'm trying to solve a VRP problem in which we want that the vehicles could come back to the depot if needed. For example, in the image below we can imagine that a single vehicle visits all the nodes in 4 different days.I could not figure out how to do it unless using a synthetic vehicle for each day that I want to optimize, then solve each of these fake vehicles and bring the solutions together. In this way, however I have to set the order of the optimized (single) days manually after the solver has finished its job.
Thanks for your help,
Alberto