Ipopt  trunk
Public Member Functions | Protected Member Functions | Protected Attributes
IpoptOptions Class Reference

#include <ipoptoptions.hpp>

List of all members.

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 
)

Definition at line 28 of file ipoptoptions.hpp.


Member Function Documentation

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

Definition at line 47 of file ipoptoptions.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines