Search found 2355 matches

by Bernd Welter
Fri Oct 10, 2025 10:15 am
Forum: Developer.Route Optimization-Optiflow API
Topic: How long is an optimization result stored?
Replies: 2
Views: 2821

Re: How long is an optimization result stored?

Awesome - meanwhile we added some convenience functions and I created a little admin frontend which enables me to
  • jump through the planning history
  • visualize various KPIs
list.png
:!: Very helpful - thanks!
by Bernd Welter
Fri Oct 10, 2025 9:21 am
Forum: Developer.Route Optimization-Optiflow API
Topic: Will optFlow run till the time budget is totally used?
Replies: 4
Views: 6603

Re: Will optFlow run till the time budget is totally used?

As announced for v1.27.0 there is a now an additional "exit" feature given via the settings.maximumStagnationDuration :
integer <int32> [ 1 .. 86400 ]
Defines the maximum duration (in seconds) the optimization may continue without improving the best-known solution. If no better solution is found ...
by Bernd Welter
Fri Oct 10, 2025 6:57 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: In xRoute request, it seems like maximumWorkingTimeBetweenBreaks parameter is not considered in configurableWorkingHours
Replies: 8
Views: 2898

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

And here comes the feedback from Yann:

I have analyzed all the rules. Some of them are already fullfilled with the restrictions in the API.
Finally, I've improved the documentation of the Driver's Working Hours.
I wrote all the restrictions for xRoute.
Here they are:

xRoute: The following rules ...
by Bernd Welter
Thu Oct 09, 2025 10:49 am
Forum: Developer.Route Optimization-Optiflow API
Topic: Route Optimization OptiFlow API - Api Changes 1.27.0 (08.10.2025)
Replies: 0
Views: 725

Route Optimization OptiFlow API - Api Changes 1.27.0 (08.10.2025)


Api VarVersion Type Date Description

Route Optimization OptiFlow API 1.27.0 FEATURE 08.10.2025 Added support for early termination via maximumStagnationDuration, allowing optimizations to stop if no better solution is found within a specified time window.



maximumStagnationDuration ...
by Bernd Welter
Thu Oct 09, 2025 10:47 am
Forum: Developer.Route Optimization-Optiflow API
Topic: Potential Cost factors in Optiflow API
Replies: 3
Views: 6956

Re: Potential Cost factors in Optiflow API

added Version 1.26.0 | 2025-10-07
  • Feature: Added overloads to define an extra cost for loading orders onto a vehicle when the vehicle's load exceeds a threshold.
by Bernd Welter
Wed Oct 08, 2025 2:41 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: In xRoute request, it seems like maximumWorkingTimeBetweenBreaks parameter is not considered in configurableWorkingHours
Replies: 8
Views: 2898

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

Hello Marius,

I forwarded youre last response to Yann who will look into this in the next days.
He requires some time for a proper reaction but he promised to return to your task...

Stay tuned,
Bernd
by Bernd Welter
Wed Oct 08, 2025 9:31 am
Forum: Developer.Route Optimization-Optiflow API
Topic: Amend order to already optimized tour
Replies: 2
Views: 1412

Re: Amend order to already optimized tour

Here's one aspect you should be aware of if you want to apply the "respectedSequences" on more than 200 orders:

A single respectedSequences element is restricted to a maximum of 200 order categories.
Imagine you tried to compensate this limit by concatenating 2 respectedSequences via ...
by Bernd Welter
Wed Oct 08, 2025 7:59 am
Forum: Developer.Route Optimization-Optiflow API
Topic: Route Optimization OptiFlow API - Api Changes 1.26.0 (07.10.2025)
Replies: 0
Views: 1370

Route Optimization OptiFlow API - Api Changes 1.26.0 (07.10.2025)



Api VarVersion Type Date Description

Route Optimization OptiFlow API 1.26.0 FEATURE 07.10.2025 Added overloads to define an extra cost for loading orders onto a vehicle when the vehicle's load exceeds a threshold.

Route Optimization OptiFlow API 1.26.0 FEATURE 07.10.2025 Added an ...
by Bernd Welter
Tue Oct 07, 2025 3:27 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: In xRoute request, it seems like maximumWorkingTimeBetweenBreaks parameter is not considered in configurableWorkingHours
Replies: 8
Views: 2898

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

Yann added this:

For the 2nd part of the question:
There are plenty of rules that are defined to be sure that the tourRestrictions parameters are consistent.
One of them is that,
maximumDrivingTimeBetweenDailyRests ≤ maximumTravelTimeBetweenDailyRests + dailyRestTime.
With your test, an exception ...