Overview
Highlights the C++ classes for models in CPLEX.
A Concert Technology model consists of a set of C++ objects.
Each variable, each constraint, each special ordered set (SOS), and
the objective function in a model are all represented by objects of
the appropriate Concert Technology class. These objects are known
as modeling objects. They are summarized in the table Table 1.