SolutionGet Other Violations 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
Violations such as cover constraint violations.
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public OtherViolation[] GetOtherViolations()VB
Public Function GetOtherViolations As OtherViolation()C++
public:
array<OtherViolation^>^ GetOtherViolations()F#
member GetOtherViolations : unit -> OtherViolation[] Return Value
OtherViolationViolations such as cover constraint violations.