ResourceMaxDrivingTime Property |
The maximum driving time for this Resource. This value (if set)
overrides the global
MaxDrivingTime set in the Problem class.
This is a hard constraint that must be satisfied.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic TimeSpan MaxDrivingTime { get; set; }
Public Property MaxDrivingTime As TimeSpan
Get
Set
public:
property TimeSpan MaxDrivingTime {
TimeSpan get ();
void set (TimeSpan value);
}
member MaxDrivingTime : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also