42 #ifndef VARIABLE_BOUNDS_TESTER_H
43 #define VARIABLE_BOUNDS_TESTER_H
45 #include "ConstrainedOptPack_Types.hpp"
48 namespace ConstrainedOptPack {
73 value_type warning_tol = 1e-10
74 , value_type error_tol = 1e-5
99 std::ostream* out,
bool print_all_warnings,
bool print_vectors
100 ,
const Vector& xL,
const char xL_name[]
101 ,
const Vector& xU,
const char xU_name[]
102 ,
const Vector& x,
const char x_name[]
109 #endif // VARIABLE_BOUNDS_TESTER_H
VariableBoundsTester(value_type warning_tol=1e-10, value_type error_tol=1e-5)
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, warning_tol)
Tests that a set of variables are within their bounds.
virtual bool check_in_bounds(std::ostream *out, bool print_all_warnings, bool print_vectors, const Vector &xL, const char xL_name[], const Vector &xU, const char xU_name[], const Vector &x, const char x_name[])
Check that the variables are within bounds.
virtual ~VariableBoundsTester()