Search found 4 matches
- Fri Oct 25, 2024 7:18 am
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: How Fixation Type works
- Replies: 3
- Views: 997
Re: How Fixation Type works
As Bernd explained, the sequence is not fixed but the input plan should be valid. Otherwise it is left untouched. Why don't you give the original plan with the "fix-appointment" as input and the new appointment as an unplanned order? In this case, you let the algorithm decide where to put ...
- Fri Sep 13, 2024 11:58 am
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: successor of maxDistanceBetweenTransportPoints
- Replies: 2
- Views: 1260
Re: successor of maxDistanceBetweenTransportPoints
There is no direct successor. If "compactness" is the intended objective, one can set planToursOptions.tweaksToObjective.avoidIntersections to true: If this parameter is set to true, the focus is to avoid intersections of edges, where an edge is a straight line drawn between two consecutiv...
- Wed Mar 20, 2024 1:24 pm
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Preferred Postal Codes
- Replies: 1
- Views: 2005
Re: Preferred Postal Codes
Priority planning is used when the workload is huge, too much for the available workers. I would expect unplanned orders after planning with priorities. Otherwise priorities would be irrelevant. In general, preferences behave similar to restrictions. Restrictions make the search space smaller so I w...
- Tue Jan 16, 2024 1:21 pm
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: HOW TO prefer orders near the depot?
- Replies: 5
- Views: 9250
Re: HOW TO prefer orders near the depot?
OvernightParams comes with two cost parameters, costPerOvernightStay and costPerUnplannedCustomer. Together with the costs per km and h, they are used to compute the total costs for an overnight tour. The best (in terms of costs) overnight tour found is returned.