7#ifndef __ASASBACKSOLVER_HPP__
8#define __ASASBACKSOLVER_HPP__
This is the base class for all algorithm strategy objects.
virtual ~SensBacksolver()
SensBacksolver()
This class is the interface to all backsolvers that may be used for the sIPOPT.
virtual bool Solve(SmartPtr< IteratesVector > delta_lhs, SmartPtr< const IteratesVector > delta_rhs)=0
Template class for Smart Pointers.
This file contains a base class for all exceptions and a set of macros to help with exceptions.