OptimizeResult Methods |
The OptimizeResult type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetStops |
Retrieve all the stops in the route in optimized order. This can be used to
examine the expected arrival time for each stop, regardless of whether the time
windows are satisfied.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetViolatedStops |
The Stops with a violated time window.
| |
IsTimeValid |
Indicates whether a given time is valid (below the valid time threshold of 24 hours).
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |