Ipopt  3.11.9
List of all members
Ipopt::IpoptAdditionalCq Class Referenceabstract

Base class for additional calculated quantities that is special to a particular type of algorithm, such as the CG penalty function, or using iterative linear solvers. More...

#include <IpIpoptCalculatedQuantities.hpp>

+ Inheritance diagram for Ipopt::IpoptAdditionalCq:

Public Member Functions

Constructors/Destructors
 IpoptAdditionalCq ()
 Default Constructor. More...
 
virtual ~IpoptAdditionalCq ()
 Default destructor. More...
 
virtual bool Initialize (const Journalist &jnlst, const OptionsList &options, const std::string &prefix)=0
 This method is called to initialize the global algorithmic parameters. More...
 
- Public Member Functions inherited from Ipopt::ReferencedObject
 ReferencedObject ()
 
virtual ~ReferencedObject ()
 
Index ReferenceCount () const
 
void AddRef (const Referencer *referencer) const
 
void ReleaseRef (const Referencer *referencer) const
 

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. More...
 
void operator= (const IpoptAdditionalCq &)
 Overloaded Equals Operator. More...
 

Detailed Description

Base class for additional calculated quantities that is special to a particular type of algorithm, such as the CG penalty function, or using iterative linear solvers.

The regular IpoptCalculatedQuantities object should be given a derivation of this base class when it is created.

Definition at line 40 of file IpIpoptCalculatedQuantities.hpp.

Constructor & Destructor Documentation

◆ IpoptAdditionalCq() [1/2]

Ipopt::IpoptAdditionalCq::IpoptAdditionalCq ( )
inline

Default Constructor.

Definition at line 46 of file IpIpoptCalculatedQuantities.hpp.

◆ ~IpoptAdditionalCq()

virtual Ipopt::IpoptAdditionalCq::~IpoptAdditionalCq ( )
inlinevirtual

Default destructor.

Definition at line 50 of file IpIpoptCalculatedQuantities.hpp.

◆ IpoptAdditionalCq() [2/2]

Ipopt::IpoptAdditionalCq::IpoptAdditionalCq ( const IpoptAdditionalCq )
private

Copy Constructor.

Member Function Documentation

◆ Initialize()

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::CGPenaltyCq, and Ipopt::InexactCq.

◆ operator=()

void Ipopt::IpoptAdditionalCq::operator= ( const IpoptAdditionalCq )
private

Overloaded Equals Operator.


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