This document is archived and information here might be outdated. Recommended version. |
Provides access to the route solver.
Name | Description | |
---|---|---|
CreateTraversalResult | Indicates if a traversal result will be generated. | |
FindBestSequence | Indicates if the solver should resequence the route in the optimal order. | |
OutputLines | Indicates if lines will be generated in the result. | |
PreserveFirstStop | Indicates if the solver should keep the first stop fixed in the sequence. | |
PreserveLastStop | Indicates if the solver should keep the last stop fixed in the sequence. | |
StartTime | Specifies the time the route begins. | |
UseStartTime | Indicates if the solver should start the route at a particular time. | |
UseTimeWindows | Indicates if the solver should consider time windows. |
Interfaces | Description |
---|---|
INARouteSolver | Provides access to the route solver. |
Classes | Description |
---|---|
NARouteSolver | Performs shortest path and tour analysis. |
NAServerRouteParams | Deprecated as of 10.0. A container for the route solver settings and return parameters used by NAServer. |
The INARouteSolver2 interface is used by the NARouteSolver and NAServerRouteParams objects to access the properties of the route solver.