R/Solver-proto.R
, R/add_gurobi_solver.R
, R/add_heuristic_solver.R
, and 4 more
Solver-class.Rd
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.
character
name of solver.
Parameters
object with parameters used to customize
the the solver.
function
used to solve a
OptimizationProblem object.
x$print()
x$show()
x$repr()
x$solve(op)
Solver object.
OptimizationProblem object.
print the object.
show the object.
character
representation of object.
solve an OptimizationProblem using this object.