(Revision: 13285)
Go to the source code of this file.
◆ GECODE_ROUND_OP
#define GECODE_ROUND_OP |
( |
|
name | ) |
|
Value: return Base::name##_down(x,y); \
} \
forceinline FloatNum \
return Base::name##_up(x,y); \
}
Node * x
Pointer to corresponding Boolean expression node.
double FloatNum
Floating point number base type.
Definition at line 50 of file rounding.hpp.
◆ GECODE_ROUND_FUN
#define GECODE_ROUND_FUN |
( |
|
name | ) |
|
Value: return Base::name##_down(x); \
} \
forceinline FloatNum \
return Base::name##_up(x); \
}
Node * x
Pointer to corresponding Boolean expression node.
double FloatNum
Floating point number base type.
Definition at line 67 of file rounding.hpp.