42 #ifndef NLP_TESTER_SET_OPTIONS_H
43 #define NLP_TESTER_SET_OPTIONS_H
45 #include "NLPInterfacePack_NLPTester.hpp"
46 #include "OptionsFromStreamPack_SetOptionsFromStreamNode.hpp"
47 #include "OptionsFromStreamPack_SetOptionsToTargetBase.hpp"
49 namespace NLPInterfacePack {
75 ,
const char opt_grp_name[] =
"NLPTester" );
80 void setOption(
int option_num,
const std::string& option_value );
86 #endif // NLP_TESTER_SET_OPTIONS_H
NLPTesterSetOptions(NLPTester *target=0, const char opt_grp_name[]="NLPTester")
Set options for NLPTester from an OptionsFromStream object.
Testing class for base NLP interface.
void setOption(int option_num, const std::string &option_value)
Overridden from SetOptionsFromStreamNode.