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::NLPFirstDerivTesterSetOptions Class Reference

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

#include <NLPInterfacePack_NLPFirstDerivTesterSetOptions.hpp>

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

Public Member Functions

 NLPFirstDerivTesterSetOptions (NLPFirstDerivTester *target=0, const char opt_grp_name[]="NLPFirstDerivTester")
 

Protected Member Functions

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

Detailed Description

Set options for NLPFirstDerivTester from an OptionsFromStream object.

The default options group name is NLPFirstDerivTester.

The options group is:

options_group NLPFirstDerivTester {
*    fd_testing_method = FD_COMPUTE_ALL;
    fd_testing_method = FD_DIRECTIONAL;
    num_fd_directions = 3;  *** [fd_testing_method == DIRECTIONAL]
    warning_tol   = 1e-14;
    error_tol     = 1e-8;
}

Definition at line 68 of file NLPInterfacePack_NLPFirstDerivTesterSetOptions.hpp.

Constructor & Destructor Documentation

NLPInterfacePack::NLPFirstDerivTesterSetOptions::NLPFirstDerivTesterSetOptions ( NLPFirstDerivTester target = 0,
const char  opt_grp_name[] = "NLPFirstDerivTester" 
)

Member Function Documentation

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

Overridden from SetOptionsFromStreamNode.

Implements OptionsFromStreamPack::SetOptionsFromStreamNode.

Definition at line 79 of file NLPInterfacePack_NLPFirstDerivTesterSetOptions.cpp.


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