Generated on Sat Feb 7 2015 02:01:33 for Gecode by doxygen 1.8.9.1
rel-test.hpp File Reference

(Revision: 13235)

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Float
 Floating point numbers.
 

Functions

template<class View >
RelTest Gecode::Float::rtest_eq (View x, View y)
 Test whether views x and y are equal. More...
 
template<class View >
RelTest Gecode::Float::rtest_eq (View x, FloatVal n)
 Test whether view x and Float n are equal. More...
 
template<class View >
RelTest Gecode::Float::rtest_lq (View x, View y)
 Test whether view x is less or equal than view y. More...
 
template<class View >
RelTest Gecode::Float::rtest_lq (View x, FloatVal n)
 Test whether view x is less or equal than float n. More...
 
template<class View >
RelTest Gecode::Float::rtest_le (View x, View y)
 Test whether view x is less than view y. More...
 
template<class View >
RelTest Gecode::Float::rtest_le (View x, FloatVal n)
 Test whether view x is less or equal than float n. More...