Populating the problem object

Your Callable Library application populates the problem object with data.

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.