> Tutorials > Concert Technology Tutorial for C++ Users > The Design of CPLEX in Concert Technology |
The Design of CPLEX in Concert Technology |
INDEX
![]() |
A clear understanding of C++ objects is fundamental to using ILOG Concert Technology with ILOG CPLEX to build and solve optimization models. These objects can be divided into two categories:
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.
Thus, the modeling and optimization parts of a user-written application program are represented by a group of interacting C++ objects created and controlled within the application. Figure 3.1 shows a picture of an application using ILOG CPLEX with ILOG Concert Technology to solve optimization problems.
Figure 3.1 A View of ILOG CPLEX with ILOG Concert Technology
The ILOG CPLEX database includes the computing environment, its communication channels, and your problem objects.
This chapter gives a brief tutorial illustrating the modeling and solution classes provided by ILOG Concert Technology and ILOG CPLEX. More information about the algorithm class IloCplex
and its nested classes can be found in the ILOG CPLEX User's Manual and ILOG CPLEX Reference Manual.
Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |