Skip to content

20140508

Compare
Choose a tag to compare
@vitaut vitaut released this 08 May 18:32
· 3346 commits to master since this release
  • 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.