You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropped support for Ubuntu 16.04 LTS and Ubuntu 19.10 (#2188)
Known Breaking Change
Since last synchronization with Google internal code base, now Routing and SAT (i.e. OR-Tools) use some C++17. WARNING: If you provide your own version of abseil-cpp please verify it is built against C++17 too.
The MPSolver::CreateSolver signature has been changed. The model name argument has been dropped.
CMake
Fix disabling SCIP support when using -DUSE_SCIP=OFF (#2129)
Integrate samples and examples to the CMake build system.
note: can be disable by using -DBUILD_SAMPLES=OFF and -DBUILD_EXAMPLES=OFF.
note: can be disable for a specific language using -DBUILD_<LANG>_SAMPLES=OFF or -DBUILD_<LANG>_EXAMPLES=OFF (with <LANG> among CXX, PYTHON, JAVA and DOTNET).