The Design of the ILOG CPLEX Concert Technology Library

Figure 1.1, A View of Concert Technology for C++ Users shows a program using the ILOG CPLEX Concert Technology Library to solve optimization problems. The optimization part of the user's application program is captured in a set of interacting C++ or objects that the application creates and controls. These objects can be divided into two categories:

  1. Modeling objects are used to define the optimization problem. Generally an application creates several modeling objects to specify the optimization problems. Those objects are grouped into an IloModel object representing the complete optimization problem.
  2. IloCplex objects are used to solve models created with the modeling objects. An IloCplex object reads a model and extracts its data to the appropriate representation for the ILOG CPLEX optimizer. Then the IloCplex object is ready to solve the model it extracted and be queried for solution information.

Figure 1.1 A View of Concert Technology for C++ Users


Previous Page: ILOG Concert Technology for C++ Users Return to Top Next Page: Licenses