SolutionGetTotalCoverViolationTime Method

Returns the total amount of time assigned above the maximum or below the minimum Cover constraints with the specified ID.

Definition

Namespace: SRS.ShiftSolver.Core
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public double GetTotalCoverViolationTime(
	string CoverID
)

Parameters

CoverID  String
The ID of the cover constraints. The ID is defined in the problem definition XML.

Return Value

Double
The total time in minutes.

See Also