SolverSolve(Solution) Method

Solves the problem with an intial solution provided. Providing a good intial solution can reduce solving time and produce better solutions.

Definition

Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public Solution Solve(
	Solution solution
)

Parameters

solution  Solution
The initial solution.

Return Value

Solution
The best known solution.

See Also