Generated on Sun Mar 31 2024 01:04:42 for Gecode by doxygen 1.9.8
int.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  Gecode
 Gecode toplevel namespace
 
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

◆ GECODE_INT_RL2PD

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

Definition at line 45 of file int.hpp.

◆ GECODE_INT_PD2RL

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

Definition at line 46 of file int.hpp.