|
MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Subclass for selecting and updating the range/null space decomposition using the DecompositionSystemVarReductPerm interface. More...
#include <MoochoPack_DecompositionSystemHandlerVarReductPerm_Strategy.hpp>

Constructors / initializers | |
| DecompositionSystemHandlerVarReductPerm_Strategy () | |
| Constructor. | |
Overridden from DecompositionSystemHandler_Strategy | |
| bool | update_decomposition (NLPAlgo &algo, NLPAlgoState &s, NLPFirstOrder &nlp, EDecompSysTesting decomp_sys_testing, EDecompSysPrintLevel decomp_sys_testing_print_level, bool *new_decomp_selected) |
| | |
| void | print_update_decomposition (const NLPAlgo &algo, const NLPAlgoState &s, std::ostream &out, const std::string &leading_spaces) const |
| | |
Overridden from DecompositionSystemHandlerSelectNew_Strategy | |
| void | select_new_decomposition (bool select_new_decomposition) |
| | |
Subclass for selecting and updating the range/null space decomposition using the DecompositionSystemVarReductPerm interface.
ToDo: Finish documentation!
Definition at line 54 of file MoochoPack_DecompositionSystemHandlerVarReductPerm_Strategy.hpp.
Constructor.
Definition at line 69 of file MoochoPack_DecompositionSystemHandlerVarReductPerm_Strategy.cpp.
| bool MoochoPack::DecompositionSystemHandlerVarReductPerm_Strategy::update_decomposition | ( | NLPAlgo & | algo, |
| NLPAlgoState & | s, | ||
| NLPFirstOrder & | nlp, | ||
| EDecompSysTesting | decomp_sys_testing, | ||
| EDecompSysPrintLevel | decomp_sys_testing_print_level, | ||
| bool * | new_decomp_selected | ||
| ) | [virtual] |
Implements MoochoPack::DecompositionSystemHandler_Strategy.
Definition at line 75 of file MoochoPack_DecompositionSystemHandlerVarReductPerm_Strategy.cpp.
| void MoochoPack::DecompositionSystemHandlerVarReductPerm_Strategy::print_update_decomposition | ( | const NLPAlgo & | algo, |
| const NLPAlgoState & | s, | ||
| std::ostream & | out, | ||
| const std::string & | leading_spaces | ||
| ) | const [virtual] |
Implements MoochoPack::DecompositionSystemHandler_Strategy.
Definition at line 363 of file MoochoPack_DecompositionSystemHandlerVarReductPerm_Strategy.cpp.
| void MoochoPack::DecompositionSystemHandlerVarReductPerm_Strategy::select_new_decomposition | ( | bool | select_new_decomposition | ) | [virtual] |
Implements MoochoPack::DecompositionSystemHandlerSelectNew_Strategy.
Definition at line 424 of file MoochoPack_DecompositionSystemHandlerVarReductPerm_Strategy.cpp.
1.7.6.1