SolutionMetricsHardConstraintViolationsCount Property |
The total number of constraint violations in the solution.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic int HardConstraintViolationsCount { get; set; }
Public Property HardConstraintViolationsCount As Integer
Get
Set
public:
property int HardConstraintViolationsCount {
int get ();
void set (int value);
}
member HardConstraintViolationsCount : int with get, set
Property Value
Type:
Int32
See Also