NLPInterfacePack: C++ Interfaces and Implementation for Non-Linear Programs  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
NLPInterfacePack::NLPDirectTesterSetOptions Class Reference

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

#include <NLPInterfacePack_NLPDirectTesterSetOptions.hpp>

Inheritance diagram for NLPInterfacePack::NLPDirectTesterSetOptions:
Inheritance graph
[legend]

Public Member Functions

 NLPDirectTesterSetOptions (NLPDirectTester *target=0, const char opt_grp_name[]="NLPDirectTester")
 

Protected Member Functions

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

Detailed Description

Set options for NLPDirectTester from an OptionsFromStream object.

The default options group name is 'NLPDirectTester'.

The options group is:

options_group NLPDirectTester {
*    Gf_testing_method = FD_COMPUTE_ALL;
    Gf_testing_method = FD_DIRECTIONAL;
    Gf_warning_tol    = 1e-6;
    Gf_error_tol      = 1e-1;
*    Gc_testing_method = FD_COMPUTE_ALL;
    Gc_testing_method = FD_DIRECTIONAL;
    Gc_warning_tol    = 1e-6;
    Gc_error_tol      = 1e-1;
  num_fd_directions = 3;  *** [testing_method == FD_DIRECTIONAL]
  dump_all = false;
}

Definition at line 73 of file NLPInterfacePack_NLPDirectTesterSetOptions.hpp.

Constructor & Destructor Documentation

NLPInterfacePack::NLPDirectTesterSetOptions::NLPDirectTesterSetOptions ( NLPDirectTester target = 0,
const char  opt_grp_name[] = "NLPDirectTester" 
)

Member Function Documentation

void NLPInterfacePack::NLPDirectTesterSetOptions::setOption ( int  option_num,
const std::string &  option_value 
)
protectedvirtual

Overridden from SetOptionsFromStreamNode.

Implements OptionsFromStreamPack::SetOptionsFromStreamNode.

Definition at line 87 of file NLPInterfacePack_NLPDirectTesterSetOptions.cpp.


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