Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@vitaut vitaut released this 29 Mar 16:07
· 927 commits to master since this release
  • 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).