Skip to content

v6.8 (2018-07)

Compare
Choose a tag to compare
@Mizux Mizux released this 25 Jul 12:28
· 5225 commits to master since this release

Changelog

  • CP-SAT various bug fixes, performance improvements, and doc updates
  • GLOP performance improvements
  • Use dynamic dependencies on UNIX (#697)
  • Use Cbc from github mirror (#684)
    • now depends on cbc, cgl, clp, osi and coinnutils github repos
  • Rework and fix some VRP python examples.
  • Migration to netstandard2.0 for .Net support (#668)
    • i.e. use of dotnet cli instead of mono/msc/fsharpc (not needed anymore)
    • /!\ require .NetCore SDK >= 302 /!\
  • Now install_cc use $(DESTDIR)$(prefix) as destination prefix (prefix = /usr/local on UNIX)
  • Add install_python target in Makefile to pip install locally build python package
  • Makefile cleaning: should be more robust
  • docker rework and add tests to check archives
  • Remove data example from archive
    • add data archive
  • Rework archive Makefile
    • add detect, test_cc, test_java, test_dotnet, cc, java, dotnet targets like the Makefile(s) used to build from source