author int64 658 755k | date stringlengths 19 19 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods list | language stringclasses 20 values | license stringclasses 3 values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
261,230 | 24.02.2022 15:39:53 | -3,600 | b62446be068e9e8aa887ef8152502ff0537f1485 | update flatzinc code | [
{
"change_type": "MODIFY",
"old_path": "ortools/flatzinc/BUILD.bazel",
"new_path": "ortools/flatzinc/BUILD.bazel",
"diff": "@@ -36,7 +36,6 @@ cc_library(\ndeps = [\n\"//ortools/base\",\n\"//ortools/base:hash\",\n- \"//ortools/base:map_util\",\n\"//ortools/base:stl_util\",\n\"//ortools/graph:iterator... | C++ | Apache License 2.0 | google/or-tools | update flatzinc code |
261,230 | 24.02.2022 17:41:17 | -3,600 | f1191a0e8fa3fa2f4fae909416de2cf11d991df7 | maintenance on the CP-SAT core | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/BUILD.bazel",
"new_path": "ortools/sat/BUILD.bazel",
"diff": "@@ -224,6 +224,7 @@ cc_library(\n\"//ortools/util:strong_integers\",\n\"//ortools/util:time_limit\",\n\"@com_google_absl//absl/base:core_headers\",\n+ \"@com_google_absl//absl/container:... | C++ | Apache License 2.0 | google/or-tools | maintenance on the CP-SAT core |
261,230 | 24.02.2022 17:58:22 | -3,600 | 57a84edf470840f9e8e92964450c87bdd3676a91 | backtrack last PR | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/BUILD.bazel",
"new_path": "ortools/sat/BUILD.bazel",
"diff": "@@ -224,7 +224,6 @@ cc_library(\n\"//ortools/util:strong_integers\",\n\"//ortools/util:time_limit\",\n\"@com_google_absl//absl/base:core_headers\",\n- \"@com_google_absl//absl/container:... | C++ | Apache License 2.0 | google/or-tools | backtrack last PR |
261,230 | 24.02.2022 21:33:53 | -3,600 | 5179703dce57e3612b11416c4ad050638f3fcebc | use other generator for make third_party on windows | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.third_party.win.mk",
"new_path": "makefiles/Makefile.third_party.win.mk",
"diff": "@@ -24,7 +24,7 @@ dependencies:\nthird_party: dependencies/ortools.sln | dependencies\nTHIRD_PARTY_TARGET = dependencies/ortools.sln\n-\n+GENERATOR ?= \"MMake... | C++ | Apache License 2.0 | google/or-tools | use other generator for make third_party on windows |
261,230 | 24.02.2022 22:35:18 | -3,600 | 809deba3dc226fedf1a1502cdc78adecd748e4dc | use the default CMAKE_PLATFORM generator on make windows; switch to Ninja make make windows and cmake windows python github actions | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/cmake_windows_python.yml",
"new_path": ".github/workflows/cmake_windows_python.yml",
"diff": "@@ -11,6 +11,7 @@ jobs:\n- uses: actions/setup-python@v2\nwith:\npython-version: '3.9'\n+ - uses: seanmiddleditch/gha-setup-ninja@master\n- name: In... | C++ | Apache License 2.0 | google/or-tools | use the default CMAKE_PLATFORM generator on make windows; switch to Ninja make make windows and cmake windows python github actions |
261,230 | 25.02.2022 08:21:19 | -3,600 | 7d7f468dd76a7e51552d86b026ef33d1df20bb0a | fix model_builder_helper.py | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "ortools/model_builder/CMakeLists.txt",
"diff": "+file(GLOB _SRCS \"*.h\" \"*.cc\")\n+set(NAME ${PROJECT_NAME}_model_builder)\n+\n+# Will be merge in libortools.so\n+add_library(${NAME} OBJECT ${_SRCS})\n+set_target_properties(${NAME} PROPERTIES\... | C++ | Apache License 2.0 | google/or-tools | fix model_builder_helper.py |
261,230 | 25.02.2022 08:50:36 | -3,600 | 62bf4e030478a95501c971f8dc8bd674f4da4205 | polish github cmake windows workflows | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/cmake_windows_cpp.yml",
"new_path": ".github/workflows/cmake_windows_cpp.yml",
"diff": "@@ -11,7 +11,7 @@ jobs:\n- name: Check cmake\nrun: cmake --version\n- name: Configure\n- run: cmake -S. -Bbuild -G \"Visual Studio 17 2022\" -DCMAKE_BUILD... | C++ | Apache License 2.0 | google/or-tools | polish github cmake windows workflows |
261,218 | 25.02.2022 08:52:13 | -3,600 | 9072604459f46b6279a75d0fbed9bd03423e0d04 | cmake: Disable pybind11 is not BUILD_PYTHON | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -223,27 +223,27 @@ message(STATUS \"XPRESS support: ${USE_XPRESS}\")\nif(BUILD_JAVA)\noption(BUILD_FAT_JAR \"Create single .jar with all dependencies (including native binaries)\" OFF)\n- message(STATU... | C++ | Apache License 2.0 | google/or-tools | cmake: Disable pybind11 is not BUILD_PYTHON |
261,230 | 25.02.2022 09:52:14 | -3,600 | 7806b61f180eb07f5b1a3e3bd73f95be179286c5 | revert test on make python windows | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/make_windows_python.yml",
"new_path": ".github/workflows/make_windows_python.yml",
"diff": "@@ -21,7 +21,7 @@ jobs:\n- name: Check Python\nrun: tools\\make detect_python\n- name: Build third party\n- run: tools\\make third_party BUILD_PYTHON=... | C++ | Apache License 2.0 | google/or-tools | revert test on make python windows |
261,218 | 25.02.2022 11:12:20 | -3,600 | 6f096a40fc8216bec45044cb8521b87b4ef59172 | make: Sync unix/win recipes | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -34,6 +34,8 @@ JOBS ?= 4\n# Main target\n.PHONY: cc # Build C++ OR-Tools library.\n.PHONY: test_cc # Run all C++ OR-Tools test targets.\n+.PHONY: fz # Build Flatzinc.\n+.PHONY: te... | C++ | Apache License 2.0 | google/or-tools | make: Sync unix/win recipes |
261,230 | 25.02.2022 11:44:01 | -3,600 | 5d42c509ad4d137871286718e7c6e4a3f1b1e22f | fix make package_cc | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -442,9 +442,25 @@ TEMP_PACKAGE_CC_DIR = temp_package_cc\n$(TEMP_PACKAGE_CC_DIR):\n-$(MKDIR_P) $(TEMP_PACKAGE_CC_DIR)\n-package_cc_pimpl: cc | $(TEMP_PACKAGE_CC_DIR)\n- $(MAKE) ins... | C++ | Apache License 2.0 | google/or-tools | fix make package_cc |
261,218 | 25.02.2022 13:16:49 | -3,600 | 54d01887a565e877737e0b685c61a9c28255b3ea | tools: Fix centos base image | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/amd64/centos-8.Dockerfile",
"new_path": "tools/docker/amd64/centos-8.Dockerfile",
"diff": "-# ref: https://hub.docker.com/_/centos\n-FROM centos:8 AS env\n+# ref: https://quay.io/repository/centos/centos\n+FROM quay.io/centos/centos:stream8 AS env... | C++ | Apache License 2.0 | google/or-tools | tools: Fix centos base image |
261,230 | 25.02.2022 13:26:23 | -3,600 | f63cdb45e4d67e406e1f1f988f60065ce26e111f | revert ninja generator for make windows cpp; it triggers mingw, which installs gfortran which breaks the workflow | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/make_windows_cpp.yml",
"new_path": ".github/workflows/make_windows_cpp.yml",
"diff": "@@ -9,13 +9,12 @@ jobs:\nsteps:\n- uses: actions/checkout@v2\n- uses: ilammy/msvc-dev-cmd@v1\n- - uses: seanmiddleditch/gha-setup-ninja@master\n- name: Chec... | C++ | Apache License 2.0 | google/or-tools | revert ninja generator for make windows cpp; it triggers mingw, which installs gfortran which breaks the workflow |
261,218 | 25.02.2022 13:30:55 | -3,600 | f3c96300b6d41e57d4741e37a59182fdcaba74e6 | cmake: Search for Python3 before pybind11 integration | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "# This file is just an orchestration\n-cmake_minimum_required(VERSION 3.15)\n+cmake_minimum_required(VERSION 3.18)\nlist(APPEND CMAKE_MODULE_PATH \"${CMAKE_CURRENT_SOURCE_DIR}/cmake\")\ninclude(utils)\n"
... | C++ | Apache License 2.0 | google/or-tools | cmake: Search for Python3 before pybind11 integration |
261,218 | 25.02.2022 14:29:26 | -3,600 | 1acf891fe2775dd7582bb15c0d002995f43cb045 | cmake: Fix missing pywrap_model_builder_helper in python package | [
{
"change_type": "MODIFY",
"old_path": "cmake/python.cmake",
"new_path": "cmake/python.cmake",
"diff": "@@ -243,6 +243,7 @@ add_custom_command(\nCOMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:pywrapgraph> ${PYTHON_PROJECT}/graph\nCOMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:pywrapcp> ${PYTHON_PROJ... | C++ | Apache License 2.0 | google/or-tools | cmake: Fix missing pywrap_model_builder_helper in python package |
261,218 | 25.02.2022 14:36:06 | -3,600 | bcb28239e93f5bb210878ec152ed5cd1a15dddd2 | Remove make python dead code
since make now use the cmake one in ortools/python/ | [
{
"change_type": "DELETE",
"old_path": "tools/setup.py.in",
"new_path": null,
"diff": "-from sys import executable\n-from os.path import join as pjoin\n-from os.path import dirname\n-\n-setuptools_import_error_message = \"\"\"setuptools is not installed for \"\"\" + executable + \"\"\"\n-Please foll... | C++ | Apache License 2.0 | google/or-tools | Remove make python dead code
since make now use the cmake one in ortools/python/ |
261,230 | 25.02.2022 19:30:02 | -3,600 | 36a094455a5aa87eecc8f624d83a0262904729c7 | Enable PDLP in MPSolver | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/linear_programming.cc",
"new_path": "examples/cpp/linear_programming.cc",
"diff": "@@ -114,6 +114,7 @@ void RunAllExamples() {\nRunLinearProgrammingExample(\"CPLEX_LP\");\nRunLinearProgrammingExample(\"GLPK_LP\");\nRunLinearProgrammingExample(\"XP... | C++ | Apache License 2.0 | google/or-tools | Enable PDLP in MPSolver |
261,218 | 28.02.2022 08:52:31 | -3,600 | 0466c9f6bf849d379a10d0257be815c17f61744e | python: remove __init__.py
now you'll need to always use a wheel package
avoid some issue when trying to run venv from root dir
e.g. `./build/python/venv/bin/python -c "from ortools.pdlp import solve_log_pb2"` | [
{
"change_type": "DELETE",
"old_path": "ortools/__init__.py",
"new_path": null,
"diff": "-# Copyright 2010-2021 Google LLC\n-# Licensed under the Apache License, Version 2.0 (the \"License\");\n-# you may not use this file except in compliance with the License.\n-# You may obtain a copy of the Licen... | C++ | Apache License 2.0 | google/or-tools | python: remove __init__.py
now you'll need to always use a wheel package
avoid some issue when trying to run venv from root dir
e.g. `./build/python/venv/bin/python -c "from ortools.pdlp import solve_log_pb2"` |
261,218 | 28.02.2022 08:54:23 | -3,600 | 0ca2eb308700f07a5ad64560cfce2d3abed88e60 | python: fix missing glop/bop in setup.py.in | [
{
"change_type": "MODIFY",
"old_path": "cmake/python.cmake",
"new_path": "cmake/python.cmake",
"diff": "@@ -186,7 +186,9 @@ endforeach()\n#file(MAKE_DIRECTORY python/${PYTHON_PROJECT})\nfile(GENERATE OUTPUT ${PYTHON_PROJECT_DIR}/__init__.py CONTENT \"__version__ = \\\"${PROJECT_VERSION}\\\"\\n\")\nf... | C++ | Apache License 2.0 | google/or-tools | python: fix missing glop/bop in setup.py.in |
261,218 | 28.02.2022 14:12:41 | -3,600 | c5596fed801f8e5293a66a645662a06f0ab793ba | archive: Fix C++ | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -491,7 +491,7 @@ install_dirs:\ninstall_cc: | install_dirs\n$(COPY) LICENSE-2.0.txt \"$(DESTDIR)$(prefix)\"\n$(COPYREC) include \"$(DESTDIR)$(prefix)\"\n- $(COPY) $(LIB_DIR)$S$(LI... | C++ | Apache License 2.0 | google/or-tools | archive: Fix C++ |
261,218 | 28.02.2022 14:12:54 | -3,600 | 64d9faaca4d213e67cbfe085232bb6f30d7e9899 | archive: Fix .Net path | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.archive.mk",
"new_path": "makefiles/Makefile.archive.mk",
"diff": "@@ -149,7 +149,7 @@ $$(TEMP_ARCHIVE_DIR)/$$(INSTALL_DIR)/examples/dotnet/%/plop: \\\n$$(TEMP_ARCHIVE_DIR)$$S$$(INSTALL_DIR)$$Sexamples$$Sdotnet$$S$$*\n$$(COPY) $$(TEMP_DOTNET... | C++ | Apache License 2.0 | google/or-tools | archive: Fix .Net path |
261,218 | 28.02.2022 14:13:15 | -3,600 | e00c0d5f97a5e986d63105895bde2d377e904b5a | archive: Remove deprecated F# | [
{
"change_type": "MODIFY",
"old_path": "tools/Makefile.cc.java.dotnet",
"new_path": "tools/Makefile.cc.java.dotnet",
"diff": "@@ -610,21 +610,6 @@ dotnet:\n$(MAKE) run SOURCE=examples/dotnet/xkcd/xkcd.cs\n$(MAKE) run SOURCE=examples/dotnet/young_tableaux/young_tableaux.cs\n$(MAKE) run SOURCE=example... | C++ | Apache License 2.0 | google/or-tools | archive: Remove deprecated F# |
261,218 | 28.02.2022 11:17:02 | -3,600 | e19e2bbaf1c16f538b688acf773b64892291fadf | release: Fix Makefile.cc.java.dotnet | [
{
"change_type": "MODIFY",
"old_path": "tools/Makefile.cc.java.dotnet",
"new_path": "tools/Makefile.cc.java.dotnet",
"diff": "@@ -66,7 +66,7 @@ ifeq ($(SYSTEM),unix)\nDEBUG = -O4 -DNDEBUG\nCXXFLAGS = -fPIC -std=c++20 $(DEBUG) \\\n-I$(INC_DIR) -I. $(ARCH) -Wno-deprecated \\\n- -DUSE_BOP -DUSE_GLOP \\... | C++ | Apache License 2.0 | google/or-tools | release: Fix Makefile.cc.java.dotnet |
261,218 | 28.02.2022 15:13:14 | -3,600 | 674a0d6f77d1a40b385ef458b810a24b0e8f426a | cmake(dotnet): Add UNIVERSAL_DOTNET_PACKAGE option | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -221,6 +221,11 @@ message(STATUS \"CPLEX support: ${USE_CPLEX}\")\noption(USE_XPRESS \"Use the XPRESS solver\" OFF)\nmessage(STATUS \"XPRESS support: ${USE_XPRESS}\")\n+if(BUILD_DOTNET)\n+ option(UNIVE... | C++ | Apache License 2.0 | google/or-tools | cmake(dotnet): Add UNIVERSAL_DOTNET_PACKAGE option |
261,218 | 28.02.2022 16:21:53 | -3,600 | df8003d3ea8ee7de82917a1b96d16e08d060fdf2 | tools/docker: Bump cmake in manylinux
3.21.3 -> 3.22.2 | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/python/amd64/manylinux.Dockerfile",
"new_path": "tools/docker/python/amd64/manylinux.Dockerfile",
"diff": "@@ -22,11 +22,11 @@ RUN yum -y update \\\nENTRYPOINT [\"/usr/bin/bash\", \"-c\"]\nCMD [\"/usr/bin/bash\"]\n-# Install CMake 3.21.3\n-RUN wge... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Bump cmake in manylinux
3.21.3 -> 3.22.2 |
261,218 | 28.02.2022 18:29:41 | -3,600 | 5fbe8b4b71e574020f2079e48c4061cea7789125 | cmake: Add parser_main | [
{
"change_type": "MODIFY",
"old_path": "cmake/flatzinc.cmake",
"new_path": "cmake/flatzinc.cmake",
"diff": "@@ -107,7 +107,9 @@ if(APPLE)\nelseif(UNIX)\nset(CMAKE_INSTALL_RPATH \"$ORIGIN/../${CMAKE_INSTALL_LIBDIR}:$ORIGIN\")\nendif()\n-# Binary\n+\n+\n+# Fz Binary\nadd_executable(fz\nortools/flatzin... | C++ | Apache License 2.0 | google/or-tools | cmake: Add parser_main |
261,218 | 28.02.2022 18:29:51 | -3,600 | 567d026738179be81646890a2bbe3e3298dd9b84 | make: archive fixup | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.archive.mk",
"new_path": "makefiles/Makefile.archive.mk",
"diff": "@@ -190,6 +190,8 @@ archive_dotnet: dotnet \\\n################\n## FLATZINC ##\n################\n+$(TEMP_FZ_DIR):\n+ -$(MKDIR_P) $(TEMP_FZ_DIR)$S$(FZ_INSTALL_DIR)\n$(FZ_INS... | C++ | Apache License 2.0 | google/or-tools | make: archive fixup |
261,218 | 01.03.2022 12:17:56 | 0 | d3039fbbcc49ae60d9dcdded5e74a719ba1fe540 | make: Rework clean_third_party | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.third_party.unix.mk",
"new_path": "makefiles/Makefile.third_party.unix.mk",
"diff": "@@ -40,13 +40,11 @@ $(BUILD_DIR)/Makefile: $(CURDIR)/makefiles/Makefile.third_party.unix.mk | $(BUIL\n.PHONY: clean_third_party # Clean everything.\nclean_t... | C++ | Apache License 2.0 | google/or-tools | make: Rework clean_third_party |
261,218 | 01.03.2022 17:03:16 | 0 | 642f0850f7ab73ae8f7d0839aa4681397769be65 | make: Fix archive on windows | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -476,25 +476,30 @@ endif\n###############\n# ref: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html#index-prefix\n# ref: https://www.gnu.org/prep/standards/htm... | C++ | Apache License 2.0 | google/or-tools | make: Fix archive on windows |
261,218 | 03.03.2022 14:07:31 | -3,600 | bf1e668e10632f3832581611f67dcb00b397f6b1 | ci: Remove seanmiddleditch/gha-setup-ninja action | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/make_windows_dotnet.yml",
"new_path": ".github/workflows/make_windows_dotnet.yml",
"diff": "@@ -9,7 +9,6 @@ jobs:\nsteps:\n- uses: actions/checkout@v2\n- uses: ilammy/msvc-dev-cmd@v1\n- - uses: seanmiddleditch/gha-setup-ninja@master\n# Instal... | C++ | Apache License 2.0 | google/or-tools | ci: Remove seanmiddleditch/gha-setup-ninja action |
261,218 | 03.03.2022 16:50:55 | 0 | e87e7bd8e5e8d8f8fa85dc25cfccbb6bf1b80f50 | tools/release: Fix windows build_dotnet | [
{
"change_type": "MODIFY",
"old_path": "cmake/dotnet.cmake",
"new_path": "cmake/dotnet.cmake",
"diff": "@@ -142,9 +142,9 @@ add_custom_target(Dotnet${PROJECT_NAME}_proto DEPENDS ${PROTO_DOTNETS} ${PROJECT\nif(DEFINED ENV{DOTNET_SNK})\nadd_custom_command(\nOUTPUT ${PROJECT_BINARY_DIR}/dotnet/or-tools... | C++ | Apache License 2.0 | google/or-tools | tools/release: Fix windows build_dotnet |
261,218 | 03.03.2022 17:53:54 | 0 | 82ff201667a4f7f45f62bf9cb119735543203d31 | tools/release: Fix build delivery | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_linux.sh",
"new_path": "tools/release/build_delivery_linux.sh",
"diff": "@@ -103,7 +103,7 @@ function build_dotnet() {\necho \"DONE\" | tee -a build.log\necho -n \"Build .Net...\" | tee -a build.log\n- cmake -S. -Btemp_dotnet -DBUI... | C++ | Apache License 2.0 | google/or-tools | tools/release: Fix build delivery |
261,230 | 04.03.2022 02:14:57 | -3,600 | 6f05109075aac7cf7b1868fdbb997deaf65b8cfc | enrich gurobi path: fix | [
{
"change_type": "MODIFY",
"old_path": "ortools/gurobi/environment.cc",
"new_path": "ortools/gurobi/environment.cc",
"diff": "@@ -697,6 +697,9 @@ std::vector<std::string> GurobiDynamicLibraryPotentialPaths() {\n#elif defined(__APPLE__) // OS X\npotential_paths.push_back(absl::StrCat(\n\"/Library/gur... | C++ | Apache License 2.0 | google/or-tools | enrich gurobi path: fix #3154 |
261,218 | 04.03.2022 09:17:01 | -3,600 | ffb5ea4dc30c843eabd7d035bfcc6579c80b6b74 | make: Fix RPATH in [fz_]archive | [
{
"change_type": "MODIFY",
"old_path": "cmake/cpp.cmake",
"new_path": "cmake/cpp.cmake",
"diff": "@@ -319,7 +319,8 @@ function(add_cxx_sample FILE_NAME)\nset(CMAKE_INSTALL_RPATH\n\"@loader_path/../${CMAKE_INSTALL_LIBDIR};@loader_path\")\nelseif(UNIX)\n- set(CMAKE_INSTALL_RPATH \"$ORIGIN/../${CMAKE_I... | C++ | Apache License 2.0 | google/or-tools | make: Fix RPATH in [fz_]archive |
261,218 | 04.03.2022 11:07:45 | -3,600 | 7fb25d1615e4b26535ee408ec213f54eaca24737 | ci: Fix make linux cpp | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/make_linux_cpp.yml",
"new_path": ".github/workflows/make_linux_cpp.yml",
"diff": "@@ -6,6 +6,9 @@ jobs:\n# Building using the github runner environement directly.\nmake:\nruns-on: ubuntu-latest\n+ env:\n+ CC: gcc-10\n+ CXX: g++-10\nsteps:\n- ... | C++ | Apache License 2.0 | google/or-tools | ci: Fix make linux cpp |
261,218 | 04.03.2022 11:08:29 | -3,600 | 01b5915c45edb60db24ea4aea30815fc08790456 | tools/docker: Fix centos-8 | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/amd64/centos-7.Dockerfile",
"new_path": "tools/docker/amd64/centos-7.Dockerfile",
"diff": "@@ -19,7 +19,7 @@ RUN yum -y update \\\nSHELL [\"/bin/bash\", \"--login\", \"-c\"]\nENTRYPOINT [\"/usr/bin/bash\", \"--login\", \"-c\"]\nCMD [\"/usr/bin/bas... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Fix centos-8 |
261,218 | 04.03.2022 12:49:31 | -3,600 | 49cb465744fab7d0d7afb78a7dddb7996c748fe6 | tools/docker: fix bash path | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/amd64/debian-10.Dockerfile",
"new_path": "tools/docker/amd64/debian-10.Dockerfile",
"diff": "@@ -11,7 +11,7 @@ RUN apt-get update -qq \\\n&& apt-get clean \\\n&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*\nENTRYPOINT [\"/bin/bash\", \"-c\"]\n-C... | C++ | Apache License 2.0 | google/or-tools | tools/docker: fix bash path |
261,218 | 04.03.2022 13:11:46 | -3,600 | 9207b6e9a6e8516be8fba3249a1757d805a9293e | tools/docker: Remove debian-10 support
no easy support for gcc 10+ | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/Makefile",
"new_path": "tools/docker/Makefile",
"diff": "@@ -75,7 +75,6 @@ help:\n@echo -e \"\\t\\t${BOLD}centos-8${RESET} (latest)\"\n@echo -e \"\\t\\t${BOLD}centos-7${RESET} (Centos 7 LTS)\"\n@echo -e \"\\t\\t${BOLD}debian-11${RESET} (bullseye, ... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Remove debian-10 support
no easy support for gcc 10+ |
261,218 | 04.03.2022 13:28:14 | -3,600 | 2739444e6b623d0f4d576161ee8ff2f02c6fd61c | tools/docker: Fix opensuse-leap | [
{
"change_type": "MODIFY",
"old_path": "tools/Makefile.cc.java.dotnet",
"new_path": "tools/Makefile.cc.java.dotnet",
"diff": "@@ -31,7 +31,8 @@ ifeq ($(SYSTEM),unix)\nTOUCH = touch\n# C++\nifeq ($(OS),Linux)\n- CXX = g++\n+ CC ?= gcc\n+ CXX ?= g++\nLDFLAGS = \\\n-Wl,-rpath,\"\\$$ORIGIN\" \\\n-Wl,-rp... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Fix opensuse-leap |
261,218 | 04.03.2022 13:43:02 | -3,600 | fb25414efefadcfaff1deb5558666a7af5c77f9a | tools/docker: Fix Ubuntu 18.04 and 20.04 | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.unix.mk",
"new_path": "makefiles/Makefile.unix.mk",
"diff": "@@ -88,8 +88,9 @@ DEBUG = -O4 -DNDEBUG\nJNIDEBUG = -O1 -DNDEBUG\nifeq ($(PLATFORM),LINUX)\n- CCC = g++ -fPIC -std=c++20 -fwrapv\n- DYNAMIC_LD = g++ -shared\n+ CXX ?= g++\n+ CCC = $... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Fix Ubuntu 18.04 and 20.04 |
261,218 | 04.03.2022 13:57:51 | 0 | bc598dda01e536a46d4359b924ac6b5937a3def9 | make: fix fz_archive on windows | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.archive.mk",
"new_path": "makefiles/Makefile.archive.mk",
"diff": "@@ -204,7 +204,11 @@ $(FZ_INSTALL_DIR)$(ARCHIVE_EXT): fz | $(TEMP_FZ_DIR)\n-$(DELREC) $(TEMP_FZ_DIR)$S$(FZ_INSTALL_DIR)$Sshare/docs\n-$(DELREC) $(TEMP_FZ_DIR)$S$(FZ_INSTALL_D... | C++ | Apache License 2.0 | google/or-tools | make: fix fz_archive on windows |
261,218 | 04.03.2022 16:00:39 | -3,600 | a3ef28e824ee84a948796dffbb8254e67714cb56 | tools/docker: Fix CMake version
need at least 3.18 | [
{
"change_type": "MODIFY",
"old_path": "cmake/README.md",
"new_path": "cmake/README.md",
"diff": "@@ -65,7 +65,8 @@ CMake as a standalone project or it can be incorporated into an existing CMake\n## Requirement\nYou'll need:\n-* `CMake >= 3.15` (`3.18` for python support).\n+* `CMake >= 3.18`.\n+* A... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Fix CMake version
need at least 3.18 |
261,218 | 04.03.2022 17:35:26 | -3,600 | 41f223da5ed3d9248655cd73dcbd218d160e51fc | tools/docker: Fix minizinc build | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/Makefile",
"new_path": "tools/docker/Makefile",
"diff": "@@ -545,20 +545,24 @@ distclean: clean | export/archives\n##########################\nMZN_TAG=or-tools-minizinc-challenge:2021v4\n-minizinc-challenge-image:\n- docker build -f minizinc-chall... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Fix minizinc build |
261,218 | 07.03.2022 08:03:41 | -3,600 | faf940b89fc20dbe805f67724df4e0ecc8f03e59 | tools/docker: Fix python alpine build | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/python/amd64/alpine.Dockerfile",
"new_path": "tools/docker/python/amd64/alpine.Dockerfile",
"diff": "@@ -38,7 +38,8 @@ WORKDIR /project\n# Build project\nFROM devel AS build\n-RUN cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_DEPS=ON -DBUIL... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Fix python alpine build |
261,218 | 07.03.2022 12:42:32 | 0 | eb023adacd694fdf89b39c907ae4f3f7339d6d98 | Fix Makefile in archive
* On windows make.exe will add broken CC=cc and CXX=g++ env.
so we currently force to cl (like before) | [
{
"change_type": "MODIFY",
"old_path": "tools/Makefile.cc.java.dotnet",
"new_path": "tools/Makefile.cc.java.dotnet",
"diff": "@@ -121,8 +121,8 @@ ifeq ($(SYSTEM),win)\nPORT = VisualStudio$(VISUAL_STUDIO)-32b\nNETPLATFORM = x86\nendif\n- CC ?= cl\n- CXX ?= cl\n+ CC := cl\n+ CXX := cl\n# We can't use ... | C++ | Apache License 2.0 | google/or-tools | Fix Makefile in archive
* On windows make.exe will add broken CC=cc and CXX=g++ env.
so we currently force to cl (like before) |
261,218 | 07.03.2022 15:12:15 | 0 | 57b182d2dfecfc87d444671733b21147ebea0fc9 | make: Create a bundle lib on windows | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "cmake/bundle-install.cmake.in",
"diff": "+cmake_minimum_required(VERSION 3.18)\n+message(\"Create bundled lib...\")\n+\n+# Find lib.exe\n+find_program(lib_tool lib.exe)\n+\n+# remove @PROJECT_NAME@_full.lib\n+execute_process(\n+ COMMAND ${CMAKE_... | C++ | Apache License 2.0 | google/or-tools | make: Create a bundle lib on windows |
261,230 | 07.03.2022 17:03:19 | -3,600 | 403171f6a5658311b38032a5d96b29fe86a021fa | make: remove Makefile.third_party.mk | [
{
"change_type": "DELETE",
"old_path": "makefiles/Makefile.third_party.mk",
"new_path": null,
"diff": "-.PHONY: help_third_party # Generate list of Prerequisite targets with descriptions.\n-help_third_party:\n- @echo Use one of the following Prerequisite targets:\n-ifeq ($(PLATFORM),WIN64)\n- @$(GRE... | C++ | Apache License 2.0 | google/or-tools | make: remove Makefile.third_party.mk |
261,230 | 07.03.2022 17:07:02 | -3,600 | b85c18d64d276672a42752dc67686401946b66b2 | make: remove Makefile.gen.mk | [
{
"change_type": "DELETE",
"old_path": "makefiles/Makefile.gen.mk",
"new_path": null,
"diff": "-BASE_DEPS = \\\n- $(INC_DIR)/ortools/base/accurate_sum.h \\\n- $(INC_DIR)/ortools/base/adjustable_priority_queue.h \\\n- $(INC_DIR)/ortools/base/adjustable_priority_queue-inl.h \\\n- $(INC_DIR)/ortools/ba... | C++ | Apache License 2.0 | google/or-tools | make: remove Makefile.gen.mk |
261,230 | 08.03.2022 11:46:14 | -3,600 | 4aa787c3e31c7bcd894b5e60ac14488fd6df60d6 | bazel: use workspace zlib in glpk for bazel build | [
{
"change_type": "MODIFY",
"old_path": "bazel/glpk.BUILD",
"new_path": "bazel/glpk.BUILD",
"diff": "@@ -7,13 +7,15 @@ cc_library(\n\"glpk-5.0/src/*.h\",\n\"glpk-5.0/src/*/*.h\",\n],\n- exclude = [\"glpk-5.0/src/proxy/main.c\"],\n+ exclude = [\n+ \"glpk-5.0/src/proxy/main.c\",\n+ \"glpk-5.0/src/zlib/... | C++ | Apache License 2.0 | google/or-tools | bazel: use workspace zlib in glpk for bazel build |
261,230 | 10.03.2022 14:02:43 | -3,600 | d8fc770f3aee17213fb16cdc24017daf0134abc4 | Fix support warm starts in flatzinc | [
{
"change_type": "MODIFY",
"old_path": "ortools/flatzinc/cp_model_fz_solver.cc",
"new_path": "ortools/flatzinc/cp_model_fz_solver.cc",
"diff": "@@ -986,8 +986,28 @@ void CpModelProtoWithMapping::TranslateSearchAnnotations(\nfz::FlattenAnnotations(annotation, &flat_annotations);\n}\n+ // CP-SAT rejec... | C++ | Apache License 2.0 | google/or-tools | Fix #2999: support warm starts in flatzinc |
261,218 | 10.03.2022 14:03:26 | -3,600 | 6061a6f9aa483c0cf8c1cf31a2d56c04ba4412fd | tools: Clean various README | [
{
"change_type": "MODIFY",
"old_path": "tools/README.cc.java.dotnet",
"new_path": "tools/README.cc.java.dotnet",
"diff": "@@ -6,9 +6,12 @@ OR-Tools is located at https://developers.google.com/optimization\nThese modules have been tested under:\n- - Ubuntu 16.04, 18.04 and 21.10 (64-bit).\n- - macOS ... | C++ | Apache License 2.0 | google/or-tools | tools: Clean various README |
261,230 | 14.03.2022 15:06:11 | -3,600 | 13dbe6a387c498aec6262d644bb38fb60400209e | [CP-SAT] fix crash in core search and in presolve; add more needed stl includes | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model.h",
"new_path": "ortools/sat/cp_model.h",
"diff": "#include <initializer_list>\n#include <iosfwd>\n#include <limits>\n+#include <ostream>\n#include <string>\n#include <utility>\n#include <vector>\n"
},
{
"change_type": "MODIFY",
... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] fix crash in core search and in presolve; add more needed stl includes |
261,218 | 14.03.2022 10:55:37 | -3,600 | 891b80dc5bda263c7399a395685e20355b89bd79 | absl: Flag include directories as system. | [
{
"change_type": "MODIFY",
"old_path": "patches/abseil-cpp-20211102.0.patch",
"new_path": "patches/abseil-cpp-20211102.0.patch",
"diff": "+diff --git a/CMake/AbseilHelpers.cmake b/CMake/AbseilHelpers.cmake\n+index f2ce567..c1fab3e 100644\n+--- a/CMake/AbseilHelpers.cmake\n++++ b/CMake/AbseilHelpers.... | C++ | Apache License 2.0 | google/or-tools | absl: Flag include directories as system. |
261,218 | 14.03.2022 13:46:44 | -3,600 | 486bd407af2474fdb376a0913e8d71913a2f3015 | cmake: Use C++20 for MSVC, C++17 otherwise
make: Unix use C++17 | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -12,7 +12,11 @@ message(STATUS \"${PROJECT_NAME} version: ${PROJECT_VERSION}\")\n#message(STATUS \"minor: ${PROJECT_VERSION_MINOR}\")\n#message(STATUS \"patch: ${PROJECT_VERSION_PATCH}\")\n+if (MSVC)\n... | C++ | Apache License 2.0 | google/or-tools | cmake: Use C++20 for MSVC, C++17 otherwise
make: Unix use C++17 |
261,230 | 15.03.2022 13:57:17 | -3,600 | d3a3691307bff27b4272c3ad03e7893549450537 | missing stl include | [
{
"change_type": "MODIFY",
"old_path": "ortools/graph/assignment.cc",
"new_path": "ortools/graph/assignment.cc",
"diff": "#include \"ortools/graph/assignment.h\"\n+#include <algorithm>\n+\n#include \"ortools/base/commandlineflags.h\"\n#include \"ortools/graph/ebert_graph.h\"\n#include \"ortools/grap... | C++ | Apache License 2.0 | google/or-tools | missing stl include |
261,218 | 18.03.2022 08:43:41 | -3,600 | b14b1c5117702bbcf55e74a10a3f4ff5f6fa5539 | dotnet: remove net452 broken support | [
{
"change_type": "MODIFY",
"old_path": "ortools/dotnet/Google.OrTools-full.csproj.in",
"new_path": "ortools/dotnet/Google.OrTools-full.csproj.in",
"diff": "<DelaySign>false</DelaySign>\n</PropertyGroup>\n- <!-- On windows we can build cross-platform netstandard and windows-only netframework.-->\n- <... | C++ | Apache License 2.0 | google/or-tools | dotnet: remove net452 broken support |
261,218 | 18.03.2022 18:02:30 | -3,600 | 5f1cb90617c7e853ddb4c8cc350357742f3d4c16 | cmake(dotnet): Be able to disable a Target Framework Moniker | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -228,6 +228,12 @@ message(STATUS \"XPRESS support: ${USE_XPRESS}\")\nif(BUILD_DOTNET)\noption(UNIVERSAL_DOTNET_PACKAGE \"Build a .Net multi OS Package\" OFF)\nmessage(STATUS \".Net: Create multiple os ... | C++ | Apache License 2.0 | google/or-tools | cmake(dotnet): Be able to disable a Target Framework Moniker |
261,230 | 21.03.2022 17:37:47 | -3,600 | 1605046dbaad05c2c9ffac2eb34daaaa5d8d2777 | remove diffn energetic propagator, use the cumulative_energy overload checker | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_loader.cc",
"new_path": "ortools/sat/cp_model_loader.cc",
"diff": "@@ -1218,8 +1218,7 @@ void LoadNoOverlap2dConstraint(const ConstraintProto& ct, Model* m) {\nmapping->Intervals(ct.no_overlap_2d().y_intervals());\nm->Add(NonOverlappingRec... | C++ | Apache License 2.0 | google/or-tools | remove diffn energetic propagator, use the cumulative_energy overload checker |
261,230 | 23.03.2022 10:40:18 | -3,600 | c48a7c437dbec8c7b5bf6d3361ec3d3bb179ca60 | rewrite model_builder_helper wrapper code | [
{
"change_type": "MODIFY",
"old_path": "ortools/model_builder/python/model_builder_helper.py",
"new_path": "ortools/model_builder/python/model_builder_helper.py",
"diff": "# See the License for the specific language governing permissions and\n# limitations under the License.\n\"\"\"A Python wrapper ... | C++ | Apache License 2.0 | google/or-tools | rewrite model_builder_helper wrapper code |
261,218 | 21.03.2022 11:20:29 | -3,600 | ff8ad08039fc50cd5334b4d499fe79a3c8c60b8b | tools/docker: Clean Ubuntu Dockerfile | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/amd64/ubuntu-18.04.Dockerfile",
"new_path": "tools/docker/amd64/ubuntu-18.04.Dockerfile",
"diff": "@@ -5,9 +5,7 @@ FROM ubuntu:18.04 AS env\n## SETUP ##\n#############\nRUN apt update -qq \\\n-&& apt install -yq \\\n- git pkg-config wget make auto... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Clean Ubuntu Dockerfile (#3184) |
261,218 | 24.03.2022 13:35:47 | -3,600 | e798fd09904833e2cdbacba57355864a6d25a972 | doxygen: Add USE_GLOP and USE_PDLP | [
{
"change_type": "MODIFY",
"old_path": "tools/doc/cpp.doxy.in",
"new_path": "tools/doc/cpp.doxy.in",
"diff": "@@ -2159,7 +2159,7 @@ INCLUDE_FILE_PATTERNS =\n# recursively expanded use the := operator instead of the = operator.\n# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.\n-P... | C++ | Apache License 2.0 | google/or-tools | doxygen: Add USE_GLOP and USE_PDLP |
261,230 | 24.03.2022 17:59:38 | -3,600 | 439a2e4317f18b2332dc77b89d77339e3fd041ea | more work on model builder | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "ortools/model_builder/testdata/small_model.lp",
"diff": "+min: x + y;\n+bin: b1, b2, b3;\n+1 <= x <= 42;\n+constraint_num1: 5 b1 + 3b2 + x <= 7;\n+4 y + b2 - 3 b3 <= 2;\n+constraint_num2: -4 b1 + b2 - 3 z <= -2;\n"
},
{
"change_type": "M... | C++ | Apache License 2.0 | google/or-tools | more work on model builder |
261,218 | 24.03.2022 17:19:17 | -3,600 | 660b2005a5b0fd4b44b3e7786df3ad3814f51a49 | cmake: Update internal docs | [
{
"change_type": "MODIFY",
"old_path": "cmake/docs/ci.md",
"new_path": "cmake/docs/ci.md",
"diff": "# CI: Makefile/Docker/Vagrant testing\n-To test the build on various distro, I'm using docker containers and a Makefile for orchestration.\n+\n+To test the build on various distro, I'm using docker co... | C++ | Apache License 2.0 | google/or-tools | cmake: Update internal docs |
261,218 | 24.03.2022 16:22:49 | -3,600 | e6107f65cfdccae72f2c17be76ddac458068cc84 | dotnet: Add support for linux-arm64 and osx-arm64 | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -229,7 +229,12 @@ if(BUILD_DOTNET)\noption(UNIVERSAL_DOTNET_PACKAGE \"Build a .Net multi OS Package\" OFF)\nmessage(STATUS \".Net: Create multiple os package: ${UNIVERSAL_DOTNET_PACKAGE}\")\n+ # .Net C... | C++ | Apache License 2.0 | google/or-tools | dotnet: Add support for linux-arm64 and osx-arm64 (#2724) |
261,218 | 24.03.2022 11:12:17 | -3,600 | 0d3572bda874ce30b35af161a713ecd1793cd296 | c++: use legacy RE2 | [
{
"change_type": "MODIFY",
"old_path": "WORKSPACE",
"new_path": "WORKSPACE",
"diff": "@@ -53,7 +53,7 @@ new_git_repository(\ngit_repository(\nname = \"com_google_re2\",\n- patches = [\"//bazel:re2.patch\"],\n+ #patches = [\"//bazel:re2.patch\"],\ntag = \"2022-02-01\",\nremote = \"https://github.com/... | C++ | Apache License 2.0 | google/or-tools | c++: use legacy RE2 (#3201) |
261,218 | 24.03.2022 13:35:24 | -3,600 | 3c6f88de3b7023f3927fa851c6745474cfa771c5 | c++: Add USE_LP_PARSER define | [
{
"change_type": "MODIFY",
"old_path": "cmake/cpp.cmake",
"new_path": "cmake/cpp.cmake",
"diff": "@@ -19,6 +19,9 @@ list(APPEND OR_TOOLS_COMPILE_DEFINITIONS\n\"USE_BOP\" # enable BOP support\n\"USE_GLOP\" # enable GLOP support\n)\n+if(BUILD_LP_PARSER)\n+ list(APPEND OR_TOOLS_COMPILE_DEFINITIONS \"US... | C++ | Apache License 2.0 | google/or-tools | c++: Add USE_LP_PARSER define (#3201) |
261,218 | 21.03.2022 16:53:01 | -3,600 | f2ac2669d1b9613c5f729a3c87c87f3cefdb28d7 | ci: Add jobs to test compile without lp_parser | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/workflows/cmake_linux_no_lp_parser.yml",
"diff": "+name: CMake Linux C++ LP_PARSER OFF\n+\n+on: [push, pull_request]\n+\n+jobs:\n+ # Building using the github runner environement directly.\n+ cmake:\n+ runs-on: ubuntu-latest\n+ steps:\n+... | C++ | Apache License 2.0 | google/or-tools | ci: Add jobs to test compile without lp_parser (#3201) |
261,230 | 25.03.2022 15:12:05 | -3,600 | 8782b85d670550086daa59d5a7557fb3b786138a | fill solve_info | [
{
"change_type": "MODIFY",
"old_path": "ortools/linear_solver/linear_solver.cc",
"new_path": "ortools/linear_solver/linear_solver.cc",
"diff": "@@ -825,6 +825,7 @@ void MPSolver::FillSolutionResponseProto(MPSolutionResponse* response) const {\nresponse->Clear();\nresponse->set_status(\nResultStatusT... | C++ | Apache License 2.0 | google/or-tools | fill solve_info |
261,230 | 25.03.2022 15:12:19 | -3,600 | d007e3fbf970b3ddd670c8b75ae0c99a7bb4b27c | add samples to model_builder | [
{
"change_type": "MODIFY",
"old_path": "ortools/model_builder/python/model_builder.py",
"new_path": "ortools/model_builder/python/model_builder.py",
"diff": "@@ -883,23 +883,23 @@ class ModelSolver(object):\nprocedure.\n\"\"\"\n- def __init__(self):\n- self.__solve_helper = pwmb.ModelSolverHelper()\... | C++ | Apache License 2.0 | google/or-tools | add samples to model_builder |
261,230 | 26.03.2022 16:40:53 | -3,600 | 2df403eff83fb087472e17575b20b2e70da197d5 | fix fuzzer bugs | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/circuit.cc",
"new_path": "ortools/sat/circuit.cc",
"diff": "#include \"ortools/sat/circuit.h\"\n+#include <algorithm>\n#include <functional>\n#include <utility>\n#include <vector>\n@@ -102,7 +103,6 @@ void CircuitPropagator::RegisterWith(GenericLit... | C++ | Apache License 2.0 | google/or-tools | fix fuzzer bugs |
261,230 | 26.03.2022 17:00:47 | -3,600 | feaea91f8dd200c8c4f001059d0884de326bcbf8 | more work on model builder python | [
{
"change_type": "MODIFY",
"old_path": "ortools/model_builder/python/model_builder.py",
"new_path": "ortools/model_builder/python/model_builder.py",
"diff": "@@ -62,14 +62,14 @@ class LinearExpr(object):\n* You can define linear constraints as in:\n```\n- model.Add(x + 2 * y <= 5.0)\n- model.Add(sum... | C++ | Apache License 2.0 | google/or-tools | more work on model builder python |
261,230 | 28.03.2022 16:42:35 | -7,200 | 5d7f0e33ee1039976f2b729a5cd80f864a325262 | new no-wait scheduling problem | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/python/no_wait_baking_scheduling_sat.py",
"diff": "+#!/usr/bin/env python3\n+# Copyright 2010-2021 Google LLC\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with ... | C++ | Apache License 2.0 | google/or-tools | new no-wait scheduling problem |
261,230 | 28.03.2022 17:44:33 | -7,200 | 7c729cbd6e1c38ae7b9a490d33737bdcc4f9f3e8 | polish baking example | [
{
"change_type": "MODIFY",
"old_path": "examples/python/no_wait_baking_scheduling_sat.py",
"new_path": "examples/python/no_wait_baking_scheduling_sat.py",
"diff": "@@ -29,7 +29,7 @@ from ortools.sat.python import cp_model\nFLAGS = flags.FLAGS\n-flags.DEFINE_string('params', 'num_search_workers:16, m... | C++ | Apache License 2.0 | google/or-tools | polish baking example |
261,230 | 29.03.2022 17:58:33 | -7,200 | cdfce146ff5de338e4f4602bbea1d5399b93b866 | stl includes; new library; optional_proto python bazel entry | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/BUILD.bazel",
"new_path": "ortools/util/BUILD.bazel",
"diff": "load(\"@rules_cc//cc:defs.bzl\", \"cc_proto_library\")\n+load(\"@com_google_protobuf//:protobuf.bzl\", \"py_proto_library\")\npackage(default_visibility = [\"//visibility:public\"])\n@... | C++ | Apache License 2.0 | google/or-tools | stl includes; new library; optional_proto python bazel entry |
261,230 | 29.03.2022 17:59:36 | -7,200 | c84dc88872dcd88c76e35bc58de9e92cbaecbf26 | work on model_builder python; support building and testing it in python on bazel | [
{
"change_type": "MODIFY",
"old_path": "WORKSPACE",
"new_path": "WORKSPACE",
"diff": "@@ -106,3 +106,35 @@ cc_library(\n)\n\"\"\"\n)\n+\n+http_archive(\n+ name = \"rules_python\",\n+ sha256 = \"9fcf91dbcc31fde6d1edb15f117246d912c33c36f44cf681976bd886538deba6\",\n+ strip_prefix = \"rules_python-0.8.0... | C++ | Apache License 2.0 | google/or-tools | work on model_builder python; support building and testing it in python on bazel |
261,230 | 29.03.2022 18:00:01 | -7,200 | 236da8e96884c07e1b2a594390baeafe0ee2c258 | fix display of lb_tree_search | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cuts.cc",
"new_path": "ortools/sat/cuts.cc",
"diff": "@@ -1380,18 +1380,18 @@ CutGenerator CreatePositiveMultiplicationCutGenerator(AffineExpression z,\nconst int64_t y_lb = integer_trail->LevelZeroLowerBound(y).value();\nconst int64_t y_ub = integ... | C++ | Apache License 2.0 | google/or-tools | fix display of lb_tree_search |
261,230 | 30.03.2022 13:12:32 | -7,200 | 18d3f72160666ffd4db723b9f940e48bfe10e125 | run python sat samples with bazel | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/BUILD.bazel",
"new_path": "ortools/sat/BUILD.bazel",
"diff": "#\nload(\"@rules_cc//cc:defs.bzl\", \"cc_proto_library\")\n+load(\"@com_google_protobuf//:protobuf.bzl\", \"py_proto_library\")\npackage(\ndefault_visibility = [\"//visibility:public\"],... | C++ | Apache License 2.0 | google/or-tools | run python sat samples with bazel |
261,218 | 28.03.2022 10:07:16 | -7,200 | 3f960e28aa32a0ee8442e95171f653cae0a28a4b | cmake: Add Findre2.cmake module | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "cmake/Findre2.cmake",
"diff": "+#[=======================================================================[.rst:\n+Findre2\n+--------\n+\n+This module determines the re2 library of the system.\n+\n+IMPORTED Targets\n+^^^^^^^^^^^^^^^^\n+\n+This mo... | C++ | Apache License 2.0 | google/or-tools | cmake: Add Findre2.cmake module (#3191) |
261,218 | 28.03.2022 09:59:27 | -7,200 | 54179bd846fc459d815316a5ab296ee4fa519927 | tools/docker: Migrate Ubuntu 21.10 -> 22.04 | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/Makefile",
"new_path": "tools/docker/Makefile",
"diff": "@@ -79,8 +79,8 @@ help:\n@echo -e \"\\t\\t${BOLD}fedora-34${RESET}\"\n@echo -e \"\\t\\t${BOLD}fedora-33${RESET}\"\n@echo -e \"\\t\\t${BOLD}opensuse-leap${RESET} (latest)\"\n- @echo -e \"\\t\... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Migrate Ubuntu 21.10 -> 22.04 (#3199) |
261,218 | 28.03.2022 09:58:43 | -7,200 | 4ed047e57e8ae6a69251c96152dd7529ed0340e7 | tools/docker: Bring back | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/Makefile",
"new_path": "tools/docker/Makefile",
"diff": "@@ -75,6 +75,7 @@ help:\n@echo -e \"\\t\\t${BOLD}centos-8${RESET} (latest)\"\n@echo -e \"\\t\\t${BOLD}centos-7${RESET} (Centos 7 LTS)\"\n@echo -e \"\\t\\t${BOLD}debian-11${RESET} (bullseye, ... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Bring back Debian-10 (#3209) |
261,230 | 30.03.2022 18:36:25 | -7,200 | 973445dfba9ab0eb736d91d61643951716a67319 | fix fp_roundtrip_conv | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/fp_roundtrip_conv.cc",
"new_path": "ortools/util/fp_roundtrip_conv.cc",
"diff": "#include \"ortools/base/logging.h\"\n#include \"ortools/base/status_builder.h\"\n-#if !defined(__wasm__) && !defined(ANDROID) && !defined(__APPLE__)\n#define OPERATIO... | C++ | Apache License 2.0 | google/or-tools | fix fp_roundtrip_conv |
261,218 | 31.03.2022 15:30:21 | -7,200 | 111b942bc2b84f8055accddeecbc06a2f787788c | constraint_solver: cleanup | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/assignment.cc",
"new_path": "ortools/constraint_solver/assignment.cc",
"diff": "@@ -1054,7 +1054,7 @@ class RestoreAssignment : public DecisionBuilder {\n~RestoreAssignment() override {}\n- Decision* Next(Solver* const solver) overrid... | C++ | Apache License 2.0 | google/or-tools | constraint_solver: cleanup |
261,218 | 31.03.2022 15:30:59 | -7,200 | c373ebfda9d0b735d25a8ee1fcc826913d17b547 | pdlp: export from google3 | [
{
"change_type": "MODIFY",
"old_path": "ortools/pdlp/primal_dual_hybrid_gradient_test.cc",
"new_path": "ortools/pdlp/primal_dual_hybrid_gradient_test.cc",
"diff": "@@ -135,6 +135,19 @@ void VerifyTerminationReasonAndIterationCount(\n}\n}\n+// Verifies the primal and dual objective values.\n+void Ver... | C++ | Apache License 2.0 | google/or-tools | pdlp: export from google3 |
261,218 | 31.03.2022 15:31:36 | -7,200 | 957d51ad8bf5aeb1b706027b2c91389757f686f3 | scheduling: export from google3 | [
{
"change_type": "MODIFY",
"old_path": "ortools/scheduling/BUILD.bazel",
"new_path": "ortools/scheduling/BUILD.bazel",
"diff": "@@ -51,3 +51,14 @@ cc_library(\n\"@com_google_absl//absl/strings\",\n],\n)\n+\n+proto_library(\n+ name = \"course_scheduling_proto\",\n+ srcs = [\"course_scheduling.proto\"... | C++ | Apache License 2.0 | google/or-tools | scheduling: export from google3 |
261,230 | 02.04.2022 23:26:17 | -7,200 | 1ff23debca2087fe414506594c46732068dda889 | tweak model_builder_helper | [
{
"change_type": "MODIFY",
"old_path": "ortools/model_builder/python/model_builder.py",
"new_path": "ortools/model_builder/python/model_builder.py",
"diff": "@@ -33,21 +33,11 @@ rather than for solving specific optimization problems.\nimport math\n-from ortools.linear_solver import linear_solver_pb2... | C++ | Apache License 2.0 | google/or-tools | tweak model_builder_helper |
261,230 | 02.04.2022 23:26:50 | -7,200 | f9f0aa51a226d80ecd528fbfde202a4150e41412 | fix MPS output | [
{
"change_type": "MODIFY",
"old_path": "ortools/linear_solver/model_exporter.cc",
"new_path": "ortools/linear_solver/model_exporter.cc",
"diff": "@@ -820,6 +820,12 @@ bool MPModelProtoExporter::ExportModelAsMpsFormat(\n// RHS (right-hand-side) section.\ncurrent_mps_column_ = 0;\nstd::string rhs_sect... | C++ | Apache License 2.0 | google/or-tools | fix MPS output |
261,230 | 02.04.2022 23:28:22 | -7,200 | 7baa5626cfb48967d8fe9f26afb04c1507cf02af | incomplete ModelBuilder java implementation | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.java.mk",
"new_path": "makefiles/Makefile.java.mk",
"diff": "@@ -83,7 +83,7 @@ JAVA_SRC_PATH := $(subst /,$S,$(JAVA_SRC_DIR))\nJAVA_TEST_DIR := src/test/java/com/google/ortools\nJAVA_TEST_PATH := $(subst /,$S,$(JAVA_TEST_DIR))\n-JAVA_SAMPLES... | C++ | Apache License 2.0 | google/or-tools | incomplete ModelBuilder java implementation |
261,230 | 03.04.2022 23:22:02 | -7,200 | f54350c5786be02ce446da0f3e00af7758060769 | more work on ModelBuilder java | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.java.mk",
"new_path": "makefiles/Makefile.java.mk",
"diff": "@@ -275,6 +275,11 @@ test_java_linear_solver_samples: \\\nrjava_SimpleMipProgram \\\nrjava_StiglerDiet\n+.PHONY: test_java_model_builder_samples # Build and Run all Java MB Samples... | C++ | Apache License 2.0 | google/or-tools | more work on ModelBuilder java |
261,230 | 04.04.2022 11:57:14 | -7,200 | ac5dc8be375d7713d5794b755aa0377f49ec0266 | fix java crash | [
{
"change_type": "MODIFY",
"old_path": "ortools/java/com/google/ortools/modelbuilder/ModelSolver.java",
"new_path": "ortools/java/com/google/ortools/modelbuilder/ModelSolver.java",
"diff": "@@ -32,7 +32,11 @@ public final class ModelSolver {\n/** Solves given model, and returns the status of the res... | C++ | Apache License 2.0 | google/or-tools | fix java crash |
261,230 | 04.04.2022 15:08:29 | -7,200 | fb6e4c8eeb2e81db8c13a6c18554050b0b602542 | add tests for model builder | [
{
"change_type": "MODIFY",
"old_path": "examples/tests/CpModelTest.java",
"new_path": "examples/tests/CpModelTest.java",
"diff": "@@ -519,9 +519,7 @@ public final class CpModelTest {\nfinal IntVar y = model.newIntVar(0, 10, \"y\");\nList<Constraint> constraints = new ArrayList<>();\nfor (int i = 0; ... | C++ | Apache License 2.0 | google/or-tools | add tests for model builder |
261,230 | 04.04.2022 15:42:12 | -7,200 | a4fc5aee5547d74d3c81bc925421f41f10d2559e | use java.time.Duration for time limit | [
{
"change_type": "MODIFY",
"old_path": "ortools/java/com/google/ortools/modelbuilder/LinearExprBuilder.java",
"new_path": "ortools/java/com/google/ortools/modelbuilder/LinearExprBuilder.java",
"diff": "@@ -69,7 +69,7 @@ public final class LinearExprBuilder implements LinearArgument {\npublic LinearE... | C++ | Apache License 2.0 | google/or-tools | use java.time.Duration for time limit |
261,230 | 04.04.2022 15:43:28 | -7,200 | 03a1571f4cdc35efcc948b962fa3600fecebd619 | explicit cast long -> double | [
{
"change_type": "MODIFY",
"old_path": "ortools/java/com/google/ortools/sat/CpModel.java",
"new_path": "ortools/java/com/google/ortools/sat/CpModel.java",
"diff": "@@ -918,7 +918,7 @@ public final class CpModel {\nfor (int i = 0; i < e.numElements(); ++i) {\nobj.addVars(e.getVariableIndex(i)).addCoe... | C++ | Apache License 2.0 | google/or-tools | explicit cast long -> double |
261,218 | 04.04.2022 18:30:11 | -7,200 | 9028b0612de3176af8e755857fff56c755b9446a | pdlp: remove spurious remaining moe | [
{
"change_type": "MODIFY",
"old_path": "ortools/pdlp/sharder_test.cc",
"new_path": "ortools/pdlp/sharder_test.cc",
"diff": "@@ -179,9 +179,6 @@ TEST(SharderTest, UniformSharderZeroElementVector) {\n});\n}\n-// MOE:begin_strip\n-// Regression test for b/214330472.\n-// MOE:end_strip\nTEST(SharderTest... | C++ | Apache License 2.0 | google/or-tools | pdlp: remove spurious remaining moe |
261,300 | 05.04.2022 16:44:24 | 14,400 | 041292f9c4dd938c302e82e9f28fcfa07ef79af7 | Update solve.cc's solver flag docs to include pdlp | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/solve.cc",
"new_path": "examples/cpp/solve.cc",
"diff": "ABSL_FLAG(std::string, input, \"\", \"REQUIRED: Input file name.\");\nABSL_FLAG(std::string, solver, \"glop\",\n\"The solver to use: bop, cbc, clp, glop, glpk_lp, glpk_mip, \"\n- \"gurobi_lp... | C++ | Apache License 2.0 | google/or-tools | Update solve.cc's solver flag docs to include pdlp |
261,218 | 06.04.2022 11:12:27 | -7,200 | 87f89bf031157129658426036941e5da98400e32 | examples/cpp: update solve.cc | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/solve.cc",
"new_path": "examples/cpp/solve.cc",
"diff": "// --dump_response=/tmp/foo.response \\\n// 2>/tmp/foo.err\n+#include <algorithm>\n#include <cstdio>\n#include <string>\n+#include <vector>\n#include \"absl/flags/flag.h\"\n#include \"absl/f... | C++ | Apache License 2.0 | google/or-tools | examples/cpp: update solve.cc |
261,218 | 01.04.2022 15:08:12 | -7,200 | a8ffe28948dba55eaa379ab865a349dbc4b42072 | cmake: install internal doc. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -113,7 +113,6 @@ message(STATUS \"Build Java samples: ${BUILD_JAVA_SAMPLES}\")\nCMAKE_DEPENDENT_OPTION(BUILD_DOTNET_SAMPLES \"Build dotnet samples\" ON \"BUILD_SAMPLES;BUILD_DOTNET\" OFF)\nmessage(STAT... | C++ | Apache License 2.0 | google/or-tools | cmake: install internal doc. |
261,218 | 04.04.2022 14:58:23 | -7,200 | 090cfd8fbcba8b2d303a593dabe908b871c9c97d | math_opt: rename samples to avoid collisions | [
{
"change_type": "MODIFY",
"old_path": "ortools/math_opt/samples/BUILD.bazel",
"new_path": "ortools/math_opt/samples/BUILD.bazel",
"diff": "@@ -2,7 +2,7 @@ package(default_visibility = [\"//visibility:public\"])\ncc_binary(\nname = \"basic_example\",\n- srcs = [\"basic_example.cc\"],\n+ srcs = [\"ba... | C++ | Apache License 2.0 | google/or-tools | math_opt: rename samples to avoid collisions |
261,218 | 04.04.2022 11:15:43 | -7,200 | 42cab13e38a6bc5d50635f88cf7da99e8565183c | make: use CMAKE_PREFIX_PATH to build samples | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -125,9 +125,7 @@ $(TEMP_CPP_DIR)/$(SOURCE_NAME): | $(TEMP_CPP_DIR)\n$(MKDIR) $(TEMP_CPP_DIR)$S$(SOURCE_NAME)\n$(TEMP_CPP_DIR)/$(SOURCE_NAME)/CMakeLists.txt: ${SRC_DIR}/ortools/cpp... | C++ | Apache License 2.0 | google/or-tools | make: use CMAKE_PREFIX_PATH to build samples (#3214) |
261,230 | 06.04.2022 18:33:49 | -7,200 | f85534c6948aa7dafd39aa9ba81b0aa484d7b580 | polish scheduling cuts | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_search.cc",
"new_path": "ortools/sat/cp_model_search.cc",
"diff": "@@ -516,22 +516,21 @@ std::vector<SatParameters> GetDiverseSetOfParameters(\nSatParameters::PORTFOLIO_WITH_QUICK_RESTART_SEARCH);\nnew_params.set_linearization_level(0);\ns... | C++ | Apache License 2.0 | google/or-tools | polish scheduling cuts |
261,218 | 08.04.2022 09:47:10 | -7,200 | c9bc84b8974f170400f381470c4a875dfd5e8642 | ci: use cpp targets for make | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/make_linux_cpp.yml",
"new_path": ".github/workflows/make_linux_cpp.yml",
"diff": "@@ -16,10 +16,10 @@ jobs:\n- name: Check system\nrun: make detect_port\n- name: Check C++\n- run: make detect_cc\n+ run: make detect_cpp\n- name: Build C++\n- r... | C++ | Apache License 2.0 | google/or-tools | ci: use cpp targets for make |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.