#include <MoochoPack_TangentialStepWithInequStd_StepSetOptions.hpp>
Inheritance diagram for MoochoPack::TangentialStepWithInequStd_StepSetOptions:
Public Member Functions | |
| TangentialStepWithInequStd_StepSetOptions (TangentialStepWithInequStd_Step *target=NULL, const char opt_grp_name[]="NullSpaceStepWithInequStd") | |
| | |
Protected Member Functions | |
| void | setOption (int option_num, const std::string &option_value) |
| Overridden from SetOptionsFromStreamNode. | |
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 58 of file MoochoPack_TangentialStepWithInequStd_StepSetOptions.hpp.
|
||||||||||||
|
Definition at line 59 of file MoochoPack_TangentialStepWithInequStd_StepSetOptions.cpp. |
|
||||||||||||
|
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode. Definition at line 69 of file MoochoPack_TangentialStepWithInequStd_StepSetOptions.cpp. |
1.3.9.1