Learn R Programming

prioritizr (version 5.0.3)

add_default_solver: Default solver

Description

Identify the best solver currently installed on the system and specify that it should be used to solve a conservation planning problem(). Ranked from best to worst, the available solvers that can be used are: add_gurobi_solver(), add_cplex_solver(), add_rsymphony_solver(), and finally add_lpsymphony_solver().

Usage

add_default_solver(x, ...)

Arguments

x

problem() (i.e. '>ConservationProblem) object.

...

arguments passed to the solver.

Value

Object (i.e. '>ConservationProblem) with the solver added to it.

See Also

solvers.