IBM® ILOG® CPLEX® Optimization Studio provides the fastest way to build efficient optimization models and state-of-the-art applications for the full range of planning and scheduling problems. With its integrated development environment, descriptive modeling language and built-in tools, and state-of-the-art solvers for both mathematical programming and constraint programming problems, it supports the entire model development and solution process.
CPLEX Optimization Studio comprises several components. Not all components are available on all platforms.
Consult the Detailed System Requirements page described below for details.
Each component is located in a subfolder (subdirectory on UNIX/Linux) of the installation location.
The APIs and connectors for each component are in the component subfolder (subdirectory),
for example the MATLAB, Excel, and AMPL connectors for CPLEX are located in the cplex
folder (directory).
opl
: the OPL modeling environment and integrated development environment (IDE)cplex
: the CPLEX Optimizers including simplex, barrier, and mixed integer optimizerscpoptimizer
: the CP Optimizer, using constraint programming technologyconcert
: the C++ modeling layer for use with the optimizersOther directories:
doc
: HTML version of the documentation, and tutorials in PDFjre
: Java runtime environment used during the install and uninstall processes (on platforms where the OPL IDE is not provided)license
: license agreement documentsproperties
: inventory informationUninstall
: information needed to uninstall the productCONTENTS
Please refer to the release notes for a complete description of improvements and new features. To access the release notes and other documentation:
[install_dir]/doc/html/en-US/documentation.html
oplide -nosplash -displayHelp opl
oplide -nosplash -displayHelp cplex
oplide -nosplash -displayHelp cpo
oplide -nosplash -shutdownHelp
The documentation updates for 12.6.3 are also available online in the
IBM ILOG CPLEX Optimization Studio V12.6.3 Knowledge Center.
The Knowledge Center contains PDF versions of some of the manuals.
For support, tips, and product news, see Support home.
Participate in technical discussions in the ILOG Optimization forum on developerWorks. Join the ILOG Optimization community here.
For system requirements and platform information, see Detailed System Requirements for IBM ILOG CPLEX Optimization Studio.
The versions of IBM ILOG CPLEX Optimization Studio tuned for Power 7 architecture
reside in the subdirectories named power7-32_aix
and power7-64_aix
in the component directories. The libraries and executable files in these subdirectories operate only
on the Power 7 and Power 8 platforms. C and C++ applications built with these libraries must use the
IBM XL C/C++ for AIX, Version 11.1 or later, compilers.
On Windows, the default installation location of IBM ILOG CPLEX Optimization Studio is:
C:\Program Files\IBM\ILOG\CPLEX_Studio1263
The installation location of the Community Edition is:
C:\Program Files\IBM\ILOG\CPLEX_Studio_Community1263
For a Windows 32-bit installation on a Windows 64-bit platform, the default installation location is:
C:\Program Files (x86)\IBM\ILOG\CPLEX_Studio1263
The installation location of the Community Edition is:
C:\Program Files (x86)\IBM\ILOG\CPLEX_Studio_Community1263
During installation you may have selected a different location ([install_dir]
).
You can launch the IDE using a Start Menu entry:
Start > All Programs > IBM ILOG > CPLEX Optimization Studio 12.6.3 > CPLEX Studio IDE for a Windows 32-bit installation. or Start > All Programs > IBM ILOG > CPLEX Optimization Studio (64 bit) 12.6.3 > CPLEX Studio IDE for a Windows 64-bit installation.
For the Community edition:Start > All Programs > IBM ILOG > ILOG CPLEX Optimization Studio Community Edition 12.6.3 > CPLEX Studio IDE for a Windows 32-bit installation. or Start > All Programs > IBM ILOG > ILOG CPLEX Optimization Studio Community Edition (64 bit) 12.6.3 > CPLEX Studio IDE for a Windows 64-bit installation.
For more information on the CPLEX feature on Windows platforms, see [install_dir]\cplex\readmeWindows.html
.
For more information on the CP Optimizer feature on Windows platforms, see [install_dir]\cpoptimizer\readmeWindows.html
.
The UNIX/Linux installer is an executable file and, to launch an installation,
the file should have execute permission and should be executed from the command line.
For example, issue the command ./<installername>.bin
, where <installername>
is the name of the installer.
You can give a file execute permission with the command chmod u+x <installername>.bin
.
On UNIX, the default installation location of IBM ILOG CPLEX Optimization Studio is:
/opt/IBM/ILOG/CPLEX_Studio[edition]1263
On Linux, the default installation location of IBM ILOG CPLEX Optimization Studio is:
/opt/ibm/ILOG/CPLEX_Studio[edition]1263
where [edition]
can be:
* Community
, for the Community Edition
* empty, for the standard commercial edition
During installation you may have selected a different location ([install_dir]
).
You can launch the IDE from a Linux terminal.
1. Open a terminal window
2. Change the directory to [install_dir]/opl/oplide
3. Enter the command ./oplide
Or, from any terminal location, type the absolute path:
[install_dir]/opl/oplide/oplide
For more information on the CPLEX feature on UNIX/Linux platforms, see [install_dir]/cplex/readmeUNIX.html
.
For more information on the CP Optimizer feature on UNIX/Linux platforms, see [install_dir]/cpoptimizer/readmeUNIX.html
.
Refer to the document Silent installation of CPLEX Optimization Studio.
Refer to the document Uninstalling CPLEX Optimization Studio.
Refer to the document ILOG CPLEX Optimization Studio Fix List.
Examples