7 #ifndef __IPEQMULTCALCULATOR_HPP__ 8 #define __IPEQMULTCALCULATOR_HPP__ 37 const std::string& prefix
virtual bool CalculateMultipliers(Vector &y_c, Vector &y_d)=0
This method computes the estimates for y_c and y_d at the current point.
EqMultiplierCalculator()
Default Constructor.
This is the base class for all algorithm strategy objects.
Base Class for objects that compute estimates for the equality constraint multipliers y_c and y_d...
This file contains a base class for all exceptions and a set of macros to help with exceptions...
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)=0
overloaded from AlgorithmStrategyObject
This class stores a list of user set options.
virtual ~EqMultiplierCalculator()
Destructor.
void operator=(const EqMultiplierCalculator &)
Default Assignment Operator.