ConstrainedOptPack: C++ Tools for Constrained (and Unconstrained) Optimization
Version of the Day
|
Set options for VariableBoundsTester from an OptionsFromStream object. More...
#include <ConstrainedOptPack_VariableBoundsTesterSetOptions.hpp>
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. More... | |
Set options for VariableBoundsTester from an OptionsFromStream object.
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 65 of file ConstrainedOptPack_VariableBoundsTesterSetOptions.hpp.
ConstrainedOptPack::VariableBoundsTesterSetOptions::VariableBoundsTesterSetOptions | ( | VariableBoundsTester * | target = 0 , |
const char | opt_grp_name[] = "VariableBoundsTester" |
||
) |
Definition at line 66 of file ConstrainedOptPack_VariableBoundsTesterSetOptions.cpp.
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 75 of file ConstrainedOptPack_VariableBoundsTesterSetOptions.cpp.