For current AMPL users
Current AMPL users can now download an AMPL
student edition of the new version 8.0 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 8.0 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 8.0 by following the instructions here. If you are an AMPL Plus user or 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 8.0 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 8.0 User's Guide.
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 8.0 (cplex.exe and cplex80.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 8.0 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 8.0 User's Guide.
Unrestricted versions of AMPL with CPLEX are available from ILOG, Inc. Further information may be obtained by submitting ILOG's Web Information Request Form, writing to info@ilog.com, or calling +1 800-FOR-ILOG (+1 800-367-4564) or +1 775-831-7744.
|
Back to AMPL downloads home page.