| Solver-class {oppr} | R Documentation | 
Solver prototype
Description
This prototype is used to generate objects that represent methods for solving optimization problems. This class represents a recipe to create solver and and is only recommended for use by expert users. To customize the method used to solve optimization problems, please see the help page on solvers.
Fields
- $name
 charactername of solver.- $parameters
 Parametersobject with parameters used to customize the the solver.- $solve
 functionused to solve a OptimizationProblem object.
Usage
x$print()
x$show()
x$repr()
x$solve(op)
Arguments
- x
 Solver object.
- op
 OptimizationProblem object.
Details
print the object.
- show
 show the object.
- repr
 characterrepresentation of object.- solve
 solve an OptimizationProblem using this object.
[Package oppr version 1.0.4 Index]