Go to the documentation of this file.
19 static const int MAX_VALUE = 250000000;
119 return value*
delta(P);
125 template <
class Eval>
128 const int infty = Eval::infty();
129 return ((value % 2) == 0)
135 return (value % 2) == 0
140 using eval::EvalTraits;