SolutionMetricsHardConstraintViolationsCount Property |
The total number of constraint violations in the solution.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d1eeb38004e25fffe43abff141daa804550ec994
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