Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
<-- Ready to Review --> AMPL Guide | ||||||||
Line: 19 to 19 | ||||||||
You can also use AMPL over the web at the AMPL web interface![]() ![]() | ||||||||
Added: | ||||||||
> > | Notation In this AMPL Guide we will enclose required user input with < and > and _optional- user input with [ and ] , e.g.,
var <varname> [vartype];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 |