Expand description
Defines additional types related to ShipmentModel.
Modules§
- break_
rule - Defines additional types related to BreakRule.
- duration_
distance_ matrix - Defines additional types related to DurationDistanceMatrix.
Structs§
- Break
Rule Deprecated - Deprecated: Use top level BreakRule instead. Rules to generate time breaks for a vehicle (e.g. lunch breaks). A break is a contiguous period of time during which the vehicle remains idle at its current position and cannot perform any visit. A break may occur:
- Duration
Distance Matrix - Specifies a duration and distance matrix from visit and vehicle start locations to visit and vehicle end locations.
- Precedence
Rule - A precedence rule between two events (each event is the pickup or the
delivery of a shipment): the “second” event has to start at least
offset_durationafter “first” has started.