VehicleRoutingProblemOutputDataType2

Resumen

Enumeration of output types for the VehicleRoutingProblem solver when using the VehicleRoutingProblemSchemaVersion.Two schema version.

Propiedades

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

The orders included in the Vehicle Routing Problem analysis, including information about the route to which the order was assigned.

Object
Depots
(Sólo lectura)

The depots included in the Vehicle Routing Problem analysis, including information about how the depots were located on the network.

Object
DepotVisits
(Sólo lectura)

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
(Sólo lectura)

The breaks taken by drivers in the Vehicle Routing Problem analysis.

Object
Routes
(Sólo 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
DirectionPoints
(Sólo lectura)

Son las indicaciones paso a paso de salida para las rutas calculadas en el análisis, representadas como ubicaciones de puntos a lo largo de las rutas donde se producen eventos de indicación o maniobras específicos.

Object
DirectionLines
(Sólo lectura)

Son las líneas de ruta de salida calculadas en el análisis dividido en zonas para representar cada segmento de ruta entre ubicaciones de eventos o maniobras de DirectionPoints.

Object

En este tema