Sequence post-optimization

If during planning you use balancing with high penalties or geographical grouping with the global_proximity_factor option, enable sequence post-optimization mode using the post_optimization option:

"options": {
    "post_optimization": true
}

The algorithm will perform post-optimization of the sequence of each individual route at the end of the planning task.

Example 1 (no post-optimization)

This example uses global_proximity_factor and the balancing option.

API request (JSON)API responseView on map

Example 2 (with post-optimization)

Same as example 1 but with the added post_optimization option. The result is lower total mileage and reduced time en route and in motion. Routes have become more predictable.

API request (JSON)API responseView on map

Contact support