7 #ifndef __IPINEXACTNEWTONNORMAL_HPP__
8 #define __IPINEXACTNEWTONNORMAL_HPP__
35 const std::string& prefix
virtual bool ComputeNewtonNormalStep(Vector &newton_x, Vector &newton_s)
Method for computing the normal step.
This is the base class for all algorithm strategy objects.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
Implementation of the initialization method that has to be overloaded by for each derived class...
InexactCq & InexCq()
Method to easily access Inexact calculated quantities.
IpoptAdditionalCq & AdditionalCq()
void operator=(const InexactNewtonNormalStep &)
Overloaded Assignment Operator.
Template class for Smart Pointers.
SmartPtr< AugSystemSolver > aug_solver_
Object to be used to solve the augmented system.
This class stores a list of user set options.
Compute the "Newton" normal step from the (slack-scaled) augmented system.
IpoptAdditionalData & AdditionalData()
Get access to additional data object.
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...
IpoptData & IpData() const
InexactData & InexData()
Method to easily access Inexact data.
virtual ~InexactNewtonNormalStep()
Destructor.
IpoptCalculatedQuantities & IpCq() const
InexactNewtonNormalStep()
Default Constructor.
static void RegisterOptions(SmartPtr< RegisteredOptions > roptions)