ConstraintViolations Class

A collection of violations of a particular constraint for an individual employee. These are the constraints such as those specified in an employee's contract. For example, shift length constraints, shift start time constraints etc.

Definition

Namespace: SRS.ScheduleSolver.Core
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public class ConstraintViolations
Inheritance
Object    ConstraintViolations

Properties

ConstraintID The name of the constraint for this set of violations.
Obsolete
ConstraintName The name of the constraint for this set of violations.
ConstraintPenalty The sum of the penalties for this set of violations.
Violations The set of violations caused by this constraint.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also