7#ifndef __IPINEXACTNEWTONNORMAL_HPP__
8#define __IPINEXACTNEWTONNORMAL_HPP__
35 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.
Compute the "Newton" normal step from the (slack-scaled) augmented system.
virtual ~InexactNewtonNormalStep()
Destructor.
InexactData & InexData()
Method to easily access Inexact data.
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.
InexactNewtonNormalStep()
Default Constructor.
virtual bool ComputeNewtonNormalStep(Vector &newton_x, Vector &newton_s)
Method for computing the normal step.
InexactNewtonNormalStep(SmartPtr< AugSystemSolver > aug_solver)
Constructor.
InexactNewtonNormalStep(const InexactNewtonNormalStep &)
Copy Constructor.
SmartPtr< AugSystemSolver > aug_solver_
Object to be used to solve the augmented system.
void operator=(const InexactNewtonNormalStep &)
Overloaded Assignment Operator.
static void RegisterOptions(SmartPtr< RegisteredOptions > roptions)
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.