Skip to main content
FRAMES NO FRAMES

Variable IlcBool

Definition file: ilcp/cp.h
Include file: <ilcp/cpext.h>
Type for Boolean values.

This type represents Boolean values in CP Optimizer; those values are IlcTrue and IlcFalse. Booleans are, in fact, integers of the type IlcInt: IlcFalse is 0 (zero), and IlcTrue is 1 (one). This type anticipates the built-in bool type proposed for standard C++. 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.

See Also: