Shift SearchSolve(Solution, Double) Method
Build and improve the solution.
Definition
Namespace: SRS.ShiftSolver.Solvers
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
A short summary of the search.
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public string Solve(
Solution solution,
double lowerBound
)VB
Public Function Solve (
solution As Solution,
lowerBound As Double
) As StringC++
public:
String^ Solve(
Solution^ solution,
double lowerBound
)F#
member Solve :
solution : Solution *
lowerBound : float -> string Parameters
- solution Solution
- The solution to solve.
- lowerBound Double
- The solver returns as soon as a solution with this penalty is found.
Return Value
StringA short summary of the search.