RosterIsFeasible Method

Returns false if any hard constraints are violated, true otherwise.

Definition

Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public bool IsFeasible()

Return Value

Boolean
True if the roster is feasible, false otherwise.

See Also