ProblemLeave Start Location As Late As Possible 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.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public bool LeaveStartLocationAsLateAsPossible { get; set; }VB
Public Property LeaveStartLocationAsLateAsPossible As Boolean
Get
SetC++
public:
property bool LeaveStartLocationAsLateAsPossible {
bool get ();
void set (bool value);
}F#
member LeaveStartLocationAsLateAsPossible : bool with get, set