This is the interface for the classes that perform the actual step. More...
#include <SensStepCalc.hpp>
Private Attributes | |
SmartPtr< SchurDriver > | driver_ |
bool | do_boundcheck_ |
Additional Inherited Members | |
![]() | |
const Journalist & | Jnlst () const |
IpoptNLP & | IpNLP () const |
IpoptData & | IpData () const |
IpoptCalculatedQuantities & | IpCq () const |
bool | HaveIpData () const |
This is the interface for the classes that perform the actual step.
Definition at line 20 of file SensStepCalc.hpp.
|
inline |
Definition at line 23 of file SensStepCalc.hpp.
|
inlinevirtual |
Definition at line 28 of file SensStepCalc.hpp.
|
inlinevirtual |
Implementation of the initialization method that has to be overloaded by for each derived class.
Implements Ipopt::AlgorithmStrategyObject.
Reimplemented in Ipopt::StdStepCalculator.
Definition at line 31 of file SensStepCalc.hpp.
|
inline |
Definition at line 40 of file SensStepCalc.hpp.
|
inline |
Definition at line 45 of file SensStepCalc.hpp.
|
inline |
Definition at line 59 of file SensStepCalc.hpp.
|
pure virtual |
This is the main algorithmic function of this class.
It calculates a step using its SchurDriver, checks bounds, and returns it
Implemented in Ipopt::StdStepCalculator.
|
pure virtual |
return the sensitivity vector
Implemented in Ipopt::StdStepCalculator.
|
private |
Definition at line 79 of file SensStepCalc.hpp.
|
private |
Definition at line 80 of file SensStepCalc.hpp.