| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
Largest possible value usable in variables and constraints.
On 64-bit platforms, the largest positive integer which can be represented as a 64-bit floating point number according to IEEE 754, or the constant 2^53-1. On 32-bit platforms, the constant 2^31-1.
This upper limit should be respected when specifying domain
values for the IlcIntVar class.