DispatchMode

An enumeration defines dispatch mode.

Parameter Value Description
Auto 0 Select dispatch mode automatically.
EqualStop 1 Driver's max stops is changed to an equal number. Use this if you want every driver to have same # of stops. Not efficient.
SingleRegion 2 Very efficient when vehicles are scattered. Not efficient if drivers start at same location but fastest for servicing clients. totaldis = pickup + all stops dist. : --> . . add up all miles up to this point.
MultipleRegion 3 Dispatches in dispersed mode. Works great if drivers in completely different cities.
EqualHour 4 Route is divided into equal chuncks of approximately same distance. Works well for deliveries orginating from Warehouse or a Single Depot(central) or when all vehicles start from same location.
EqualDistance 5 Route is divided into equal chuncks of approximately same distance. Works well for deliveries orginating from Warehouse or a Single Depot(central) or when all vehicles start from same location.
Central 5 Same as EqualDistance.
TimeWindow 6 Time window. See TimeWindow for more information on how to use Time Window.
TimeWindowDepot 7 Time window depot.