Skip to main content
FRAMES NO FRAMES

Variable IlcIntMax

Definition file: ilcp/cpext.h

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.