SolutionDiffOtherViolationsAdded Field |
Violations of constraints that have been added. These are the constraints other than the constraints which
apply to employees' individual schedules. For example cover constraints.
Namespace:
SRS.ShiftSolver.Core
Assembly:
ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Syntaxpublic List<OtherViolation> OtherViolationsAdded
Public OtherViolationsAdded As List(Of OtherViolation)
public:
List<OtherViolation^>^ OtherViolationsAdded
val mutable OtherViolationsAdded: List<OtherViolation>
Field Value
Type:
ListOtherViolation
See Also