Concert Technology for Java Users


This chapter is an introduction to using ILOG CPLEX through Concert Technology in the Java programming language. It gives you an overview of a typical application program, and describes procedures for:

ILOG Concert Technology allows your application to call CPLEX directly, through the JNI (Java Native Interface). This Java interface supplies a rich functionality allowing you to use Java objects to build your optimization model.

The IloCplex class implements the Concert Technology interface for creating variables and constraints. It also provides functionality for solving Mathematical Programing (MP) problems and accessing solution information.


Previous Page: Modifying an Optimization Problem: Example ilolpex3.cpp  Return to Top Next Page: Compiling CPLEX Applications in Concert Technology