Route MetricsMax Work Time Cost Property
The total cost for the maximum working time soft constraint
(MaxWorkTimeSoftConstraint).
This is the difference between the total work time and the maximum
work time in minutes, multiplied by the
MaxWorkTimeSoftConstraintWeight.
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 MaxWorkTimeCost { get; }VB
Public ReadOnly Property MaxWorkTimeCost As Double
GetC++
public:
property double MaxWorkTimeCost {
double get ();
}F#
member MaxWorkTimeCost : float with get