42 #ifndef MERIT_FUNC_PENALTY_PARAM_UPDATE_ADDED_STEP_H 
   43 #define MERIT_FUNC_PENALTY_PARAM_UPDATE_ADDED_STEP_H 
   48 namespace MoochoPack {
 
  103 #endif  // MERIT_FUNC_PENALTY_PARAM_UPDATE_ADDED_STEP_H 
Base type for all objects that perform steps in an Algorithm. 
virtual value_type min_mu_ratio() const 
virtual void min_mu_ratio(value_type min_mu_ratio)
Set the ratio of min(mu(i))/max(mu(i)) >= min_mu_ratio. 
Base class for steps that update penalty parameters based on the Lagrange multipliers lambda_k (or so...
AbstractLinAlgPack::value_type value_type
virtual value_type mult_factor() const =0
virtual value_type small_mu() const =0
virtual value_type kkt_near_sol() const =0