SolutionMetricsJobPartOrderingViolationCount Property |
The total number of JobPart ordering constraints that are not
satisfied. This means that the JobParts for a Job are not
scheduled in the order that they should be.
(This is the same as
PrecedenceViolationCount).
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic int JobPartOrderingViolationCount { get; }
Public ReadOnly Property JobPartOrderingViolationCount As Integer
Get
public:
property int JobPartOrderingViolationCount {
int get ();
}
member JobPartOrderingViolationCount : int with get
Property Value
Type:
Int32
See Also