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

(Revision: 13455)

Go to the source code of this file.

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Int
 Finite domain integers.
 

Functions

template<class View >
RelTest Gecode::Int::rtest_eq_bnd (View x, View y)
 Test whether views x and y are equal (use bounds information) More...
 
template<class View >
RelTest Gecode::Int::rtest_eq_dom_check (View x, View y)
 
template<class View >
RelTest Gecode::Int::rtest_eq_dom (View x, View y)
 Test whether views x and y are equal (use full domain information) More...
 
template<class View >
RelTest Gecode::Int::rtest_eq_bnd (View x, int n)
 Test whether view x and integer n are equal (use bounds information) More...
 
template<class View >
RelTest Gecode::Int::rtest_eq_dom_check (View x, int n)
 
template<class View >
RelTest Gecode::Int::rtest_eq_dom (View x, int n)
 Test whether view x and integer n are equal (use full domain information) More...
 
template<class View >
RelTest Gecode::Int::rtest_nq_bnd (View x, View y)
 Test whether views x and y are different (use bounds information) More...
 
template<class View >
RelTest Gecode::Int::rtest_nq_dom_check (View x, View y)
 
template<class View >
RelTest Gecode::Int::rtest_nq_dom (View x, View y)
 Test whether views x and y are different (use full domain information) More...
 
template<class View >
RelTest Gecode::Int::rtest_nq_bnd (View x, int n)
 Test whether view x and integer n are different (use bounds information) More...
 
template<class View >
RelTest Gecode::Int::rtest_nq_dom_check (View x, int n)
 
template<class View >
RelTest Gecode::Int::rtest_nq_dom (View x, int n)
 Test whether view x and integer n are different (use full domain information) More...
 
template<class View >
RelTest Gecode::Int::rtest_lq (View x, int n)
 Test whether view x is less or equal than integer n. More...
 
template<class View >
RelTest Gecode::Int::rtest_lq (View x, View y)
 Test whether view x is less or equal than view y. More...
 
template<class View >
RelTest Gecode::Int::rtest_le (View x, int n)
 Test whether view x is less than integer n. More...
 
template<class View >
RelTest Gecode::Int::rtest_le (View x, View y)
 Test whether view x is less than view y. More...
 
template<class View >
RelTest Gecode::Int::rtest_gq (View x, int n)
 Test whether view x is greater or equal than integer n. More...
 
template<class View >
RelTest Gecode::Int::rtest_gq (View x, View y)
 Test whether view x is greater or equal than view y. More...
 
template<class View >
RelTest Gecode::Int::rtest_gr (View x, int n)
 Test whether view x is greater than integer n. More...
 
template<class View >
RelTest Gecode::Int::rtest_gr (View x, View y)
 Test whether view x is greater than view y. More...