Generated on Mon Aug 25 11:35:46 2008 for Gecode by doxygen 1.5.6

Testing relations between integer views
[Programming integer actors]


Enumerations

enum  Gecode::Int::RelTest { Gecode::Int::RT_FALSE = 0, Gecode::Int::RT_MAYBE = 1, Gecode::Int::RT_TRUE = 2 }
 Result of testing relation. More...

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).
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).
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).
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).
template<class View>
RelTest Gecode::Int::rtest_nq_bnd (View x, View y)
 Test whether views x and y are different (use bounds information).
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).
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).
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).
template<class View>
RelTest Gecode::Int::rtest_lq (View x, View y)
 Test whether view x is less or equal than view y.
template<class View>
RelTest Gecode::Int::rtest_lq (View x, int n)
 Test whether view x is less or equal than integer n.
template<class View>
RelTest Gecode::Int::rtest_le (View x, View y)
 Test whether view x is less than view y.
template<class View>
RelTest Gecode::Int::rtest_le (View x, int n)
 Test whether view x is less than integer n.
template<class View>
RelTest Gecode::Int::rtest_gq (View x, View y)
 Test whether view x is greater or equal than view y.
template<class View>
RelTest Gecode::Int::rtest_gq (View x, int n)
 Test whether view x is greater or equal than integer n.
template<class View>
RelTest Gecode::Int::rtest_gr (View x, View y)
 Test whether view x is greater than view y.
template<class View>
RelTest Gecode::Int::rtest_gr (View x, int n)
 Test whether view x is greater than integer n.


Enumeration Type Documentation

Result of testing relation.

Enumerator:
RT_FALSE  Relation does not hold.
RT_MAYBE  Relation may hold or not.
RT_TRUE  Relation does hold.

Definition at line 1867 of file view.icc.


Function Documentation

template<class View>
RelTest Gecode::Int::rtest_eq_bnd ( View  x,
View  y 
) [inline]

Test whether views x and y are equal (use bounds information).

Definition at line 47 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_eq_dom ( View  x,
View  y 
) [inline]

Test whether views x and y are equal (use full domain information).

Definition at line 68 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_eq_bnd ( View  x,
int  n 
) [inline]

Test whether view x and integer n are equal (use bounds information).

Definition at line 77 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_eq_dom ( View  x,
int  n 
) [inline]

Test whether view x and integer n are equal (use full domain information).

Definition at line 92 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_nq_bnd ( View  x,
View  y 
) [inline]

Test whether views x and y are different (use bounds information).

Definition at line 107 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_nq_dom ( View  x,
View  y 
) [inline]

Test whether views x and y are different (use full domain information).

Definition at line 128 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_nq_bnd ( View  x,
int  n 
) [inline]

Test whether view x and integer n are different (use bounds information).

Definition at line 137 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_nq_dom ( View  x,
int  n 
) [inline]

Test whether view x and integer n are different (use full domain information).

Definition at line 152 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_lq ( View  x,
View  y 
) [inline]

Test whether view x is less or equal than view y.

Definition at line 174 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_lq ( View  x,
int  n 
) [inline]

Test whether view x is less or equal than integer n.

Definition at line 166 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_le ( View  x,
View  y 
) [inline]

Test whether view x is less than view y.

Definition at line 190 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_le ( View  x,
int  n 
) [inline]

Test whether view x is less than integer n.

Definition at line 182 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_gq ( View  x,
View  y 
) [inline]

Test whether view x is greater or equal than view y.

Definition at line 206 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_gq ( View  x,
int  n 
) [inline]

Test whether view x is greater or equal than integer n.

Definition at line 198 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_gr ( View  x,
View  y 
) [inline]

Test whether view x is greater than view y.

Definition at line 222 of file rtest.icc.

template<class View>
RelTest Gecode::Int::rtest_gr ( View  x,
int  n 
) [inline]

Test whether view x is greater than integer n.

Definition at line 214 of file rtest.icc.