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

Property Value

TimeSpan

See Also