Name
|
Description
|
Attributes
|
ComplementarityInfeasibilityTolerance
|
Absolute tolerance on the final complementarity. Refer to Ipopt documentation for more information.
|
Type: Variable
Access: Read/Write
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
DualInfeasibilityTolerance
|
Absolute tolerance on the final dual infeasability. Refer to Ipopt documentation for more information.
|
Type: Variable
Access: Read/Write
|
Name
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
OptionsFilename
|
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.
|
Type: String
Access: Read/Write
|
OutputFilename
|
Filename used to redirect standard output written from Ipopt.
|
Type: String
Access: Read/Write
|
SharedLibraryFilename
|
Path and filename to the shared library (.dll on windows, .so on linux) to use.
|
Type: String
Access: Read/Write
|
Tolerance
|
Relative convergence tolerance. Refer to Ipopt documentation for more information.
|
Type: Variable
Access: Read/Write
|
UseExactHessian
|
If set to 1 (true), Ipopt will use an exact hessian instead of the default quasi-newton approximation.
Warning: Using an exact hessian will introduce extra computational load. If generic constraints have been added through the Optimizer.AddConstraint method, an exact hessian may also inroduce excessive memory requirements.
|
Type: Variable
Access: Read/Write
|