Ipopt  3.11.9
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::IpoptOptions ( Ipopt::IpoptApplication app,
const mxArray *  ptr 
)

◆ ~IpoptOptions()

IpoptOptions::~IpoptOptions ( )
inline

Definition at line 28 of file ipoptoptions.hpp.

Member Function Documentation

◆ useQuasiNewton()

bool IpoptOptions::useQuasiNewton ( ) const

◆ useDerivChecker()

bool IpoptOptions::useDerivChecker ( ) const

◆ userScaling()

bool IpoptOptions::userScaling ( ) const

◆ printLevel()

int IpoptOptions::printLevel ( ) const

◆ getPosInfty()

double IpoptOptions::getPosInfty ( ) const

◆ getNegInfty()

double IpoptOptions::getNegInfty ( ) const

◆ setOption()

void IpoptOptions::setOption ( const char *  label,
const mxArray *  ptr 
)
protected

◆ setStringOption()

void IpoptOptions::setStringOption ( const char *  label,
const mxArray *  ptr 
)
protected

◆ setIntegerOption()

void IpoptOptions::setIntegerOption ( const char *  label,
const mxArray *  ptr 
)
protected

◆ setNumberOption()

void IpoptOptions::setNumberOption ( const char *  label,
const mxArray *  ptr 
)
protected

Member Data Documentation

◆ app

Ipopt::IpoptApplication& IpoptOptions::app
protected

Definition at line 47 of file ipoptoptions.hpp.


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