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
The best known solution.
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.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
- The initial solution.
Return Value
SolutionThe best known solution.