VDSSolveAsync(Roster, Double, CancellationToken) Method

Build and optimize the roster.

Definition

Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public Task<string> SolveAsync(
	Roster roster,
	double lowerBound,
	CancellationToken token
)

Parameters

roster  Roster
The roster to solve.
lowerBound  Double
The solver finishes as soon as a solution with this penalty is found.
token  CancellationToken
CancellationToken

Return Value

TaskString
A short summary of the search.

See Also