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