10 #ifndef __ASSIMPLEBACKSOLVER_HPP__
11 #define __ASSIMPLEBACKSOLVER_HPP__
32 const std::string& prefix
#define SIPOPTLIB_EXPORT
Include file for the configuration of Ipopt.
This class stores a list of user set options.
bool Solve(SmartPtr< IteratesVector > delta_lhs, SmartPtr< const IteratesVector > delta_rhs)
SimpleBacksolver(SmartPtr< PDSystemSolver > pd_solver)
SmartPtr< PDSystemSolver > pd_solver_
bool InitializeImpl(const OptionsList &options, const std::string &prefix)
Implementation of the initialization method that has to be overloaded by for each derived class.
Template class for Smart Pointers.
This file contains a base class for all exceptions and a set of macros to help with exceptions.