Summary
Enumeration of output types for the VehicleRoutingProblem solver when using the VehicleRoutingProblemSchemaVersion.Two schema version.
Properties
Property | Explanation | Data Type |
Orders (Read Only) | Specifies the orders included in the Vehicle Routing Problem analysis, including information about the route to which the order was assigned. | Object |
Depots (Read Only) | Specifies the depots included in the Vehicle Routing Problem analysis, including information about how the depots were located on the network. | Object |
DepotVisits (Read Only) | Specifies each instance of a depot being visited by a route, including the time of the visit and information about quantities loaded or unloaded at the depot. | Object |
Breaks (Read Only) | Specifies the breaks taken by drivers in the Vehicle Routing Problem analysis. | Object |
Routes (Read Only) | Specifies the output routes. The routes describe the paths taken through the network to visit the stops, including information about the drivers and vehicles. | Object |
DirectionPoints (Read Only) | Specifies the output turn-by-turn directions for the routes calculated in the analysis, represented as point locations along the routes where specific direction events or maneuvers occur. | Object |
DirectionLines (Read Only) | Specifies the output route lines calculated in the analysis sliced to represent each route segment between DirectionPoints events or maneuver locations. | Object |