check_solver {nlopt} | R Documentation |
Checks if solver exists
Description
Function that checks if the solver exists and it can be run without any issue
Usage
check_solver(solver)
Arguments
solver |
name of the solver (it has to be in the PATH) |
Value
TRUE if the solver exists and FALSE otherwise
Examples
check_solver(solver = "ipopt")
[Package nlopt version 0.1.1 Index]