VehicleRoutingProblemOutputDataType2

Zusammenfassung

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

Eigenschaften

EigenschaftErläuterungDatentyp
Orders
(Schreibgeschützt)

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

Object
Depots
(Schreibgeschützt)

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

Object
DepotVisits
(Schreibgeschützt)

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
(Schreibgeschützt)

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

Object
Routes
(Schreibgeschützt)

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
(Schreibgeschützt)

Gibt die Ausgabe der detaillierten Wegbeschreibungen für die in der Analyse berechneten Routen an, dargestellt als Punktpositionen entlang der Routen, an denen bestimmte Wegbeschreibungsereignisse oder -manöver auftreten

Object
DirectionLines
(Schreibgeschützt)

Gibt die Linien der Ausgaberoute an, die in den Analyseausschnitten berechnet wurden, um die einzelnen Routensegmente zwischen DirectionPoints-Ereignis- oder Manöverpositionen darzustellen

Object