github ampl/mp 3.1.0

latest releases: archive/mosekmp, archive/direct_interface
8 years ago
  • Updated ASL to version 20160307: changelog.

  • Optimization problems can now be read from .nl files and strings using ReadNLFile and ReadNLString respectively:

    mp::Problem p;
    ReadNLFile("diet.nl", p);
  • Fixed building problem representation from .nl files with permuted indices (#92).

  • Switched to CMake 3.3 to address issues with propagation of compiler options.

  • Improved compatibility with Solaris (#88). Thanks to @gidden (Matthew Gidden).

  • Updates to the ASL C API by Dominique Orban (#65).

  • Made installation of documentation optional (#93).

  • Added missing default values for arguments in the API documentation (#91).

  • Implemented a workaround for a Google Test issue with GCC 6 (#86).

Don't miss a new mp release

NewReleases is sending notifications on new releases.