VehicleRoutingProblemInputDataType2

Summary

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

Properties

PropertyExplanationData Type
Orders
(Read Only)

Specifies the orders to be used as input for the Vehicle Routing Problem analysis. These are the locations that the routes should visit. An order can represent a delivery (for example, furniture delivery), a pickup (such as an airport shuttle bus picking up a passenger), or some type of service or inspection.

Object
Depots
(Read Only)

Specifies the depots to be used as input for the Vehicle Routing Problem analysis. A depot is a location that a vehicle departs from at the beginning of its workday and returns to at the end of the workday.

Object
Routes
(Read Only)

Specifies the routes to be used as input for the Vehicle Routing Problem analysis. A route defines vehicle and driver characteristics.

Object
Breaks
(Read Only)

Specifies the breaks to be used as input for the Vehicle Routing Problem analysis. These include driver rest periods, such as lunch and bathroom breaks.

Object
RouteZones
(Read Only)

Specifies the route zones to be used as input for the Vehicle Routing Problem analysis. A route zone is a polygon that delineates work territories for given routes and is used to constrain routes to servicing only those orders that fall within or near the specified area.

Object
RouteRenewals
(Read Only)

Specifies the route renewals to be used as input for the Vehicle Routing Problem analysis. Route renewals are intermediate depots that routes can visit to reload or unload the cargo they are delivering or picking up.

Object
OrderPairs
(Read Only)

Specifies order pairs to be used as input for the Vehicle Routing Problem analysis. Order pairs define pickups and deliveries that must be serviced by the same route.

Object
PointBarriers
(Read Only)

Point barriers that temporarily restrict traversal across or add impedance to points on the network.

Object
LineBarriers
(Read Only)

Line barriers that temporarily restrict traversal across a line.

Object
PolygonBarriers
(Read Only)

Polygon barriers that temporarily restrict traversal or scale impedance on the parts of the network they cover.

Object
OrderSpecialties
(Read Only)

Lists the specialties required by orders. A route can service an order only if it supports all the specialties required for that order. For example, an order may require a technician with a certain skill set or a vehicle with certain capabilities.

Object
RouteSpecialties
(Read Only)

Lists the specialties supported by routes. A route can service an order only if it supports all the specialties required for that order. For example, an order may require a technician with a certain skill set or a vehicle with certain capabilities.

Object

In this topic