#include <IpIpoptCalculatedQuantities.hpp>
Inheritance diagram for Ipopt::IpoptAdditionalCq:
Public Member Functions | |
virtual bool | Initialize (const Journalist &jnlst, const OptionsList &options, const std::string &prefix)=0 |
This method is called to initialize the global algorithmic parameters. | |
Constructors/Destructors | |
IpoptAdditionalCq () | |
Default Constructor. | |
virtual | ~IpoptAdditionalCq () |
Default destructor. | |
Private Member Functions | |
Default Compiler Generated Methods | |
(Hidden to avoid implicit creation/calling). These methods are not implemented and we do not want the compiler to implement them for us, so we declare them private and do not define them. This ensures that they will not be implicitly created/called. | |
IpoptAdditionalCq (const IpoptAdditionalCq &) | |
Copy Constructor. | |
void | operator= (const IpoptAdditionalCq &) |
Overloaded Equals Operator. |
The regular IpoptCalculatedQuantities object should be given a derivation of this base class when it is created.
Definition at line 30 of file IpIpoptCalculatedQuantities.hpp.
Ipopt::IpoptAdditionalCq::IpoptAdditionalCq | ( | ) | [inline] |
virtual Ipopt::IpoptAdditionalCq::~IpoptAdditionalCq | ( | ) | [inline, virtual] |
Ipopt::IpoptAdditionalCq::IpoptAdditionalCq | ( | const IpoptAdditionalCq & | ) | [private] |
Copy Constructor.
virtual bool Ipopt::IpoptAdditionalCq::Initialize | ( | const Journalist & | jnlst, | |
const OptionsList & | options, | |||
const std::string & | prefix | |||
) | [pure virtual] |
This method is called to initialize the global algorithmic parameters.
The parameters are taken from the OptionsList object.
Implemented in Ipopt::InexactCq, and Ipopt::CGPenaltyCq.
void Ipopt::IpoptAdditionalCq::operator= | ( | const IpoptAdditionalCq & | ) | [private] |
Overloaded Equals Operator.