As you might have read: with version 1.19.0 of the Route Optimization Optiflow we now offer the possibility to define both Start and End location of a vehicle open (no longer mandatory).
Api | VarVersion | Type | Date | Description |
---|---|---|---|---|
Route Optimization OptiFlow API | 1.11.0 | FEATURE | 27.01.2025 | The end location of a vehicle is no longer required. The route of a vehicle without an end location ends at the location of the last stop. |
Route Optimization OptiFlow API | 1.19.0 | FEATURE | 02.09.2025 | The start location of a vehicle is no longer required. The route of a vehicle without a start location starts at the location of the first stop. |
- Parcel Delivery: often the drivers return back to the depot / home should not be part of the optimization as this leg does not contribute with real costs (DeliveryOrders combined with PickupOrders) .
- Students transport : when picking students in the morning and dropping them of at multiple schools (PickupDelivery orders) the drivers way from the home location to the 1st pickup task shouldn't be considered (therefore vehicle.Start.LocationId=null) and also the leg from the final school to the homebase (vehicle.End.LocationId=null). In the afternoon the scenario is flipped when the trips start at a school and end at the last student.