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