VDSSolve(Roster, Double) Method
Build and optimize the roster.
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
A short summary of the search.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public string Solve(
Roster roster,
double lowerBound
)VB
Public Function Solve (
roster As Roster,
lowerBound As Double
) As StringC++
public:
String^ Solve(
Roster^ roster,
double lowerBound
)F#
member Solve :
roster : Roster *
lowerBound : float -> string Parameters
- roster Roster
- The roster to solve.
- lowerBound Double
- The solver finishes as soon as a solution with this penalty is found.
Return Value
StringA short summary of the search.