#include <AsMetadataMeasurement.hpp>
Public Member Functions | |
| MetadataMeasurement () | |
| virtual | ~MetadataMeasurement () |
| virtual bool | InitializeImpl (const OptionsList &options, const std::string &prefix) |
| Implementation of the initialization method that has to be overloaded by for each derived class. | |
| virtual std::vector< Index > | GetInitialEqConstraints () |
| virtual std::vector< Index > | GetNmpcState (Index i) |
| virtual SmartPtr< DenseVector > | GetMeasurement (Index measurement_number) |
| virtual void | SetSolution (Index measurement_number, SmartPtr< IteratesVector > sol) |
| virtual std::vector< Index > | GetIntegerSuffix (std::string suffix_string) |
| suffix handler methods | |
Private Attributes | |
| Index | n_idx_ |
| Number of nmpc_indices. | |
| std::string | select_step_ |
| SmartPtr< const DenseVectorSpace > | x_owner_space_ |
| owner space of x | |
| SmartPtr< const DenseVectorSpace > | s_owner_space_ |
| owner space of s | |
| SmartPtr< const DenseVectorSpace > | y_c_owner_space_ |
| owner space of y_c | |
| SmartPtr< const DenseVectorSpace > | y_d_owner_space_ |
| owner space of y_d | |
| SmartPtr< const DenseVectorSpace > | z_L_owner_space_ |
| owner space of z_L | |
| SmartPtr< const DenseVectorSpace > | z_U_owner_space_ |
| owner space of z_U | |
Definition at line 14 of file AsMetadataMeasurement.hpp.
| Ipopt::MetadataMeasurement::MetadataMeasurement | ( | ) |
| virtual Ipopt::MetadataMeasurement::~MetadataMeasurement | ( | ) | [virtual] |
| virtual bool Ipopt::MetadataMeasurement::InitializeImpl | ( | const OptionsList & | options, | |
| const std::string & | prefix | |||
| ) | [virtual] |
Implementation of the initialization method that has to be overloaded by for each derived class.
Implements Ipopt::AlgorithmStrategyObject.
| virtual std::vector<Index> Ipopt::MetadataMeasurement::GetInitialEqConstraints | ( | ) | [virtual] |
| virtual SmartPtr<DenseVector> Ipopt::MetadataMeasurement::GetMeasurement | ( | Index | measurement_number | ) | [virtual] |
| virtual void Ipopt::MetadataMeasurement::SetSolution | ( | Index | measurement_number, | |
| SmartPtr< IteratesVector > | sol | |||
| ) | [virtual] |
| virtual std::vector<Index> Ipopt::MetadataMeasurement::GetIntegerSuffix | ( | std::string | suffix_string | ) | [virtual] |
suffix handler methods
Index Ipopt::MetadataMeasurement::n_idx_ [private] |
Number of nmpc_indices.
Definition at line 38 of file AsMetadataMeasurement.hpp.
std::string Ipopt::MetadataMeasurement::select_step_ [private] |
Definition at line 40 of file AsMetadataMeasurement.hpp.
SmartPtr<const DenseVectorSpace> Ipopt::MetadataMeasurement::x_owner_space_ [private] |
owner space of x
Definition at line 42 of file AsMetadataMeasurement.hpp.
SmartPtr<const DenseVectorSpace> Ipopt::MetadataMeasurement::s_owner_space_ [private] |
owner space of s
Definition at line 44 of file AsMetadataMeasurement.hpp.
SmartPtr<const DenseVectorSpace> Ipopt::MetadataMeasurement::y_c_owner_space_ [private] |
owner space of y_c
Definition at line 46 of file AsMetadataMeasurement.hpp.
SmartPtr<const DenseVectorSpace> Ipopt::MetadataMeasurement::y_d_owner_space_ [private] |
owner space of y_d
Definition at line 48 of file AsMetadataMeasurement.hpp.
SmartPtr<const DenseVectorSpace> Ipopt::MetadataMeasurement::z_L_owner_space_ [private] |
owner space of z_L
Definition at line 50 of file AsMetadataMeasurement.hpp.
SmartPtr<const DenseVectorSpace> Ipopt::MetadataMeasurement::z_U_owner_space_ [private] |
owner space of z_U
Definition at line 52 of file AsMetadataMeasurement.hpp.
1.7.1