JobPartSpecialType Enumeration

SpecialType indicates if the JobPart is a non-standard JobPart such as a break required within a time window.

Definition

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

Members

None0 The JobPart is a normal JobPart.
BreakWindow1 The JobPart is a break which must be scheduled within a time window.

See Also