FRAMES NO FRAMES

Typedef IlcBool

Definition file: ilsolver/ilcerr.h
Include file: <ilsolver/ilosolver.h>

IloBool IlcBool

This type represents Boolean values in Solver; 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 Solver components of your application will port without any source change in this respect across different hardware platforms.

See Also: