AMPL LOGO TOMLAB OPTIMIZATION AREA  
  # LOGIN   # REGISTER (AMPL)
  # myAMPL  
Services
*Support
*Consulting
*FAQ
 *1. General
 *2. Files, Preprocessing
 *3. Errors and Messages
 *4. Sets and Indexing
 *5. Variables
 *6. Displays and Results
 *7. Integer Programming
 *8. Versions, Platforms
 *9. Solvers
 *10. Further Information

8. Versions and Platforms

8.1 What is the student edition of AMPL?

8.2 What is the professional edition of AMPL?

8.3 Is there a graphical ("gui") version of AMPL?

8.4 Can I get a version of AMPL that will run on my computer, under my computer's operating system?

8.5 Where can I get more information about how AMPL works under specific operating systems?

8.6 How can I determine the version number of the copy of AMPL that I'm currently running?

8.7 How can I learn about updates to AMPL, and where can I get updated AMPL software?


8. Versions and Platforms

8.1 What is the student edition of AMPL?

The AMPL Student Edition consists of the AMPL software together with the MINOS and CPLEX solvers. It is limited to 300 variables and 300 constraints and objectives, and does not support user-defined functions, but is otherwise identical to the full professional edition.

Educational discounts for other versions of AMPL are available.

8.2 What is the professional edition of AMPL?

The professional edition is the full-featured, unrestricted version. Numbers of variables and constraints are limited only by available computer resources.

Professional edition users may choose among numerous solvers. Other solvers may be added at any time, at only the cost of the solver software; you do not need to buy additional AMPL software in order to add a solver.

8.3 Is there a graphical ("gui") version of AMPL?

Several experimental AMPL graphical interfaces for Windows are available for downloading at no charge.

If you are using a Unix workstation, AMPL's command-line environment should run nicely within a command or text window. The workstation's windowing software lets you scroll back through an AMPL session and copy previous AMPL commands. You can set up other windows to simultaneously view the model and data. You can download a similar, free scrolling-window utility for use with AMPL's command-line environment under Windows.

8.4 Can I get a version of AMPL that will run on my computer, under my computer's operating system?

On AMD and Pentium-based personal computers (or "PCs"), AMPL runs under MS-DOS and its derivatives (such as IBM DOS) and under Microsoft Windows 2000, XP and Vista (32 and 64-bit).

AMPL runs on 32 and 64-bit Linux workstations

There are not currently any versions of AMPL that support Apple Macintosh computers.

8.5 Where can I get more information about how AMPL works under specific operating systems?

If you are using the student edition of AMPL that comes with the AMPL book, then you will find this information in a booklet ("Using the AMPL Student Edition Under MS-DOS") that is also packaged with the book.

8.6 How can I determine the version number of the copy of AMPL that I'm currently running?

You can look at the current version message by invoking AMPL with the -v command-line switch:

	% ampl -v
	AMPL Version 20000516

Or, at any point in an AMPL session, you can see the version message by looking at the contents of AMPL's version option, by typing

	ampl: option version;
	option version 'AMPL Version 20000516\
	';
	ampl:

or

	ampl: print $version;
	AMPL Version 20000516

	ampl:

The 8-digit number represents a date in the form yyyymmdd -- 16 May 2000 in this example.

8.7 How can I learn about updates to AMPL, and where can I get updated AMPL software?

AMPL's modeling language and environment have continued to evolve in response to users' needs. Thus many significant features have been added since the publication of the AMPL book. See the AMPL Extensions page for links to online summaries, descriptions and examples of new features.

To obtain the latest updates to the AMPL student edition software, see our downloads page.



    Tomlab Optimization © 1989-2008. All rights reserved.    Last updated: Jun 16, 2008. Site map.