All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::ir::cond_bigger_equal_than Class Reference

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.
 

Detailed Description

Checks if a variable is greater or equal than a fixed bound.

Definition at line 163 of file ir_components.hpp.


The documentation for this class was generated from the following file: