The NEOS Server offers the GAMS/AMPL solver for the solution of optimization problems in GAMS format. This solver internally reformulates the provided GAMS model as an AMPL model and uses the Kestrel interface to the NEOS Server to submit the reformulated model to the indicated AMPL solver. The results from the AMPL solve are then provided back to the user in the normal GAMS format.
Currently, the following list of AMPL solvers, along with the types of models they can solve, can be used with this service.
An option file is needed to specify the AMPL solver to use on the reformulated model. This file can only contain AMPL option commands. For example, to use the LOQO solver, the option file would include the line option solver loqo; Each line in the option file is treated as an AMPL statement by the reformulation tool. Therefore, option commands cannot span more than one line of text. Currently, the NEOS Server can only use optfile=1 with GAMS input. Therefore, any model that specifies a different options file will not work as intended.
option solver loqo;
The NEOS Server initially limits the amount of output generated in the listing file by turning off the symbol and unique element list, symbol cross references, and restricting the rows and columns listed to zero. This behavior can be changed by specifying the appropriate options in the model file. See the documentation on the modeling language for further information.
Model file:
DOE disclaimer DOE Web privacy policy