Learn R Programming

nlopt (version 0.1.1)

get_available_options: Gets the available options for a solver

Description

Function that gets a vector with all the available options for a solver

Usage

get_available_options(solver)

Value

vector with all the available options for a solver

Arguments

solver

name of the solver (it has to be in the PATH)

Examples

Run this code
get_available_options(solver = "ipopt")

Run the code above in your browser using DataLab