Ipopt
3.11.9
|
#include <SensApplication.hpp>
Public Member Functions | |
SensApplication (SmartPtr< Journalist > jnlst, SmartPtr< OptionsList > options, SmartPtr< RegisteredOptions > reg_options) | |
~SensApplication () | |
SensAlgorithmExitStatus | Run () |
void | Initialize () |
void | SetIpoptAlgorithmObjects (SmartPtr< IpoptApplication > app_ipopt, ApplicationReturnStatus ipopt_retval) |
SmartPtr< Journalist > | Jnlst () |
SmartPtr< OptionsList > | Options () |
SmartPtr< const OptionsList > | Options () const |
Get the options list for setting options (const version) More... | |
![]() | |
ReferencedObject () | |
virtual | ~ReferencedObject () |
Index | ReferenceCount () const |
void | AddRef (const Referencer *referencer) const |
void | ReleaseRef (const Referencer *referencer) const |
Static Public Member Functions | |
static void | RegisterOptions (SmartPtr< RegisteredOptions > roptions) |
Private Attributes | |
SmartPtr< Journalist > | jnlst_ |
SmartPtr< OptionsList > | options_ |
SmartPtr< IpoptData > | ip_data_ |
SmartPtr< IpoptCalculatedQuantities > | ip_cq_ |
SmartPtr< PDSystemSolver > | pd_solver_ |
SmartPtr< IpoptNLP > | ip_nlp_ |
SmartPtr< RegisteredOptions > | reg_options_ |
ApplicationReturnStatus | ipopt_retval_ |
bool | run_sens_ |
storing options values More... | |
bool | compute_red_hessian_ |
Index | n_sens_steps_ |
Definition at line 22 of file SensApplication.hpp.
Ipopt::SensApplication::SensApplication | ( | SmartPtr< Journalist > | jnlst, |
SmartPtr< OptionsList > | options, | ||
SmartPtr< RegisteredOptions > | reg_options | ||
) |
Ipopt::SensApplication::~SensApplication | ( | ) |
|
static |
SensAlgorithmExitStatus Ipopt::SensApplication::Run | ( | ) |
void Ipopt::SensApplication::Initialize | ( | ) |
void Ipopt::SensApplication::SetIpoptAlgorithmObjects | ( | SmartPtr< IpoptApplication > | app_ipopt, |
ApplicationReturnStatus | ipopt_retval | ||
) |
|
inline |
Definition at line 41 of file SensApplication.hpp.
|
inline |
Definition at line 47 of file SensApplication.hpp.
|
inline |
Get the options list for setting options (const version)
Definition at line 53 of file SensApplication.hpp.
|
private |
Definition at line 65 of file SensApplication.hpp.
|
private |
Definition at line 66 of file SensApplication.hpp.
Definition at line 67 of file SensApplication.hpp.
|
private |
Definition at line 68 of file SensApplication.hpp.
|
private |
Definition at line 69 of file SensApplication.hpp.
Definition at line 70 of file SensApplication.hpp.
|
private |
Definition at line 71 of file SensApplication.hpp.
|
private |
Definition at line 72 of file SensApplication.hpp.
|
private |
storing options values
Definition at line 75 of file SensApplication.hpp.
|
private |
Definition at line 76 of file SensApplication.hpp.
|
private |
Definition at line 77 of file SensApplication.hpp.