VDSSolve Method (Roster, Double) |
Build and optimize the roster.
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic string Solve(
Roster roster,
double lowerBound
)
Public Function Solve (
roster As Roster,
lowerBound As Double
) As String
public:
String^ Solve(
Roster^ roster,
double lowerBound
)
member Solve :
roster : Roster *
lowerBound : float -> 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.
Return Value
Type:
StringA short summary of the search.
See Also