SolutionMetricsPairingConstraintViolationsCount Property |
The number of pairing constraint violations. These occur when all the
JobParts for a Job are not completed by the same resource.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic int PairingConstraintViolationsCount { get; }
Public ReadOnly Property PairingConstraintViolationsCount As Integer
Get
public:
property int PairingConstraintViolationsCount {
int get ();
}
member PairingConstraintViolationsCount : int with get
Property Value
Type:
Int32
See Also