ISolverSolve Method
Builds and optimizes the roster.
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
A short summary of the solving.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
string Solve(
Roster roster
)VB
Function Solve (
roster As Roster
) As StringC++
String^ Solve(
Roster^ roster
)F#
abstract Solve :
roster : Roster -> string Parameters
- roster Roster
- The roster to solve.
Return Value
StringA short summary of the solving.