SolutionGetOtherViolations Method |
Returns the violations for constraints which are not specific to
individual employees. For example, cover constraint violations.
Namespace:
SRS.ShiftSolver.Core
Assembly:
ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Syntaxpublic OtherViolation[] GetOtherViolations()
Public Function GetOtherViolations As OtherViolation()
public:
array<OtherViolation^>^ GetOtherViolations()
member GetOtherViolations : unit -> OtherViolation[]
Return Value
Type:
OtherViolationViolations such as cover constraint violations.
See Also