Skip to main content
FRAMES NO FRAMES

Variable IlcIntMin

Definition file: ilcp/cpext.h

Smallest possible value usable in variables and constraints.

On 64-bit platforms, the negative integer of largest magnitude 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 lower limit should be respected when specifying domain values for the IlcIntVar class.