MOOCHO (Single Doxygen Collection)
Version of the Day
|
Set options for NLPSolverClientInterface from an OptionsFromStream
object.
More...
#include <MoochoPack_NLPSolverClientInterfaceSetOptions.hpp>
Public Member Functions | |
NLPSolverClientInterfaceSetOptions (NLPSolverClientInterface *target=0, const char opt_grp_name[]="NLPSolverClientInterface") | |
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< NLPSolverClientInterface > | |
SetOptionsToTargetBase (NLPSolverClientInterface *target=0) | |
void | set_target (NLPSolverClientInterface *target) |
NLPSolverClientInterface * | get_target () |
const NLPSolverClientInterface * | get_target () const |
NLPSolverClientInterface & | target () |
const NLPSolverClientInterface & | target () const |
Protected Member Functions | |
void | setOption (int option_num, const std::string &option_value) |
Overridden from SetOptionsFromStreamNode. More... | |
Set options for NLPSolverClientInterface from an 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 74 of file MoochoPack_NLPSolverClientInterfaceSetOptions.hpp.
MoochoPack::NLPSolverClientInterfaceSetOptions::NLPSolverClientInterfaceSetOptions | ( | NLPSolverClientInterface * | target = 0 , |
const char | opt_grp_name[] = "NLPSolverClientInterface" |
||
) |
Definition at line 89 of file MoochoPack_NLPSolverClientInterfaceSetOptions.cpp.
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 98 of file MoochoPack_NLPSolverClientInterfaceSetOptions.cpp.