SolverSolve Method (Problem) |
Solves the problem and returns the best known solution.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic Solution Solve(
Problem problem
)
Public Function Solve (
problem As Problem
) As Solution
public:
Solution^ Solve(
Problem^ problem
)
member Solve :
problem : Problem -> Solution
Parameters
- problem
- Type: VRSolverProblem
The problem.
Return Value
Type:
SolutionThe best known solution.
See Also