| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
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: