ViolationType Enumeration

Constraint violation types.

Definition

Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public enum ViolationType

Members

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