Provides access to the VRP solver.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Description
This interface is new at ArcGIS 9.3.
Members
Description | ||
---|---|---|
CapacityCount | The number of dimensions for object sizes. | |
DefaultDate | The date to use for time windows without dates. | |
DistanceFieldUnits | The units for distance fields in the NA classes. | |
ExcessTransitTimePenaltyFactor | The penalty factor for excess transit time in the objective function. | |
ExternalODCostMatrix | The external OD cost matrix object. | |
GenerateInternalRouteContext | Indicates if the internal route context should be generated. | |
InternalODCostMatrixType | Indicates the type of internal matrix to be created. | |
OutputLines | Indicates how route lines are generated. | |
TimeFieldUnits | The units for time fields in the NA classes. | |
TimeWindowViolationPenaltyFactor | The penalty factor for time window violation in the objective function. |
CoClasses that implement INAVRPSolver
CoClasses and Classes | Description |
---|---|
NAServerVRPParams | A container for the Vehicle Routing Problem solver settings and return parameters used by NAServer. |
NAVRPSolver | Performs VRP network analysis. |
Remarks
INAVRPSolver is the interface provided on the NAVRPSolver object to access the properties of the VRP solver.