7#ifndef __IPINEXACTNORMALSTEPCALC_HPP__
8#define __IPINEXACTNORMALSTEPCALC_HPP__
34 const std::string& prefix
This is the base class for all algorithm strategy objects.
IpoptData & IpData() const
IpoptCalculatedQuantities & IpCq() const
Class for all Chen-Goldfarb penalty method specific calculated quantities.
Class to organize all the additional data required by the Chen-Goldfarb penalty function algorithm.
Base class for computing the normal step for the inexact step calculation algorithm.
InexactCq & InexCq()
Method to easily access Inexact calculated quantities.
void operator=(const InexactNormalStepCalculator &)
Overloaded Assignment Operator.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)=0
Implementation of the initialization method that has to be overloaded by for each derived class.
virtual ~InexactNormalStepCalculator()
Destructor.
InexactNormalStepCalculator()
Default Constructor.
InexactNormalStepCalculator(const InexactNormalStepCalculator &)
Copy Constructor.
InexactData & InexData()
Method to easily access Inexact data.
virtual bool ComputeNormalStep(SmartPtr< Vector > &normal_x, SmartPtr< Vector > &normal_s)=0
Method for computing the normal step.
IpoptAdditionalCq & AdditionalCq()
IpoptAdditionalData & AdditionalData()
Get access to additional data object.
This class stores a list of user set options.
Template class for Smart Pointers.
This file contains a base class for all exceptions and a set of macros to help with exceptions.