SolutionOther Penalty Property
The total penalty for soft constraints not related to employees' individual schedules.
For example, the cover constraints.
Definition
Namespace: SRS.ShiftSolver.Core
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public double OtherPenalty { get; }VB
Public ReadOnly Property OtherPenalty As Double
GetC++
public:
property double OtherPenalty {
double get ();
}F#
member OtherPenalty : float with get