Ampl¶
We have an ampl module available that can be used but you'll have to create an account with your university email address on the ampl website: https://ampl.com/academia/
Then you'll have to get your licence.
You can also use python and not use our module. You can create your virtual environment one time and then use it with the solver you want. For example:
module load python/3.14
python3 -m venv ampl-venv
source ampl-venv/bin/activate
pip install pip --upgrade
pip install amplpy --upgrade
Activate your license
Install the solver you need:
You can get a list of the available solver names with this command:
Note that some of the modules listed are not available in the free academic program (conopt, baron, knitro).