List of Examples
Below you can find many examples of mathematical programs implemented in different modeling languages. You can open and execute them on PIFOP.
AMPL Book Examples
The examples below have been retrieved from the AMPL Book, which you can access online here.
Run an example using NEOS:
> neos -m <model-file> -d <data-file> -c <commands-file>
or GLPSOL:
> glpsol -m <model-file> -d <data-file>
GAMS Examples
The examples below have been retrieved from the GAMS Model Library, which you can access online here.
Run an example using NEOS:
> neos -m <model-file>