Skip to content

v6.7 (2018-03)

Compare
Choose a tag to compare
@Mizux Mizux released this 09 Mar 12:16
· 5720 commits to master since this release

Update to required dependencies

  • Protobuf 3.5.0 -> 3.5.1

Misc

  • Refactor base to prepare abseil-cpp integration.
  • Add some CI jobs.
  • Add make install_python target.
  • Use JAVA_HOME instead of JDK_DIRECTORY

SAT

  • Performance improvement.
  • Improves Python API.
  • Add C# API aka CpSolver.cs (EXPERIMENTAL).

Glop

  • Code refactoring.
  • Performance improvement.

CMake Support (EXPERIMENTAL)

  • Add C++ OR-Tools CMake support.
    • Be able to build OR-Tools as a standalone CMake project.
    • Be able to incorporate OR-Tools into an Existing CMake project.
  • Add Python OR-Tools CMake based build.
    • Generate python package (wheel) using CMake.

Contributions

  • Fix winsock2.h redefinition on windows Thanks to Florent Tollin de Rivarol.
  • Add F# Support (EXPERIMENTAL) Thanks to Matthew Moore.
    Note: only available with Makefile builder.
  • Add .NET Standard Support (EXPERIMENTAL) Thanks to Ziad Elmalki.
    Note: only available with Makefile builder

Full list of commits since v6.6 here