#include <MoochoPack_NLPAlgoClientInterface.hpp>
Inheritance diagram for MoochoPack::NLPAlgoClientInterface:
Public Types | |
| typedef Teuchos::RefCountPtr< NLPAlgoConfig > | config_ptr_t |
| | |
«std comp» members for config. | |
| virtual void | set_config (const config_ptr_t &config)=0 |
| | |
| virtual config_ptr_t & | get_config ()=0 |
| | |
| virtual const config_ptr_t & | get_config () const =0 |
| | |
| virtual NLPAlgoConfig & | config ()=0 |
| | |
| virtual const NLPAlgoConfig & | config () const =0 |
| | |
Public Member Functions | |
| virtual void | configure_algorithm (std::ostream *trase_out=0)=0 |
| Causes the algorithm to be configured. | |
| virtual void | print_algorithm (std::ostream &out) const =0 |
| Print the configured algorithm. | |
ToDo: Finish documentation!
Definition at line 41 of file MoochoPack_NLPAlgoClientInterface.hpp.
|
|
Definition at line 48 of file MoochoPack_NLPAlgoClientInterface.hpp. |
|
|
Implemented in MoochoPack::NLPAlgoContainer. |
|
|
Implemented in MoochoPack::NLPAlgoContainer. |
|
|
Implemented in MoochoPack::NLPAlgoContainer. |
|
|
Implemented in MoochoPack::NLPAlgoContainer. |
|
|
Implemented in MoochoPack::NLPAlgoContainer. |
|
|
Causes the algorithm to be configured.
Causes the
May be called after the
Must be called before Implemented in MoochoPack::NLPAlgoContainer. |
|
|
Print the configured algorithm.
Implements MoochoPack::NLPSolverClientInterface. Implemented in MoochoPack::NLPAlgoContainer. |
1.3.9.1