Builds and optimizes the roster.
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxstring Solve(
Roster roster
)
Function Solve (
roster As Roster
) As String
String^ Solve(
Roster^ roster
)
abstract Solve :
roster : Roster -> string
Parameters
- roster
- Type: ASAP.NRP.CoreRoster
The roster to solve.
Return Value
Type:
StringA short summary of the solving.
See Also