ShiftSearchSolve(Solution, Double) Method

Build and improve the solution.

Definition

Namespace: SRS.ShiftSolver.Solvers
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public string Solve(
	Solution solution,
	double lowerBound
)

Parameters

solution  Solution
The solution to solve.
lowerBound  Double
The solver returns as soon as a solution with this penalty is found.

Return Value

String
A short summary of the search.

See Also