Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
<-- Ready to Review - done - Lauren--> AMPL GuideAMPL stands for "A Mathematical Programming Language". It is used to describe mathematical programmes. | ||||||||
Changed: | ||||||||
< < | AMPL is a commerical software package from Bell Laboratories![]() ![]() ![]() | |||||||
> > | AMPL is a commerical software package from Bell Laboratories![]() ![]() ![]() | |||||||
For more details see the main AMPL website: | ||||||||
Changed: | ||||||||
< < | www.ampl.com![]() | |||||||
> > | www.ampl.com![]() | |||||||
and there is a good, fairly comprehensive book on AMPL: | ||||||||
Changed: | ||||||||
< < | AMPL: A Modeling Language for Mathematical Programming![]() | |||||||
> > | AMPL: A Modeling Language for Mathematical Programming![]() | |||||||
Changed: | ||||||||
< < | However, you don't need to pay for AMPL right away! There is a limited functionality student version![]() ![]() ![]() ![]() ![]() ![]() | |||||||
> > | However, you don't need to pay for AMPL right away! There is a limited functionality student version![]() ![]() ![]() ![]() ![]() ![]() | |||||||
Changed: | ||||||||
< < | You can also use AMPL over the web at the AMPL web interface![]() ![]() | |||||||
> > | You can also use AMPL over the web at the AMPL web interface![]() ![]() | |||||||
Changed: | ||||||||
< < | Notation In this AMPL Guide we will enclose required user input with < and > and optional user input with [ and ] , e.g.,
var <varname> [vartype]; | |||||||
> > | Notation In this AMPL Guide we will enclose required user input with < and > and optional user input with [ and ] , e.g.,
var <varname> [vartype]; | |||||||
Added: | ||||||||
> > | ||||||||
means that the user must supply varname (the variable name), but has the option to either specify vartype (the type of variable) or not (the type will default to a real variable).
Further AMPL topics |