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
C#
public Solution Solve(
	Solution solution
)

Parameters

solution  Solution
An initial solution.

Return Value

Solution
The best solution found.

See Also