IpoptOptions.OptionsFilename Property

Top 

Description

Specifies the filename to be used to specify a set of user-defined options specific to the execution of ipopt. If this is left blank, it will look for a file called ipopt.opt in the MissionPlan directory. If that is not present, no user-defined options will be loaded.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

""

 

Syntax

myString1 = myIpoptOptions1.OptionsFilename;

 

myIpoptOptions1.OptionsFilename = myString1;

 

See also

IpoptOptions Object