Skip to content

optimizers/AmplMexInterface

Repository files navigation

Matlab MEX Interface to AMPL

This is a Matlab interface to the AMPL/MP Library. It is setup as a Matlab package, which means that the enclosing directory must be named +ampl.

Clone it this way:

git clone [email protected]:optimizers/AmplMexInterface.git +ampl

Supports both dense and sparse models.

The easiest way to install AMPL/MP is via Homebrew (on OSX) or Linuxbrew (on Linux):

brew tap homebrew/science
brew install ampl-mp

Note: This interface will not compile against the former Netlib ASL.

Enjoy!

Michael Friedlander ([email protected])
Dominique Orban ([email protected])