For a multi day route and one vehicle.
Can a vehicle set its endpoint at the final location of its day route, allowing the driver to rest (for example, at a hotel unknown before optimization) and then start the next day’s work from that same location?
I have already read the several traveling salesman tutorials, tried a lot of things (with or without shifts) but I failed to find a solution that respects the constraint : the beginning of the next day starts from the end of the previous day (which is unknown since it is the API that will choose it…)