Page 1 of 1

Route Optimization OptiFlow API - Api Changes 1.25.0 (30.09.2025)

Posted: Tue Sep 30, 2025 12:30 pm
by Bernd Welter
ApiVarVersionTypeDateDescription
Route Optimization OptiFlow API1.25.0FEATURE30.09.2025Added resource constraints to restrict the resource usage.
2 new constraints on a resource:
  • constraints : Defines constraints on the vehicles and routes assigned to the resource.
    • maximumVehicles : Restricts the number of vehicles the resource can be assigned to.
    • maximumTotalRouteDuration : Restricts the summed duration (timespan in seconds) of routes corresponding to vehicles assigned to the resource.
resources.constraints.PNG
Here's also an example from the Api Doc showcases "A request for Beatles to visit some iconic places" :
  • The resources in the input ...
    The resources in the input ...
  • And on the input vehicles
    And on the input vehicles
  • Each output route states the resource it occupies.
    Each output route states the resource it occupies.
  • The chart shows a single resource's occupation
    The chart shows a single resource's occupation