MoochoPack : Framework for Large-Scale Optimization Algorithms  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
MoochoPack::NewDecompositionSelection_Strategy Class Referenceabstract

Abstract interface for an object that directs the selection of a new decomposition. More...

#include <MoochoPack_NewDecompositionSelection_Strategy.hpp>

Inheritance diagram for MoochoPack::NewDecompositionSelection_Strategy:
Inheritance graph
[legend]

Public Member Functions

virtual ~NewDecompositionSelection_Strategy ()
 
virtual bool new_decomposition (NLPAlgo &algo, Algorithm::poss_type step_poss, IterationPack::EDoStepType type, Algorithm::poss_type assoc_step_poss)=0
 
virtual void print_new_decomposition (const NLPAlgo &algo, Algorithm::poss_type step_poss, IterationPack::EDoStepType type, Algorithm::poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const =0
 

Detailed Description

Abstract interface for an object that directs the selection of a new decomposition.

Definition at line 53 of file MoochoPack_NewDecompositionSelection_Strategy.hpp.

Constructor & Destructor Documentation

virtual MoochoPack::NewDecompositionSelection_Strategy::~NewDecompositionSelection_Strategy ( )
inlinevirtual

Member Function Documentation

virtual bool MoochoPack::NewDecompositionSelection_Strategy::new_decomposition ( NLPAlgo algo,
Algorithm::poss_type  step_poss,
IterationPack::EDoStepType  type,
Algorithm::poss_type  assoc_step_poss 
)
pure virtual
virtual void MoochoPack::NewDecompositionSelection_Strategy::print_new_decomposition ( const NLPAlgo algo,
Algorithm::poss_type  step_poss,
IterationPack::EDoStepType  type,
Algorithm::poss_type  assoc_step_poss,
std::ostream &  out,
const std::string &  leading_str 
) const
pure virtual

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