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.8.0+49d94336cdbe1b2d9fc2b70d313f60c904ccf4db
The best solution found.
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.8.0+49d94336cdbe1b2d9fc2b70d313f60c904ccf4db
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.