ProblemTotal Work Time Weight 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
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public double TotalWorkTimeWeight { get; set; }VB
Public Property TotalWorkTimeWeight As Double
Get
SetC++
public:
property double TotalWorkTimeWeight {
double get ();
void set (double value);
}F#
member TotalWorkTimeWeight : float with get, set