ProblemTotalDistanceWeight Property |
The weight for minimising total distance traveled by all resources.
The weight is per the unit of distance that is set in the TravelTime
matrix.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic double TotalDistanceWeight { get; set; }
Public Property TotalDistanceWeight As Double
Get
Set
public:
property double TotalDistanceWeight {
double get ();
void set (double value);
}
member TotalDistanceWeight : float with get, set
Property Value
Type:
Double
See Also