SolutionMetricsPrecedenceViolationCount Property |
Note: This API is now obsolete.
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 obsolete - use
JobPartOrderingViolationCount instead).
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax[ObsoleteAttribute("Use JobPartOrderingViolationCount instead.")]
public int PrecedenceViolationCount { get; }
<ObsoleteAttribute("Use JobPartOrderingViolationCount instead.")>
Public ReadOnly Property PrecedenceViolationCount As Integer
Get
public:
[ObsoleteAttribute(L"Use JobPartOrderingViolationCount instead.")]
property int PrecedenceViolationCount {
int get ();
}
[<ObsoleteAttribute("Use JobPartOrderingViolationCount instead.")>]
member PrecedenceViolationCount : int with get
Property Value
Type:
Int32
See Also