|
MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Interface for range/null decomposition handling. More...
#include <MoochoPack_DecompositionSystemHandlerSelectNew_Strategy.hpp>

Public Member Functions | |
| virtual void | select_new_decomposition (bool select_new_decomposition=true)=0 |
Instruct the DecompositionSystemHandler_Strategy object to select a new decomposition the next time update_decomposition() is called. | |
Interface for range/null decomposition handling.
ToDo: Finish documentation!
Definition at line 53 of file MoochoPack_DecompositionSystemHandlerSelectNew_Strategy.hpp.
| virtual void MoochoPack::DecompositionSystemHandlerSelectNew_Strategy::select_new_decomposition | ( | bool | select_new_decomposition = true | ) | [pure virtual] |
Instruct the DecompositionSystemHandler_Strategy object to select a new decomposition the next time update_decomposition() is called.
Implemented in MoochoPack::DecompositionSystemHandlerVarReductPerm_Strategy.
1.7.6.1