SolutionEmployeesPenalty Property |
The sum of the penalties for the employees' individual schedules. For example, soft constraints
related to shift start times and shift lengths, minimum working hours etc.
Namespace:
SRS.ShiftSolver.Core
Assembly:
ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Syntaxpublic double EmployeesPenalty { get; }
Public ReadOnly Property EmployeesPenalty As Double
Get
public:
property double EmployeesPenalty {
double get ();
}
member EmployeesPenalty : float with get
Property Value
Type:
Double
See Also