3.1.0
-
Updated ASL to version 20160307: changelog.
-
Optimization problems can now be read from .nl files and strings using
ReadNLFile
andReadNLString
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).