ResourceMinWorkTimeSoftConstraint 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
C#
public TimeSpan MinWorkTimeSoftConstraint { get; set; }

Property Value

TimeSpan

See Also