Download Cplex

CPLEX for AMPL IBM ILOG CPLEX is the best known and most widely used large-scale solver. Its efficiency and robustness have been demonstrated over two decades in thousands of commercial installations worldwide. Summary Developer: IBM ILOG Current version: 20.1 Problem. IBM ILOG CPLEX Optimization Studio is a prescriptive analytics solution that enables rapid development and deployment of decision optimization models using mathematical and constraint programming. It combines a fully featured integrated development environment that supports Optimization Programming Language (OPL) and the high-performance CPLEX.

IBM ILOG CPLEX is the best known and most widely used large-scale solver. Its efficiency and robustness have been demonstrated over two decades in thousands of commercial installations worldwide.

Summary

Developer: IBM ILOG

Download

Current version: 20.1

Problem types supported: Linear and quadratic optimization in continuous and integer variables. Support is provided for both convex and nonconvex quadratic objectives, and for convex quadratic constraints.

Special forms detected: Logical implications in the form of “indicator” constraints. Convex quadratic expressions in objectives, and convex quadratic constraints of elliptic and conic types.

Algorithms available: For continuous problems, primal and dual simplex, interior-point (barrier); for integer problems, advanced branch-and-bound with presolve, feasibility heuristics, and cut generators. For continuous problems comprised mostly or entirely of linear network flow constraints, network simplex.

Special features: Shared-memory parallel processing for barrier, branch-and-bound. Concurrent optimization by several methods to determine best choice. Special facilities for parameter tuning and infeasibility diagnosis.

See also:ILOG CP for AMPL, covered by the CPLEX for AMPL license, for access to constraint programming and more general CPLEX handling of logical constraints.

Further information

IBM ILOG CPLEX website
CPLEX for AMPL option listing
CPLEX-AMPL interface source code with makefiles and instructions

Instructions for joining the IBM Academic Initiative

CPLEX for AMPL 12.2 User’s Guide

HomeProductsAMPLSolversQuandecPlatformsStandard Price ListAcademic Price ListResourcesThe AMPL BookNew FeaturesReports & PapersFAQsUpcoming EventsNews & Events ArchiveHooking Your SolverAbout UsContact AMPLCustomersPrivacy PolicyTry AMPLBuy AMPL ProductsRequest a Full TrialDownload a Free DemoRequest AMPL for CoursesRun AMPL on NEOSTry AMPL Online
    connect
  • Follow us on
  • Google Newsgroup
© 2021 AMPL Optimization inc. All rights reserved.Web Development by Baytech Web DesignFAQ | BOOK | SOLVERS | PLATFORMS |VENDORS |CALENDAR | MORE! |WHAT'S NEW
EXTENSIONS |CHANGE LOG |REPORTS |NETLIB |EXAMPLES |CONTENTS |HOME

Downloading the
CPLEX 8.0 Student Edition
for AMPL

Download Cplex

Download Cplex For Matlab

For current AMPL users




Current AMPL users can now download an AMPLstudent edition of the new version 8.0 of CPLEX. Like other AMPLstudent editions, this AMPL/CPLEX is full-featured but limited to 300variables and 300 objectives plus constraints. It includes the CPLEXcomponents that solve
  • linear and convex quadratic programs by simplex methods
  • linear and convex quadratic programs by interior-point methods
  • linear and convex quadratic integer programs by a branch-and-boundprocedure
If you are a current user of standard (command-line)AMPL, follow our CPLEX 8.0 downloadinstructions below. You may want to also get the latest AMPLversion by following our AMPL downloadinstructions, but this is not necessary.

If you are a Windows user new to AMPL, take a look at our quick start instructions given below. You can get theStudent Editions of both standard AMPL and CPLEX 8.0 by downloading andunpacking a single zip archive file.

If you are a Unix or Linux user new to AMPL, consult our Unix download instructions to obtain anappropriate copy of the AMPL Student Edition. Then download CPLEX 8.0 by following the instructionshere.

If you are an AMPL Plus user orneed a size-unrestricted version of CPLEX, see our notes on obtainingother AMPL/CPLEX versions.

Downloading the CPLEX 8.0 Student Edition
for current users of command-line AMPL

The CPLEX 8.0 studentedition for AMPL is available for download for the followingplatforms:
  • DEC(Compaq) Alpha workstations running OSF/1 v2.0
  • IBM PowerPCworkstations running AIX
  • Intel (Pentium-compatible) PCs running Windowsor Linux
  • SiliconGraphics workstations running IRIX 5.x or 6.x
  • SunMicrosystems SPARC-based workstations running Solaris 2.5.1 (SunOS5.5.1) or later

To install, click on the appropriate link above, and then proceed as follows:

  • For Windows, you will obtain the zip archive file cplex.zip. If your web browser doesn't automatically unpack this archive,double-click on the cplex.zip file icon to unpack it. Theunpacking procedure should produce two executable files, cplex.exe and cplex80.dll, which are both required to run the CPLEX 8.0 solver. (If you can't get thearchive to unpack, your computer lacks a properly configuredzip-file utility. You can download a program such as UnZip, WinZip, or StuffitExpander to unpack zip files.)
  • For Unix/Linux, you will obtain the compressed tar archivefile cplex.tgz. Decompress bygzip to create an archive named cplex.tar, thenunpack this archive by use of the command tarxvfcplex.tar to obtain the file cplex.
Place the CPLEX executable file or files in the same folder ordirectory as your AMPL executable, or anywhere in your search path. Itwill then be accessible from AMPL by giving an AMPL command of the formoptionsolvercplex beforesolve.

A license agreement for CPLEX 8.0 appears in a file that is alsounpacked by the above procedures. For detailed instructions on usingCPLEX from AMPL, including a complete listing of CPLEX options anddirectives, consult the ILOGAMPL CPLEX System Version 8.0 User's Guide.

Downloading the CPLEX 8.0 Student Edition
for Windows users new to AMPL

For a quick start if you haven't yet acquired either AMPL or CPLEX, start by downloadingchapter 1 of the AMPLbook. Then download the command-line AMPL zip archive file:If your web browser doesn't automatically unpack this archive,double-click on the amplcml.zip file icon to unpack it.(If you can't get the archive to unpack, your computer lacks aproperly configured zip-file utility. You can download a programsuch as UnZip, WinZip, or StuffitExpander to unpack zip files.)

The unpacking procedure should create a folder named amplcmlcontaining the standard AMPL program (ampl.exe), the scrolling-window utility(sw.exe), and an executables for CPLEX 8.0 (cplex.exeand cplex80.dll). You may move and rename theamplcml folder to whatever is convenient for you. (Also inthis folder you will find files for the Kestrel internet optimizationclient and the AMPL database handlerfor Windows, which you may choose to investigate.)

To run AMPL and CPLEX using these files, double-click onsw.exe, and in the window that appears, type ampl toload the AMPL program. At this point the window should show thefollowing,

and you can proceed to enter commands at the 'ampl:' promptsas shown in the AMPL book. To select CPLEX as your solver, enter thecommand optionsolvercplex; before the firstsolve of your AMPL session. Finally, to get test problems andsample models from the AMPL book and elsewhere, consult our AMPL examples page.

A license agreement for CPLEX 8.0 appears in a file that is alsounpacked by the above procedures. For detailed instructions on usingCPLEX from AMPL, including a complete listing of CPLEX options anddirectives, consult the ILOGAMPL CPLEX System Version 8.0 User's Guide.

Other AMPL/CPLEX versions

A student edition of CPLEX 6.5.3 was part of the the AMPL Plus Student Edition 1.6, includedon CD with copies of the AMPL book fromearly 2000 onward. AMPL Plus is not currently being maintained,however, and its CPLEX-based license will expire on January 1, 2003.Thus AMPL Plus users will need to switch to analternative AMPL version before the end of 2002.Currently it is possible to download any of several the experimental GUIs, as well as the standard AMPL based on a command-lineinterface. New GUIs for AMPL are under consideration and will beannounced as they become available.

Unrestricted versions of AMPL with CPLEX areavailable from ILOG, Inc. Further information may be obtained bysubmitting ILOG's WebInformation Request Form, writing to info@ilog.com, or calling +1800-FOR-ILOG (+1 800-367-4564) or +1 775-831-7744.


Comments or questions?

Download Cplex Solver

Cplex
Write to

Download Cplex Free

info@ampl.com

Cplex Student

or use our comment form.

Back to AMPL downloads home page.

Ibm Ilog Cplex Optimization Studio

Back to AMPL home page.

LAST MODIFIED 8 OCTOBER 2002 BY 4er.