ResourceMaxWorkTime Property |
The maximum work time for this Resource. This value (if set)
overrides the global
MaxWorkTime set in the Problem class.
The work time is the time from when the Resource leaves the start
location until it returns to its end location.
This is a hard constraint that must be satisfied.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic TimeSpan MaxWorkTime { get; set; }
Public Property MaxWorkTime As TimeSpan
Get
Set
public:
property TimeSpan MaxWorkTime {
TimeSpan get ();
void set (TimeSpan value);
}
member MaxWorkTime : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also