Generated on Thu Jan 16 2025 00:00:00 for Gecode by doxygen 1.14.0
rel-test.hpp File Reference

Go to the source code of this file.

Namespaces

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

Functions

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