Resumen
Enumeration of output types for the VehicleRoutingProblem solver when using the VehicleRoutingProblemSchemaVersion.Two schema version.
Propiedades
Propiedad | Explicación | Tipo de datos |
Orders (Sólo lectura) | Specifies 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) | Specifies 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) | 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 (Sólo lectura) | Specifies the breaks taken by drivers in the Vehicle Routing Problem analysis. | Object |
Routes (Sólo lectura) | 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 (Sólo lectura) | Especifica 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 indicaciones o maniobras específicos. | Object |
DirectionLines (Sólo lectura) | Especifica 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 |