max_distance
constraint defines the maximum distance a vehicle can travel for a given route. Learn more​max_wait
constraint defines the maximum amount of time a vehicle can wait at a stop before servicing it. This also adds the new field ets
(estimated time of service). Learn more​max_stops
constraint defines the maximum number of stops that can be assigned to a vehicle. Learn more​succeeds
constraint is used when a stop should be visited after another stop (mirroring the functionality of precedes
). Learn more​capacity
constraint to allow for the definition of multiple capacities using an array, which is also reflected in the quantity
field for stops. Learn more​