42 #ifndef NLP_FIRST_ORDER_DIRECT_TESTER_SET_OPTIONS_H
43 #define NLP_FIRST_ORDER_DIRECT_TESTER_SET_OPTIONS_H
45 #include "NLPInterfacePack_NLPDirectTester.hpp"
46 #include "OptionsFromStreamPack_SetOptionsFromStreamNode.hpp"
47 #include "OptionsFromStreamPack_SetOptionsToTargetBase.hpp"
49 namespace NLPInterfacePack {
83 ,
const char opt_grp_name[] =
"NLPDirectTester" );
88 void setOption(
int option_num,
const std::string& option_value );
94 #endif // NLP_FIRST_ORDER_DIRECT_TESTER_SET_OPTIONS_H
NLPDirectTesterSetOptions(NLPDirectTester *target=0, const char opt_grp_name[]="NLPDirectTester")
Set options for NLPDirectTester from an OptionsFromStream object.
Concrete class that tests the computed values of the NLPDirect interface using finite differences...
void setOption(int option_num, const std::string &option_value)
Overridden from SetOptionsFromStreamNode.