Generated on Sat Feb 7 2015 02:01:34 for Gecode by doxygen 1.8.9.1
int.hpp File Reference

(Revision: 13292)

Go to the source code of this file.

Namespaces

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

Macros

#define GECODE_INT_RL2PD(r)   reinterpret_cast<ptrdiff_t>(r)
 
#define GECODE_INT_PD2RL(p)   reinterpret_cast<RangeList*>(p)
 

Macro Definition Documentation

#define GECODE_INT_RL2PD (   r)    reinterpret_cast<ptrdiff_t>(r)

Definition at line 49 of file int.hpp.

#define GECODE_INT_PD2RL (   p)    reinterpret_cast<RangeList*>(p)

Definition at line 50 of file int.hpp.