ProblemTotalWorkTimeWeight Property

The weight for minimising the total working time for all resources. The working time for a resource is the time from when the resource leaves the start location until it returns to its end location. This is a global setting which applies to all resources. To set a weight for an individual resource use MaxWorkTimeSoftConstraintWeight in the Resource class. The weight is per minute of work time.

Definition

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

Property Value

Double

See Also