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.6.0+d1eeb38004e25fffe43abff141daa804550ec994
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