SolutionGetOtherViolations Method

Returns the violations for constraints which are not specific to individual employees. For example, cover constraint violations.

Definition

Namespace: SRS.ShiftSolver.Core
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public OtherViolation[] GetOtherViolations()

Return Value

OtherViolation
Violations such as cover constraint violations.

See Also