#include <MoochoPack_DecompositionSystemHandler_Strategy.hpp>
Inheritance diagram for MoochoPack::DecompositionSystemHandler_Strategy:

Public types | |
| enum | EDecompSysTesting |
| More... | |
| enum | EDecompSysPrintLevel |
| More... | |
Public Member Functions | |
| virtual | ~DecompositionSystemHandler_Strategy () |
| | |
| virtual bool | update_decomposition (NLPAlgo &algo, NLPAlgoState &s, NLPFirstOrder &nlp, EDecompSysTesting decomp_sys_testing, EDecompSysPrintLevel decomp_sys_testing_print_level, bool *new_decomp_selected)=0 |
| Update the decomposition. | |
| virtual void | print_update_decomposition (const NLPAlgo &algo, const NLPAlgoState &s, std::ostream &out, const std::string &leading_spaces) const =0 |
| Print the algorithm used for updating the decomposition. | |
ToDo: Finish documentation!
Definition at line 41 of file MoochoPack_DecompositionSystemHandler_Strategy.hpp.
| virtual MoochoPack::DecompositionSystemHandler_Strategy::~DecompositionSystemHandler_Strategy | ( | ) | [inline, virtual] |
| virtual bool MoochoPack::DecompositionSystemHandler_Strategy::update_decomposition | ( | NLPAlgo & | algo, | |
| NLPAlgoState & | s, | |||
| NLPFirstOrder & | nlp, | |||
| EDecompSysTesting | decomp_sys_testing, | |||
| EDecompSysPrintLevel | decomp_sys_testing_print_level, | |||
| bool * | new_decomp_selected | |||
| ) | [pure virtual] |
Update the decomposition.
This method may select a new decomposition (permuting the variables and constriants) and/or take control of the algorithm.
| virtual void MoochoPack::DecompositionSystemHandler_Strategy::print_update_decomposition | ( | const NLPAlgo & | algo, | |
| const NLPAlgoState & | s, | |||
| std::ostream & | out, | |||
| const std::string & | leading_spaces | |||
| ) | const [pure virtual] |
Print the algorithm used for updating the decomposition.
Implemented in MoochoPack::DecompositionSystemHandlerStd_Strategy, and MoochoPack::DecompositionSystemHandlerVarReductPerm_Strategy.
1.4.7