ConstrainedOptPack: C++ Tools for Constrained (and Unconstrained) Optimization  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends 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")
 

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: