Click or drag to resize

ViolationType Enumeration

Constraint violation types.

Namespace:  VRSolver
Assembly:  VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax
public enum ViolationType
Members
  Member nameValueDescription
Window0 The Resource does not arrive at the node before or within the defined time window.
LoadCapacity1 A Resource exceeds its capacity.
JobPartOrdering2 The JobParts of a Job are not completed in the correct order.
FixedAssignment3 A Job that should be assigned to a Resource is not assigned to the resource.
NonAssignment4 A Job that should *not* be assigned to a Resource is assigned to the Resource.
WindowViolationsCausedByBreaks5 Window violations due to break rules.
MaxWorkTime6 A Resource's maximum working time is exceeded. The working time is counted as the time from when the Resource leaves the starting location until it arrives at the final location.
MaxDrivingTime7 A Resource's maximum driving time is exceeded.
JobPartPairing8 The JobParts of a Job are not all assigned to the same Resource.
JobPartRoutePosition9 The RoutePosition constraint of a JobPart is not satisfied.
See Also

www.routingautomation.com | support