VehicleRoutingProblemOutputDataType

Resumen

Enumeration of output types for the VehicleRoutingProblem solver.

Propiedades

PropiedadExplicaciónTipo de datos
UnassignedStops
(Sólo lectura)

Specifies the output unassigned stops, which could not be visited by any routes, for the Vehicle Routing Problem analysis.

Object
Stops
(Sólo lectura)

Specifies the output stops made at depots, orders, and breaks for the Vehicle Routing Problem analysis.

Object
Routes
(Sólo lectura)

Specifies the output routes to visit the stops calculated in the Vehicle Routing Problem analysis, including information about the drivers, vehicles, and paths taken through the network.

Object
Directions
(Sólo lectura)

The output turn-by-turn directions for the routes calculated in the analysis.

Object

En este tema