42 #ifndef DECOMPOSITION_SYSTEM_TESTER_SET_OPTIONS_H
43 #define DECOMPOSITION_SYSTEM_TESTER_SET_OPTIONS_H
45 #include "ConstrainedOptPack_DecompositionSystemTester.hpp"
46 #include "OptionsFromStreamPack_SetOptionsFromStreamNode.hpp"
47 #include "OptionsFromStreamPack_SetOptionsToTargetBase.hpp"
49 namespace ConstrainedOptPack {
80 DecompositionSystemTester >
87 ,
const char opt_grp_name[] =
"DecompositionSystemTester" );
92 void setOption(
int option_num,
const std::string& option_value );
98 #endif // DECOMPOSITION_SYSTEM_TESTER_SET_OPTIONS_H
Set options for DecompositionSystemTester from an OptionsFromStream object.
DecompositionSystemTesterSetOptions(DecompositionSystemTester *target=0, const char opt_grp_name[]="DecompositionSystemTester")
Testing class for DecompositionSystem interface.
void setOption(int option_num, const std::string &option_value)
Overridden from SetOptionsFromStreamNode.