Solves the problem using the solution given as an intial solution
as the starting point for the solver. Using a good intial solution
can reduce solving time and result in better solutions.
Namespace:
SRS.ScheduleSolver.Solvers
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic Solution Solve(
Solution solution
)
Public Function Solve (
solution As Solution
) As Solution
public:
Solution^ Solve(
Solution^ solution
)
member Solve :
solution : Solution -> Solution
Parameters
- solution
- Type: SRS.ScheduleSolver.CoreSolution
An initial solution.
Return Value
Type:
SolutionThe best solution found.
See Also