Search found 4 matches

by marius.vladutoiu
Wed Oct 08, 2025 1:42 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: In xRoute request, it seems like maximumWorkingTimeBetweenBreaks parameter is not considered in configurableWorkingHours
Replies: 8
Views: 3186

Re: In xRoute request, it seems like maximumWorkingTimeBetweenBreaks parameter is not considered in configurableWorkingH

Based on the new info regarding rules, in order to test whether maximumTravelTimeBetweenDailyRests was considered correctly, I set my case up like this:
maximumDrivingTimeBetweenDailyRests = 7200
maximumTravelTimeBetwenDailyRests = 3600
dailyRestTime = 10800

so that 7200 ≤ 3600 + 10800

then ...
by marius.vladutoiu
Mon Oct 06, 2025 11:54 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: In xRoute request, it seems like maximumWorkingTimeBetweenBreaks parameter is not considered in configurableWorkingHours
Replies: 8
Views: 3186

Re: In xRoute request, it seems like maximumWorkingTimeBetweenBreaks parameter is not considered in configurableWorkingH

Hi Bernd,

Thanks for the feedback. It would be great for this to be fixed as soon as possible.
Yes, I agree with your dev that if maximumDrivingTimeBetweenBreaks>=maximumWorkingTimeBetweenBreaks, then maximumDrivingTime BetweenBreaks should be ignored, because it will never happen.

But ideally ...
by marius.vladutoiu
Wed Oct 01, 2025 9:27 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: In xRoute request, it seems like maximumWorkingTimeBetweenBreaks parameter is not considered in configurableWorkingHours
Replies: 8
Views: 3186

In xRoute request, it seems like maximumWorkingTimeBetweenBreaks parameter is not considered in configurableWorkingHours

In the sample xml file attached, containing a xRoute request, in the tourRestrictions, configurableWorkingHours are added.
Regardless of the value that I set for the maximumWorkingTimeBetweenBreaks, no tour events of type Break are inserted (in the sample, it is set as low as 3600).
But as I look ...
by marius.vladutoiu
Fri Feb 14, 2025 2:04 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Usage of FIRST_CUSTOMER_STOP and LAST_CUSTOMER_STOP
Replies: 1
Views: 37401

Usage of FIRST_CUSTOMER_STOP and LAST_CUSTOMER_STOP

Hello Bernd,
Been trying to see if this FIRST_CUSTOMER_STOP (or LAST_CUSTOMER_STOP) is the right property that we need to implement to achieve the following xTour planning result, and can't quite figure it out:

Basic case:
Pickup 3 orders at same address (vehicle depot)
Delivery each order at ...