Builds and improves the solution.
Namespace:
SRS.ShiftSolver.Solvers
Assembly:
ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Syntaxstring Solve(
Solution solution
)
Function Solve (
solution As Solution
) As String
String^ Solve(
Solution^ solution
)
abstract Solve :
solution : Solution -> string
Parameters
- solution
- Type: SRS.ShiftSolver.CoreSolution
The solution to solve.
Return Value
Type:
StringA short summary of the solving.
See Also