VDSSolve(Roster) Method
Build and optimize the roster.
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
A short summary of the search.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public string Solve(
Roster roster
)VB
Public Function Solve (
roster As Roster
) As StringC++
public:
virtual String^ Solve(
Roster^ roster
) sealedF#
abstract Solve :
roster : Roster -> string
override Solve :
roster : Roster -> string Parameters
- roster Roster
- The roster to solve.
Return Value
StringA short summary of the search.