get_available_options {nlopt}R Documentation

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)

Arguments

solver

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

Value

vector with all the available options for a solver

Examples

get_available_options(solver = "ipopt")


[Package nlopt version 0.1.1 Index]