#include <SensBacksolver.hpp>


Public Member Functions | |
| SensBacksolver () | |
| This class is the interface to all backsolvers that may be used for the sIPOPT. | |
| virtual | ~SensBacksolver () |
| virtual bool | Solve (SmartPtr< IteratesVector > delta_lhs, SmartPtr< const IteratesVector > delta_rhs)=0 |
Definition at line 17 of file SensBacksolver.hpp.
| Ipopt::SensBacksolver::SensBacksolver | ( | ) | [inline] |
This class is the interface to all backsolvers that may be used for the sIPOPT.
Definition at line 23 of file SensBacksolver.hpp.
| virtual Ipopt::SensBacksolver::~SensBacksolver | ( | ) | [inline, virtual] |
Definition at line 27 of file SensBacksolver.hpp.
| virtual bool Ipopt::SensBacksolver::Solve | ( | SmartPtr< IteratesVector > | delta_lhs, | |
| SmartPtr< const IteratesVector > | delta_rhs | |||
| ) | [pure virtual] |
Implemented in Ipopt::SimpleBacksolver.
1.6.1