MOOCHO (Single Doxygen Collection)
Version of the Day
|
Set options for TangentialStepWithInequStd_Step from an OptionsFromStream object. More...
#include <MoochoPack_TangentialStepWithInequStd_StepSetOptions.hpp>
Public Member Functions | |
TangentialStepWithInequStd_StepSetOptions (TangentialStepWithInequStd_Step *target=NULL, const char opt_grp_name[]="TangentialStepWithInequStd") | |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsFromStreamNode | |
SetOptionsFromStreamNode (const std::string &options_group, int num_options, const char *option_names[], bool exists_optional=true) | |
Constructs with the name of the options group and the names of the options. More... | |
void | set_options (const OptionsFromStream &options) |
Overridden from SetOptionsFromStream and calls setOption(...). More... | |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsFromStream | |
virtual | ~SetOptionsFromStream () |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsToTargetBase< TangentialStepWithInequStd_Step > | |
SetOptionsToTargetBase (TangentialStepWithInequStd_Step *target=0) | |
void | set_target (TangentialStepWithInequStd_Step *target) |
TangentialStepWithInequStd_Step * | get_target () |
const TangentialStepWithInequStd_Step * | get_target () const |
TangentialStepWithInequStd_Step & | target () |
const TangentialStepWithInequStd_Step & | target () const |
Protected Member Functions | |
void | setOption (int option_num, const std::string &option_value) |
Overridden from SetOptionsFromStreamNode. More... | |
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.
MoochoPack::TangentialStepWithInequStd_StepSetOptions::TangentialStepWithInequStd_StepSetOptions | ( | TangentialStepWithInequStd_Step * | target = NULL , |
const char | opt_grp_name[] = "TangentialStepWithInequStd" |
||
) |
Definition at line 72 of file MoochoPack_TangentialStepWithInequStd_StepSetOptions.cpp.
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 82 of file MoochoPack_TangentialStepWithInequStd_StepSetOptions.cpp.