ProblemLeaveStartLocationAsLateAsPossible Property |
If true then resources leave their starting locations so as to
minimise any idle time at the first job i.e. leave later (start
location windows permitting). If false then the resource leaves the
starting location when the start location window opens. NB work time
starts when the resource leaves the starting location.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic bool LeaveStartLocationAsLateAsPossible { get; set; }
Public Property LeaveStartLocationAsLateAsPossible As Boolean
Get
Set
public:
property bool LeaveStartLocationAsLateAsPossible {
bool get ();
void set (bool value);
}
member LeaveStartLocationAsLateAsPossible : bool with get, set
Property Value
Type:
Boolean
See Also