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.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic double TotalWorkTimeWeight { get; set; }
Public Property TotalWorkTimeWeight As Double
Get
Set
public:
property double TotalWorkTimeWeight {
double get ();
void set (double value);
}
member TotalWorkTimeWeight : float with get, set
Property Value
Type:
Double
See Also