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.

Definition

Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public TimeSpan MinJobTimeSoftConstraint { get; set; }

Property Value

TimeSpan

See Also