For current AMPL users
Current AMPL users can now download an AMPL
student edition of the new version 10.1 of CPLEX. Like other AMPL
student editions, this AMPL/CPLEX is full-featured but limited to 300
variables and 300 objectives plus constraints. It includes the CPLEX
components that solve
If you are a Windows user new to AMPL, take a look at our quick start instructions given below. You can get the Student Editions of both standard AMPL and CPLEX 10.1 by downloading and unpacking a single zip archive file. If you are a Unix or Linux user new to AMPL, consult our Unix download instructions to obtain an appropriate copy of the AMPL Student Edition. Then download CPLEX 10.1 by following the instructions here. If you need a size-unrestricted version of CPLEX, see our notes on obtaining other AMPL/CPLEX versions.
To install, click on the appropriate link above, and then proceed as follows:
A license agreement for CPLEX 10.1 appears in a file that is also unpacked by the above procedures. For detailed instructions on using CPLEX from AMPL, including a complete listing of CPLEX options and directives, consult the ILOG AMPL CPLEX System Version 10.0 User's Guide and AMPL CPLEX 10.1 README file.
The unpacking procedure should create a folder named amplcml containing the standard AMPL program (ampl.exe), the scrolling-window utility (sw.exe), and an executables for CPLEX 10.1 (cplex.exe and cplex101.dll). You may move and rename the amplcml folder to whatever is convenient for you. (Also in this folder you will find files for the Kestrel internet optimization client and the AMPL database handler for Windows, which you may choose to investigate.) To run AMPL and CPLEX using these files, double-click on sw.exe, and in the window that appears, type ampl to load the AMPL program. At this point the window should show the following,
and you can proceed to enter commands at the "ampl:" prompts as shown in the AMPL book. To select CPLEX as your solver, enter the command option solver cplex; before the first solve of your AMPL session. Finally, to get test problems and sample models from the AMPL book and elsewhere, consult our AMPL examples page.sw: ampl ampl: A license agreement for CPLEX 10.1 appears in a file that is also unpacked by the above procedures. For detailed instructions on using CPLEX from AMPL, including a complete listing of CPLEX options and directives, consult the ILOG AMPL CPLEX System Version 10.0 User's Guide and AMPL CPLEX 10.1 README file.
Restricted and unrestricted trial versions of AMPL Studio graphical user interface are available from OptiRisk Systems.
|
Back to AMPL downloads home page.