OtherViolation Class |
Namespace: SRS.ShiftSolver.Core
The OtherViolation type exposes the following members.
| Name | Description | |
|---|---|---|
| ConstraintID | Obsolete.
The constraint Name.
| |
| ConstraintName |
The constraint Name.
| |
| EndTime |
An end time for the constraint if available.
| |
| ID |
The ID of the constraint if it is set in the XML.
| |
| Label |
A label for the constraint if provided in the problem XML.
| |
| MinMax |
Min or Max.
| |
| Penalty |
The penalty due to this violation.
| |
| Skill |
The skill related to this constraint if available.
| |
| SolutionValue |
The actual value that has been assigned in the solution.
| |
| StartTime |
A start time for the constraint if available.
| |
| TargetValue |
The minimum or maximum value that ideally should be assigned in the solution.
| |
| Task |
The task related to this constraint if available.
| |
| Weight |
The weight for the constraint.
| |
| WeightFunction |
The weight function for this constraint e.g. linear or quadratic.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |