Generated on Wed Nov 1 15:04:49 2006 for Gecode by doxygen 1.4.5

rel.icc File Reference

(Revision: 3572)

#include "gecode/int/rel.hh"

Go to the source code of this file.

Namespaces

namespace  Gecode
namespace  Gecode::Int
namespace  Gecode::Int::Count
template<class VX>
RelTest Gecode::Int::Count::holds (VX x, ConstIntView y)
 Test whether x and y are equal.
template<class VX>
RelTest Gecode::Int::Count::holds (VX x, VX y)
 Test whether x and y are equal.
template<class VX>
ExecStatus Gecode::Int::Count::post_true (Space *home, ViewArray< VX > &x, ConstIntView y)
 Post that all views in x are equal to y.
template<class VX>
ExecStatus Gecode::Int::Count::post_false (Space *home, ViewArray< VX > &x, ConstIntView y)
 Post that all views in x are not equal to y.
template<class VX>
ExecStatus Gecode::Int::Count::post_true (Space *home, ViewArray< VX > &x, VX y)
 Post that all views in x are equal to y.
template<class VX>
ExecStatus Gecode::Int::Count::post_false (Space *home, ViewArray< VX > &x, VX y)
 Post that all views in x are not equal to y.

Functions

template<class VX>
ExecStatus Gecode::Int::Count::post_true (Space *home, VX x, ConstIntView y)
template<class VX>
ExecStatus Gecode::Int::Count::post_false (Space *home, VX x, ConstIntView y)
template<class VX>
ExecStatus Gecode::Int::Count::post_true (Space *home, VX x, VX y)
template<class VX>
ExecStatus Gecode::Int::Count::post_false (Space *home, VX x, VX y)