RosterIs Feasible 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
True if the roster is feasible, false otherwise.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public bool IsFeasible()VB
Public Function IsFeasible As BooleanC++
public:
bool IsFeasible()F#
member IsFeasible : unit -> bool Return Value
BooleanTrue if the roster is feasible, false otherwise.