-
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.