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
ConstrainedOptPack::DecompositionSystemTesterSetOptions Class Reference

Set options for DecompositionSystemTester from an OptionsFromStream object. More...

#include <ConstrainedOptPack_DecompositionSystemTesterSetOptions.hpp>

Inheritance diagram for ConstrainedOptPack::DecompositionSystemTesterSetOptions:
Inheritance graph
[legend]

Public Member Functions

 DecompositionSystemTesterSetOptions (DecompositionSystemTester *target=0, const char opt_grp_name[]="DecompositionSystemTester")
 
- 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< DecompositionSystemTester >
 SetOptionsToTargetBase (DecompositionSystemTester *target=0)
 
void set_target (DecompositionSystemTester *target)
 
DecompositionSystemTester * get_target ()
 
const DecompositionSystemTester * get_target () const
 
DecompositionSystemTester & target ()
 
const DecompositionSystemTester & target () const
 

Protected Member Functions

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

Detailed Description

Set options for DecompositionSystemTester from an OptionsFromStream object.

The default options group name is DecompositionSystemTester.

The options group is:

  options_group DecompositionSystemTester {
      print_tests = PRINT_NONE;
  *    print_tests = PRINT_BASIC;
  *    print_tests = PRINT_MORE;
  *    print_tests = PRINT_ALL;
  *    dump_all = true;
      dump_all = false;
      throw_exception = true;
  *    throw_exception = false;
      num_random_tests = 1;
      mult_warning_tol = 1e-14;
      mult_error_tol   = 1e-10;
      solve_warning_tol = 1e-14;
      solve_error_tol   = 1e-10;
  }

Definition at line 77 of file ConstrainedOptPack_DecompositionSystemTesterSetOptions.hpp.

Constructor & Destructor Documentation

ConstrainedOptPack::DecompositionSystemTesterSetOptions::DecompositionSystemTesterSetOptions ( DecompositionSystemTester target = 0,
const char  opt_grp_name[] = "DecompositionSystemTester" 
)

Member Function Documentation

void ConstrainedOptPack::DecompositionSystemTesterSetOptions::setOption ( int  option_num,
const std::string &  option_value 
)
protectedvirtual

Overridden from SetOptionsFromStreamNode.

Implements OptionsFromStreamPack::SetOptionsFromStreamNode.

Definition at line 89 of file ConstrainedOptPack_DecompositionSystemTesterSetOptions.cpp.


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