7 #ifndef __IPIPOPTNLP_HPP__ 8 #define __IPIPOPTNLP_HPP__ 35 : nlp_scaling_(nlp_scaling)
50 const std::string& prefix
56 ret = nlp_scaling_->Initialize(jnlst, options, prefix);
68 virtual bool InitializeStructures(
84 virtual bool GetWarmStartIterate(
164 virtual void GetSpaces(
183 virtual void AdjustVariableBounds(
191 virtual Index f_evals()
const = 0;
193 virtual Index grad_f_evals()
const = 0;
194 virtual Index c_evals()
const = 0;
195 virtual Index jac_c_evals()
const = 0;
196 virtual Index d_evals()
const = 0;
197 virtual Index jac_d_evals()
const = 0;
198 virtual Index h_evals()
const = 0;
253 virtual void FinalizeSolution(
268 virtual bool IntermediateCallBack(
276 Number regularization_size,
bool IsValid(const SmartPtr< U > &smart_ptr)
Specialized CompoundVector class specifically for the algorithm iterates.
Class for all IPOPT specific calculated quantities.
virtual bool objective_depends_on_mu() const
Method for telling the IpoptCalculatedQuantities class whether the objective function depends on the ...
AlgorithmMode
enum to indicate the mode in which the algorithm is
DECLARE_STD_EXCEPTION(FATAL_ERROR_IN_LINEAR_SOLVER)
double Number
Type of all numbers.
virtual ~IpoptNLP()
Destructor.
This file contains a base class for all exceptions and a set of macros to help with exceptions...
SmartPtr< NLPScalingObject > nlp_scaling_
Template class for Smart Pointers.
Storing the reference count of all the smart pointers that currently reference it.
This class stores a list of user set options.
virtual bool Initialize(const Journalist &jnlst, const OptionsList &options, const std::string &prefix)
Initialization method.
SolverReturn
enum for the return from the optimize algorithm
Class to organize all the data required by the algorithm.
int Index
Type of all indices of vectors, matrices etc.
Class responsible for all message output.
This is the abstract base class for classes that map the traditional NLP into something that is more ...
SmartPtr< NLPScalingObject > NLP_scaling() const
Returns the scaling strategy object.