Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
IpoptOptions Class Reference

#include <ipoptoptions.hpp>

Public Member Functions

 IpoptOptions (Ipopt::IpoptApplication &app, const mxArray *ptr)
 
 ~IpoptOptions ()
 
bool useQuasiNewton () const
 
bool useDerivChecker () const
 
bool userScaling () const
 
int printLevel () const
 
double getPosInfty () const
 
double getNegInfty () const
 

Protected Member Functions

void setOption (const char *label, const mxArray *ptr)
 
void setStringOption (const char *label, const mxArray *ptr)
 
void setIntegerOption (const char *label, const mxArray *ptr)
 
void setNumberOption (const char *label, const mxArray *ptr)
 

Protected Attributes

Ipopt::IpoptApplicationapp
 

Detailed Description

Definition at line 19 of file ipoptoptions.hpp.

Constructor & Destructor Documentation

IpoptOptions::IpoptOptions ( Ipopt::IpoptApplication app,
const mxArray *  ptr 
)
IpoptOptions::~IpoptOptions ( )
inline

Definition at line 28 of file ipoptoptions.hpp.

Member Function Documentation

bool IpoptOptions::useQuasiNewton ( ) const
bool IpoptOptions::useDerivChecker ( ) const
bool IpoptOptions::userScaling ( ) const
int IpoptOptions::printLevel ( ) const
double IpoptOptions::getPosInfty ( ) const
double IpoptOptions::getNegInfty ( ) const
void IpoptOptions::setOption ( const char *  label,
const mxArray *  ptr 
)
protected
void IpoptOptions::setStringOption ( const char *  label,
const mxArray *  ptr 
)
protected
void IpoptOptions::setIntegerOption ( const char *  label,
const mxArray *  ptr 
)
protected
void IpoptOptions::setNumberOption ( const char *  label,
const mxArray *  ptr 
)
protected

Member Data Documentation

Ipopt::IpoptApplication& IpoptOptions::app
protected

Definition at line 47 of file ipoptoptions.hpp.


The documentation for this class was generated from the following file: