#include <SensSimpleBacksolver.hpp>
|
| SimpleBacksolver (SmartPtr< PDSystemSolver > pd_solver) |
|
| ~SimpleBacksolver () |
|
bool | InitializeImpl (const OptionsList &options, const std::string &prefix) |
| Implementation of the initialization method that has to be overloaded by for each derived class.
|
|
bool | Solve (SmartPtr< IteratesVector > delta_lhs, SmartPtr< const IteratesVector > delta_rhs) |
|
| SensBacksolver () |
| This class is the interface to all backsolvers that may be used for the sIPOPT.
|
|
virtual | ~SensBacksolver () |
|
bool | Initialize (const Journalist &jnlst, IpoptNLP &ip_nlp, IpoptData &ip_data, IpoptCalculatedQuantities &ip_cq, const OptionsList &options, const std::string &prefix) |
| This method is called every time the algorithm starts again - it is used to reset any internal state.
|
|
bool | ReducedInitialize (const Journalist &jnlst, const OptionsList &options, const std::string &prefix) |
| Reduced version of the Initialize method, which does not require special Ipopt information.
|
|
| AlgorithmStrategyObject () |
| Default Constructor.
|
|
virtual | ~AlgorithmStrategyObject () |
| Destructor.
|
|
| ReferencedObject () |
|
virtual | ~ReferencedObject () |
|
Index | ReferenceCount () const |
|
void | AddRef (const Referencer *referencer) const |
|
void | ReleaseRef (const Referencer *referencer) const |
|
Definition at line 19 of file SensSimpleBacksolver.hpp.
◆ SimpleBacksolver() [1/2]
◆ ~SimpleBacksolver()
Ipopt::SimpleBacksolver::~SimpleBacksolver |
( |
| ) |
|
|
inline |
◆ SimpleBacksolver() [2/2]
Ipopt::SimpleBacksolver::SimpleBacksolver |
( |
| ) |
|
|
private |
◆ InitializeImpl()
◆ Solve()
◆ pd_solver_
◆ allow_inexact_
bool Ipopt::SimpleBacksolver::allow_inexact_ |
|
private |
The documentation for this class was generated from the following file: