ResourceMax Job Time Soft Constraint 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
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 TimeSpan MaxJobTimeSoftConstraint { get; set; }VB
Public Property MaxJobTimeSoftConstraint As TimeSpan
Get
SetC++
public:
property TimeSpan MaxJobTimeSoftConstraint {
TimeSpan get ();
void set (TimeSpan value);
}F#
member MaxJobTimeSoftConstraint : TimeSpan with get, set