Click or drag to resize

ResourceMaxLoad Property

Constraints on values which the Resource gains (or loses for negative values) as Jobs are completed. The Resource cannot be assigned a schedule which would break the Resource's maximum load constraints. The MaxLoad is set using an ID (the dictionary's key) and a number value (the dictionary's value). The ID corresponds to an ID set in the LoadChange dictionary for each JobPart. When a JobPart is completed by a Resource, the Resource's running total for each ID is increased or decreased by the value for the IDs in the JobPart.

Namespace:  VRSolver
Assembly:  VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax
public Dictionary<string, double> MaxLoad { get; set; }

Property Value

Type: DictionaryString, Double
See Also

www.routingautomation.com | support