ResourceMaxJobTimeSoftConstraint Property |
A soft constraint, maximum total Job time for the Resource.
The total Job time is the sum of the
JobTime for all the Jobs assigned to the Resource.
The default value is zero.
To instead constrain the total working time for
the Resource, use
MaxWorkTimeSoftConstraint
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic TimeSpan MaxJobTimeSoftConstraint { get; set; }
Public Property MaxJobTimeSoftConstraint As TimeSpan
Get
Set
public:
property TimeSpan MaxJobTimeSoftConstraint {
TimeSpan get ();
void set (TimeSpan value);
}
member MaxJobTimeSoftConstraint : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also