Generated on Thu Apr 11 13:59:28 2019 for Gecode by doxygen 1.6.3

int.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  Gecode
 

Gecode toplevel namespace


namespace  Gecode::Int
 

Finite domain integers.


Defines

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

Define Documentation

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

Definition at line 45 of file int.hpp.

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

Definition at line 46 of file int.hpp.