ResourceMinWorkTimeSoftConstraint Property |
A soft constraint, minimum work time for the Resource.
The work time is the time from when the Resource leaves the start
location until it returns to its end location.
The default value is zero.
To instead constrain the total amount of time that
the Resource spends on Jobs, use
MinJobTimeSoftConstraint.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic TimeSpan MinWorkTimeSoftConstraint { get; set; }
Public Property MinWorkTimeSoftConstraint As TimeSpan
Get
Set
public:
property TimeSpan MinWorkTimeSoftConstraint {
TimeSpan get ();
void set (TimeSpan value);
}
member MinWorkTimeSoftConstraint : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also