ILOG CPLEX 11.0 Getting Started > Tutorials > Callable Library Tutorial > How ILOG CPLEX Works > Populating the Problem Object

The problem object instantiated by CPXcreateprob represents an empty problem that contains no data; it has zero constraints, zero variables, and an empty constraint matrix. This empty problem object must be populated with data. This step can be carried out in several ways.