Returns false if any hard constraints are violated, true otherwise.
Namespace:
ASAP.NRP.Core
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
SyntaxPublic Function IsFeasible As Boolean
public:
bool IsFeasible()
member IsFeasible : unit -> bool
Return Value
Type:
BooleanTrue if the roster is feasible, false otherwise.
See Also