First Steps

Having reached this point, you have already started the AMPL Integrated Development Environment (IDE). You see one large window divided into a number of smaller sub-windows or panes . See the discussion of Panes for instructions on rearranging the sub-windows.At the top left of the large window are a series of pull-down Menus that give you access to various IDE operations.

To learn about AMPL commands, model files, data files, and other features, see the AMPL book AMPL: A Modeling Language for Mathematical Programming . The first four chapters are a tutorial to get your started. All chapters can be freely downloaded. Much other useful information about AMPL is available from the AMPL website (www.ampl.com) and AMPL User Forum.

To start typing AMPL commands, see the AMPL Command Pane instructions.Use “option solver” in the usual way to specify an AMPL solver. Normally all of your installed solvers are found automatically, but you can also tell the IDE where to look for solvers; see Search Path under Menus.

To start typing into new, blank files, Select New . . . in the File menu; you will be prompted to give the file a name, and then a corresponding blank editor window will appear in the main File Editing Pane. To work with existing files, see the File Navigation Pane instructions.