Generated on Tue Feb 11 2025 17:33:26 for Gecode by doxygen 1.12.0
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)
 
#define GECODE_INT_PD2RL(p)
 

Macro Definition Documentation

◆ GECODE_INT_RL2PD

#define GECODE_INT_RL2PD ( r)
Value:
reinterpret_cast<ptrdiff_t>(r)
NNF * r
Right subtree.

Definition at line 45 of file int.hpp.

◆ GECODE_INT_PD2RL

#define GECODE_INT_PD2RL ( p)
Value:
reinterpret_cast<RangeList*>(p)
int p
Number of positive literals for node type.

Definition at line 46 of file int.hpp.