Skip to main content
FRAMES NO FRAMES

Typedef IlcFloat

Definition file: ilcp/cp.h
Include file: <ilcp/cpext.h>

IloNum IlcFloat

Type for floating-point values.

This type represents floating-point numbers handled by CP Optimizer floating-point variables. This type corresponds to the type double. By using this type, you can be sure that the CP Optimizer components of your application will port without any source change in this respect across different hardware platforms.

IEEE 754 is a standard proposed by the Institute of Electrical and Electronics Engineers, Inc. for computing floating-point arithmetic. The implementation of floating-point numbers in CP Optimizer conforms to this standard.

See Also: