amplpy icon indicating copy to clipboard operation
amplpy copied to clipboard

Python API for AMPL

Results 2 amplpy issues
Sort by recently updated
recently updated
newest added

So I cannot run this: ``` # Minimal example: from amplpy import AMPL import pandas as pd ampl = AMPL() ampl.eval(r""" set A ordered; param S{A, A}; param lb default...

stale

Hi, I am a beginner with AMPL and I decided to learn amplpy because I have more experience with Python. I installed the amplpy library following the official guide (https://amplpy.ampl.com/en/latest/getting-started.html)...

stale