#include <ConstrainedOptPack_VariableBoundsTesterSetOptions.hpp>
Inheritance diagram for ConstrainedOptPack::VariableBoundsTesterSetOptions:
Public Member Functions | |
| VariableBoundsTesterSetOptions (VariableBoundsTester *target=0, const char opt_grp_name[]="VariableBoundsTester") | |
| | |
Protected Member Functions | |
| void | setOption (int option_num, const std::string &option_value) |
| Overridden from SetOptionsFromStreamNode. | |
The default options group name is VariableBoundsTester.
The options group is:
{verbatim} options_group VariableBoundsTester { warning_tol = 1e-10; error_tol = 1e-5; } {verbatim}
Definition at line 52 of file ConstrainedOptPack_VariableBoundsTesterSetOptions.hpp.
|
||||||||||||
|
Definition at line 53 of file ConstrainedOptPack_VariableBoundsTesterSetOptions.cpp. |
|
||||||||||||
|
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode. Definition at line 62 of file ConstrainedOptPack_VariableBoundsTesterSetOptions.cpp. |
1.3.9.1