AMPL APIs¶
Python¶
Installation:
$ python -m pip install amplpy
Documentation: https://amplpy.readthedocs.org/
GitHub: https://github.com/ampl/amplpy
R¶
Installation:
install.packages("Rcpp", type="source") install.packages("https://ampl.com/dl/API/rAMPL.tar.gz", repos=NULL)
Documentation: https://rAMPL.readthedocs.org/
GitHub: https://github.com/ampl/rAMPL
Java¶
Installation:
Documentation: https://ampl.com/api/latest/java/
C#¶
Installation:
Documentation: https://ampl.com/api/latest/dotnet/
C++¶
Installation:
Documentation: https://ampl.com/api/latest/cpp/
MATLAB¶
Installation:
Documentation: https://ampl.com/api/latest/matlab/
Solver Callbacks¶
AMPL solver libraries with callbacks.
Documentation: https://ampls.readthedocs.io/