> Tutorials > Concert Technology Tutorial for Java Users > The Design of ILOG CPLEX in ILOG Concert Technology |
The Design of ILOG CPLEX in ILOG Concert Technology |
INDEX
![]() |
Figure 4.1 A View of ILOG CPLEX in ILOG Concert Technology
Figure 4.1 illustrates the design of ILOG Concert Technology and how a user program uses it. ILOG Concert Technology defines a set of interfaces for modelling objects. Such interfaces do not actually consume memory (this is the reason the box in the figure has a dotted outline). When a user creates an ILOG Concert Technology modelling object using ILOG CPLEX, an object is created in the ILOG CPLEX database that implements the interface defined by ILOG Concert Technology. However, a user application never accesses such objects directly but only communicates with them through the interfaces defined by ILOG Concert Technology.
The only ILOG Concert Technology objects directly created and accessed by a user are objects from class IloCplex
. This class implements two interfaces, IloModeler
and IloMPModeler
, that allow you to create modelling objects. The class IloCplex
also provides methods to solve models and query solutions.
Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |