MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
MoochoPack::SetDBoundsStd_AddedStep Class Reference

Computes the bounds for the QP subproblem from the NLP bounds. More...

#include <MoochoPack_SetDBoundsStd_AddedStep.hpp>

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

Public Member Functions

 SetDBoundsStd_AddedStep ()
 
- Public Member Functions inherited from IterationPack::AlgorithmStep
virtual ~AlgorithmStep ()
 
virtual void initialize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm just before the algorithm is run. More...
 
virtual void inform_updated (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm to inform when a runtime configuration change is finihed. More...
 
virtual void finalize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm just after an algorithm is terminiated. More...
 

Private Attributes

IterationPack::CastIQMember
< VectorMutable > 
dl_iq_
 
IterationPack::CastIQMember
< VectorMutable > 
du_iq_
 

Overridden from AlgorithmStep

bool do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
 
void print_step (const Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const
 

Additional Inherited Members

- Public Types inherited from IterationPack::AlgorithmStep
typedef size_t poss_type
 

Detailed Description

Computes the bounds for the QP subproblem from the NLP bounds.

Definition at line 54 of file MoochoPack_SetDBoundsStd_AddedStep.hpp.

Constructor & Destructor Documentation

MoochoPack::SetDBoundsStd_AddedStep::SetDBoundsStd_AddedStep ( )

Definition at line 52 of file MoochoPack_SetDBoundsStd_AddedStep.cpp.

Member Function Documentation

bool MoochoPack::SetDBoundsStd_AddedStep::do_step ( Algorithm algo,
poss_type  step_poss,
IterationPack::EDoStepType  type,
poss_type  assoc_step_poss 
)
virtual
void MoochoPack::SetDBoundsStd_AddedStep::print_step ( const Algorithm algo,
poss_type  step_poss,
IterationPack::EDoStepType  type,
poss_type  assoc_step_poss,
std::ostream &  out,
const std::string &  leading_str 
) const
virtual

Reimplemented from IterationPack::AlgorithmStep.

Definition at line 112 of file MoochoPack_SetDBoundsStd_AddedStep.cpp.

Member Data Documentation

IterationPack::CastIQMember<VectorMutable> MoochoPack::SetDBoundsStd_AddedStep::dl_iq_
private

Definition at line 73 of file MoochoPack_SetDBoundsStd_AddedStep.hpp.

IterationPack::CastIQMember<VectorMutable> MoochoPack::SetDBoundsStd_AddedStep::du_iq_
private

Definition at line 74 of file MoochoPack_SetDBoundsStd_AddedStep.hpp.


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