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 | Protected Member Functions | List of all members
MoochoPack::TangentialStepWithInequStd_StepSetOptions Class Reference

Set options for TangentialStepWithInequStd_Step from an OptionsFromStream object. More...

#include <MoochoPack_TangentialStepWithInequStd_StepSetOptions.hpp>

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

Public Member Functions

 TangentialStepWithInequStd_StepSetOptions (TangentialStepWithInequStd_Step *target=NULL, const char opt_grp_name[]="TangentialStepWithInequStd")
 

Protected Member Functions

void setOption (int option_num, const std::string &option_value)
 Overridden from SetOptionsFromStreamNode. More...
 

Detailed Description

Set options for TangentialStepWithInequStd_Step from an OptionsFromStream object.

The default options group name is IndepDirecWithBoundsStd.

The options group is:

 options_group NullSpaceStepWithInequStd {
 *    warm_start_frac   = 0.8;    *** (+dbl, [0.0,1.0]) Permform warm start when warm_start_frac * 100%
                                  *** of the active set is the same.
     qp_testing   = QP_TEST_DEFAULT;
 *    qp_testing   = QP_TEST;
 *    qp_testing   = QP_NO_TEST;
 *    primal_feasible_point_error = true;
 *    dual_feasible_point_error   = true;
 }

Definition at line 71 of file MoochoPack_TangentialStepWithInequStd_StepSetOptions.hpp.

Constructor & Destructor Documentation

MoochoPack::TangentialStepWithInequStd_StepSetOptions::TangentialStepWithInequStd_StepSetOptions ( TangentialStepWithInequStd_Step target = NULL,
const char  opt_grp_name[] = "TangentialStepWithInequStd" 
)

Member Function Documentation

void MoochoPack::TangentialStepWithInequStd_StepSetOptions::setOption ( int  option_num,
const std::string &  option_value 
)
protectedvirtual

Overridden from SetOptionsFromStreamNode.

Implements OptionsFromStreamPack::SetOptionsFromStreamNode.

Definition at line 82 of file MoochoPack_TangentialStepWithInequStd_StepSetOptions.cpp.


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