Ipopt  3.11.9
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
RegisteredTNLPs Class Reference

#include <RegisteredTNLP.hpp>

Public Member Functions

 RegisteredTNLPs (const SmartPtr< RegisteredTNLP > &tnlp, const std::string name)
 
virtual ~RegisteredTNLPs ()
 

Static Public Member Functions

static SmartPtr< RegisteredTNLPGetTNLP (const std::string name)
 
static void PrintRegisteredProblems ()
 

Private Member Functions

void RegisterTNLP (const SmartPtr< RegisteredTNLP > &tnlp, const std::string name)
 

Private Attributes

SmartPtr< RegisteredTNLPtnlp_
 

Detailed Description

Definition at line 29 of file RegisteredTNLP.hpp.

Constructor & Destructor Documentation

◆ RegisteredTNLPs()

RegisteredTNLPs::RegisteredTNLPs ( const SmartPtr< RegisteredTNLP > &  tnlp,
const std::string  name 
)
inline

Definition at line 32 of file RegisteredTNLP.hpp.

◆ ~RegisteredTNLPs()

virtual RegisteredTNLPs::~RegisteredTNLPs ( )
inlinevirtual

Definition at line 36 of file RegisteredTNLP.hpp.

Member Function Documentation

◆ GetTNLP()

static SmartPtr<RegisteredTNLP> RegisteredTNLPs::GetTNLP ( const std::string  name)
static

◆ PrintRegisteredProblems()

static void RegisteredTNLPs::PrintRegisteredProblems ( )
static

◆ RegisterTNLP()

void RegisteredTNLPs::RegisterTNLP ( const SmartPtr< RegisteredTNLP > &  tnlp,
const std::string  name 
)
private

Member Data Documentation

◆ tnlp_

SmartPtr<RegisteredTNLP> RegisteredTNLPs::tnlp_
private

Definition at line 43 of file RegisteredTNLP.hpp.


The documentation for this class was generated from the following file: