This document is archived and information here might be outdated. Recommended version. |
Indicates if the solver should consider time windows.
[Visual Basic .NET]
Public Property UseTimeWindows As Boolean
[C#]
public bool UseTimeWindows {get; set;}
[C++]
HRESULT get_UseTimeWindows(
Boolean* Value
);
[C++]
HRESULT put_UseTimeWindows(
VARIANT_BOOL Value
);
[C++] Parameters Value [out, retval]
Value is a parameter of type bool* Value [in]
Value is a parameter of type bool
UseTimeWindows allows the use of time windows on individual stops. The route solver will change the sequence of the stops to satisfy the time windows. This is done regardless of settings for FindBestSequence.