VDSSolveAsync Method (Roster, Double, 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,
double lowerBound,
CancellationToken token
)
Public Function SolveAsync (
roster As Roster,
lowerBound As Double,
token As CancellationToken
) As Task(Of String)
public:
Task<String^>^ SolveAsync(
Roster^ roster,
double lowerBound,
CancellationToken token
)
member SolveAsync :
roster : Roster *
lowerBound : float *
token : CancellationToken -> Task<string>
Parameters
- roster
- Type: ASAP.NRP.CoreRoster
The roster to solve. - lowerBound
- Type: SystemDouble
The solver finishes as soon as a solution
with this penalty is found. - token
- Type: System.ThreadingCancellationToken
CancellationToken
Return Value
Type:
TaskStringA short summary of the search.
See Also