Search found 2 matches
- Tue Nov 07, 2023 10:07 am
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Pickup and delivery - different route scenarios in one request
- Replies: 1
- Views: 4820
Re: Pickup and delivery - different route scenarios in one request
Hi, if you are using xServer 2, you can force the vehicles to end at the depot they started at: Set Vehicle.startLocationId and Vehicle.endLocationId to the id of the depot. If a vehicle is allowed to end its tour at any location, you can just leave out endLocationId. In this case the vehicle will e...
- Mon Jan 02, 2023 8:41 am
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Opening intervals for vehicle start and end location
- Replies: 2
- Views: 1987
Re: Opening intervals for vehicle start and end location
Hi Marko, yes you are right, the opening intervals and the tour start interval may not be the correct property in this case. However, there is no property precisely for your use case. You can try to use the operating interval of the driver. The driver does not work outside of the operating interval,...