Skip to content

v0.9.0

Compare
Choose a tag to compare
@fdabrandao fdabrandao released this 14 Mar 20:21
· 285 commits to master since this release

Changelog:

# Install Python API for AMPL
$ python -m pip install amplpy --upgrade

# Install solver modules (e.g., HiGHS, CBC, Gurobi)
$ python -m amplpy.modules install highs cbc gurobi

# Activate your license (e.g., free https://ampl.com/ce license)
$ python -m amplpy.modules activate <license-uuid>

# Import in Python
$ python
>>> from amplpy import AMPL
>>> ampl = AMPL() # instantiate AMPL object

[Documentation] [AMPL Modules for Python] [Available on Google Colab]