|
ConstrainedOptPack: C++ Tools for Constrained (and Unconstrained) Optimization
Version of the Day
|
Set options for DecompositionSystemTester from an OptionsFromStream object. More...
#include <ConstrainedOptPack_DecompositionSystemTesterSetOptions.hpp>

Public Member Functions | |
| DecompositionSystemTesterSetOptions (DecompositionSystemTester *target=0, const char opt_grp_name[]="DecompositionSystemTester") | |
| | |
Protected Member Functions | |
| void | setOption (int option_num, const std::string &option_value) |
| Overridden from SetOptionsFromStreamNode. | |
Set options for DecompositionSystemTester from an OptionsFromStream object.
The default options group name is DecompositionSystemTester.
The options group is:
options_group DecompositionSystemTester {
print_tests = PRINT_NONE;
* print_tests = PRINT_BASIC;
* print_tests = PRINT_MORE;
* print_tests = PRINT_ALL;
* dump_all = true;
dump_all = false;
throw_exception = true;
* throw_exception = false;
num_random_tests = 1;
mult_warning_tol = 1e-14;
mult_error_tol = 1e-10;
solve_warning_tol = 1e-14;
solve_error_tol = 1e-10;
}
Definition at line 77 of file ConstrainedOptPack_DecompositionSystemTesterSetOptions.hpp.
| ConstrainedOptPack::DecompositionSystemTesterSetOptions::DecompositionSystemTesterSetOptions | ( | DecompositionSystemTester * | target = 0, |
| const char | opt_grp_name[] = "DecompositionSystemTester" |
||
| ) |
Definition at line 80 of file ConstrainedOptPack_DecompositionSystemTesterSetOptions.cpp.
| void ConstrainedOptPack::DecompositionSystemTesterSetOptions::setOption | ( | int | option_num, |
| const std::string & | option_value | ||
| ) | [protected, virtual] |
Overridden from SetOptionsFromStreamNode.
Implements SetOptionsFromStreamNode.
Definition at line 89 of file ConstrainedOptPack_DecompositionSystemTesterSetOptions.cpp.
1.7.6.1