Multi-Vehicle Routing Release Notes
Oct. 12, 2024
-
FIXED
Fixed the consolidation logic in the Multi-Vehicle Routing API. Consolidation is determined by theconfig
>consolidation
>consolidateBy
setting. The possibleconsolidateBy
values are:none
- Consolidation will not occur. (This is the default value.)addressOnly
- Consolidation occurs during loading when stops with the same latitude/longitude, EQCode, time window and other parameters match even if theaccountID
does not match.addressandAccount
- Consolidation occurs during loading when stops with the same latitude/longitude, EQcode, time window an
Note: An unloaded stop will not consolidate with a loaded stop during load or optimize. The stop must be moved using the MOVE call to a sequence next to a loaded stop to consolidate them.