10#ifndef __ASSIMPLEBACKSOLVER_HPP__
11#define __ASSIMPLEBACKSOLVER_HPP__
32 const std::string& prefix
This class stores a list of user set options.
SensBacksolver()
This class is the interface to all backsolvers that may be used for the sIPOPT.
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.