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