How to fix a point when planning the tour
Posted: Tue Jul 02, 2019 11:19 am
I want to redefine the optimal route for a tour. I want to keep 1 point (transportPoint description = "Special break" id = "1") at the same time, the other orders may change time. For this I provide this point together with the depots as an input plan.
As a result, however, this point is set at a different time.
What do I have to change in my call to get it working. For example, I want to keep a visit to the dentist at the same time.
In my inputplan the TourPoint is defined as below:
As a result, however, this point is set at a different time.
What do I have to change in my call to get it working. For example, I want to keep a visit to the dentist at the same time.
In my inputplan the TourPoint is defined as below:
Code: Select all
<TourPoint id="1" type="TRANSPORT_POINT" remainPlanned="true" tourFixed="true">
<result arrivalTime="39480" breakPeriodAtTourPoint="0" breakPeriodOnRoad="0" delay="0" departureTime="0"
drivingDistance="0" drivingPeriod="0" earliness="0" endServiceTime="0" restPeriodAtTourPoint="0"
restPeriodOnRoad="0" servicePeriod="0" startDistance="0" startServiceTime="0" waitingPeriod="0">
<currentQuantities xsi:nil="true" />
<wrappedTourPointViolations xsi:nil="true" />
</result>
</TourPoint>