Checks if a variable is greater or equal than a fixed bound. More...
#include <ir_components.hpp>
Public Member Functions | |
cond_bigger_equal_than (double b, double epsilon=utils::compare< double >::default_epsilon()) | |
constructor takes epsilon used in double comparison. | |
bool | operator() (double x) |
Checks if a variable is greater or equal than a fixed bound. | |
Checks if a variable is greater or equal than a fixed bound.
Definition at line 163 of file ir_components.hpp.