SolverSolve Method (Solution) |
Solves the problem with an intial solution provided.
Providing a good intial solution can reduce solving time and produce
better solutions.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic Solution Solve(
Solution solution
)
Public Function Solve (
solution As Solution
) As Solution
public:
Solution^ Solve(
Solution^ solution
)
member Solve :
solution : Solution -> Solution
Parameters
- solution
- Type: VRSolverSolution
The initial solution.
Return Value
Type:
SolutionThe best known solution.
See Also