SolverSolve Method
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.
Definition
Namespace: SRS.ScheduleSolver.Solvers
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
The best solution found.
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public Solution Solve(
Solution solution
)VB
Public Function Solve (
solution As Solution
) As SolutionC++
public:
Solution^ Solve(
Solution^ solution
)F#
member Solve :
solution : Solution -> Solution Parameters
- solution Solution
- An initial solution.
Return Value
SolutionThe best solution found.