VDSSolveAsync Method (Roster, CancellationToken) |
Build and optimize the roster.
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic Task<string> SolveAsync(
Roster roster,
CancellationToken token
)
Public Function SolveAsync (
roster As Roster,
token As CancellationToken
) As Task(Of String)
public:
virtual Task<String^>^ SolveAsync(
Roster^ roster,
CancellationToken token
) sealed
abstract SolveAsync :
roster : Roster *
token : CancellationToken -> Task<string>
override SolveAsync :
roster : Roster *
token : CancellationToken -> Task<string>
Parameters
- roster
- Type: ASAP.NRP.CoreRoster
The roster to solve. - token
- Type: System.ThreadingCancellationToken
CancellationToken
Return Value
Type:
TaskStringA short summary of the search.
Implements
ISolverSolveAsync(Roster, CancellationToken)
See Also