MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
MoochoPack::LineSearchWatchDog_StepSetOptions Class Reference

Set options for LineSearchWatchDog_Step from a OptionsFromStream object. More...

#include <MoochoPack_LineSearchWatchDog_StepSetOptions.hpp>

Inheritance diagram for MoochoPack::LineSearchWatchDog_StepSetOptions:
Inheritance graph
[legend]

Public Member Functions

 LineSearchWatchDog_StepSetOptions (LineSearchWatchDog_Step *target=0)
 
- 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< LineSearchWatchDog_Step >
 SetOptionsToTargetBase (LineSearchWatchDog_Step *target=0)
 
void set_target (LineSearchWatchDog_Step *target)
 
LineSearchWatchDog_Step * get_target ()
 
const LineSearchWatchDog_Step * get_target () const
 
LineSearchWatchDog_Step & target ()
 
const LineSearchWatchDog_Step & target () const
 

Protected Member Functions

void setOption (int option_num, const std::string &option_value)
 Overridden from SetOptionsFromStreamNode. More...
 

Detailed Description

Set options for LineSearchWatchDog_Step from a OptionsFromStream object.

The options group is:

{verbatim} options_group LineSearchWatchDog { opt_kkt_err_threshold = 1e-3; *** (+dbl) feas_kkt_err_threshold = 1e-3; *** (+dbl) } {verbatim}

{description} [opt_kkt_err_threshold] ToDo : Finish. Example: opt_kkt_err_threshold = 1e-1; [feas_kkt_err_threshold] ToDo : Finish. Example: feas_kkt_err_threshold = 1e-2; {description}

Definition at line 70 of file MoochoPack_LineSearchWatchDog_StepSetOptions.hpp.

Constructor & Destructor Documentation

MoochoPack::LineSearchWatchDog_StepSetOptions::LineSearchWatchDog_StepSetOptions ( LineSearchWatchDog_Step target = 0)

Member Function Documentation

void MoochoPack::LineSearchWatchDog_StepSetOptions::setOption ( int  option_num,
const std::string &  option_value 
)
protectedvirtual

Overridden from SetOptionsFromStreamNode.

Implements OptionsFromStreamPack::SetOptionsFromStreamNode.


The documentation for this class was generated from the following file: