ConstraintViolationsConstraintPenalty Property |
The sum of the penalties for this set of violations.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic double ConstraintPenalty { get; }
Public ReadOnly Property ConstraintPenalty As Double
Get
public:
property double ConstraintPenalty {
double get ();
}
member ConstraintPenalty : float with get
Property Value
Type:
Double
See Also