#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[]="TangentialStepWithInequStd") | |
| | |
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.
| MoochoPack::TangentialStepWithInequStd_StepSetOptions::TangentialStepWithInequStd_StepSetOptions | ( | TangentialStepWithInequStd_Step * | target = NULL, |
|
| const char | opt_grp_name[] = "TangentialStepWithInequStd" | |||
| ) |
| void MoochoPack::TangentialStepWithInequStd_StepSetOptions::setOption | ( | int | option_num, | |
| const std::string & | option_value | |||
| ) | [protected, virtual] |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 69 of file MoochoPack_TangentialStepWithInequStd_StepSetOptions.cpp.
1.4.7