get_minlplib_problem {nlopt}R Documentation

Gets problem from MINLPLib

Description

Function that gets the corresponding problem from MINLPLib library

Usage

get_minlplib_problem(name)

Arguments

name

name of the problem

Value

TRUE if there is no error getting the problem and FALSE otherwise

Examples

get_minlplib_problem(name = "alkyl")


[Package nlopt version 0.1.1 Index]