VehicleRoutingProblemOutputDataType
Resumen
Enumeration of output types for the VehicleRoutingProblem solver when using the VehicleRoutingProblemSchemaVersion.One schema version.
Propiedades
| Nombre | Explicación | Tipo de datos |
|---|---|---|
|
UnassignedStops (Solo lectura) |
Specifies the output unassigned stops, which could not be visited by any routes, for the Vehicle Routing Problem analysis. |
Object |
|
Stops (Solo lectura) |
Specifies the output stops made at depots, orders, and breaks for the Vehicle Routing Problem analysis. |
Object |
|
Routes (Solo lectura) |
The output routes. The routes describe the paths taken through the network to visit the stops, including information about the drivers and vehicles. |
Object |
|
Directions (Solo lectura) |
The output turn-by-turn directions for the routes calculated in the analysis. |
Object |