ResourceMaxWorkTimeSoftConstraint Property |
A soft constraint, maximum 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
MaxJobTimeSoftConstraint.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic TimeSpan MaxWorkTimeSoftConstraint { get; set; }
Public Property MaxWorkTimeSoftConstraint As TimeSpan
Get
Set
public:
property TimeSpan MaxWorkTimeSoftConstraint {
TimeSpan get ();
void set (TimeSpan value);
}
member MaxWorkTimeSoftConstraint : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also