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