![]() |
Prev | Next | ipopt_options |
options
has prototype
const std::string& options
It contains a list of
Ipopt
options.
options
and
is terminated by the '\n'
character.
This includes the last line; i.e., the last character in
options
is a '\n'
.
Each line
consists of three non-empty tokens separated by one or more spaces.
String name value
Here
name
is any valid Ipopt string option
and
value
is its setting.
Integer name value
Here
name
is any valid Ipopt integer option
and
value
is its setting.
Numeric name value
Here
name
is any valid Ipopt numeric option
and
value
is its setting.