ampl-mp allows building only parts of the project you are interested in, for example you can choose to build only a single solver interface. This is done with the help of modules which are optional components that can be built separately. Each solver interface and function library is a module.

Installation Steps:

  1. Open Terminal using Spotlight search by pressing  <command+space>.
    Type terminal and hit  Enter key.
  2. Now, run
    ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” < /dev/null 2> /dev/null
  3. Install ampl-mp using brew
    brew install ampl-mp

ampl-mp is ready to use now!

Features