OptionsFromStream object.
More...
#include <MoochoPack_NLPSolverClientInterfaceSetOptions.hpp>
Inheritance diagram for MoochoPack::NLPSolverClientInterfaceSetOptions:
Public Member Functions | |
| NLPSolverClientInterfaceSetOptions (NLPSolverClientInterface *target=0, const char opt_grp_name[]="NLPSolverClientInterface") | |
| | |
Protected Member Functions | |
| void | setOption (int option_num, const std::string &option_value) |
| Overridden from SetOptionsFromStreamNode. | |
OptionsFromStream object.
The default options group name is NLPSolverClientInterface.
The options group is:
options_group NLPSolverClientInterface {
max_iter = ?;
max_run_time = ?; *** In minutes
opt_tol = ?;
feas_tol = ?;
step_tol = ?;
journal_output_level = ?;
journal_print_digits = ?;
check_results = ?;
calc_conditioning = ?
}
See the class NLPSolverClientInterface for a description of these parameters.
Definition at line 61 of file MoochoPack_NLPSolverClientInterfaceSetOptions.hpp.
|
||||||||||||
|
Definition at line 76 of file MoochoPack_NLPSolverClientInterfaceSetOptions.cpp. |
|
||||||||||||
|
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode. Definition at line 85 of file MoochoPack_NLPSolverClientInterfaceSetOptions.cpp. |
1.3.9.1