42 #ifndef CALC_LAMBDA_INDEP_STD_ADDED_STEP_H
43 #define CALC_LAMBDA_INDEP_STD_ADDED_STEP_H
45 #include "rSQPAlgo_Step.h"
47 namespace MoochoPack {
59 , poss_type assoc_step_poss);
63 , poss_type assoc_step_poss, std::ostream&
out,
const std::string& leading_str )
const;
69 #endif // CALC_LAMBDA_INDEP_STD_ADDED_STEP_H
Calculates the lagrange multipliers for the independent constraints.
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
bool do_step(Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
Acts as the central hub for an iterative algorithm.