github ampl/mp v20140508
20140508

latest releases: archive/mosekmp, archive/direct_interface, 3.1.0...
9 years ago
  • Include Ipopt in the distribution.

  • Include gsl.ampl, the AMPL file that declares all GSL bindings and loads the amplgsl library, in the distribution. Example of use:

    include gsl.ampl;
    var x >= 1e-5;
    minimize obj: gsl_sf_gamma(x);
    

Binaries are available on the AMPL Open-Source Downloads page.

Don't miss a new mp release

NewReleases is sending notifications on new releases.