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,218 | 08.06.2022 10:56:39 | -7,200 | 09c30fbc00f80c86f4dcf3ea8fea136e100d4e16 | Add Allstar exemptions (Fix | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".allstar/binary_artifacts.yaml",
"diff": "+# Ignore reason: These artifacts are used by the Make based build recipes on windows.\n+# note: Windows doesn't provide an ubiquitous package manager we could depends on\n+# to have these tools availabl... | C++ | Apache License 2.0 | google/or-tools | Add Allstar exemptions (Fix #3328) |
261,218 | 08.06.2022 12:00:59 | -7,200 | b6afa93099cd62f1e980c42997b7d7045db853a5 | make: reduce dotnet memory footprint by cleaning after each examples run | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -67,10 +67,12 @@ build: $(SOURCE) $(SOURCE)proj dotnet\n.PHONY: run # Run a .Net C# program (using 'dotnet run').\nrun: build\ncd $(SOURCE_PROJECT_PATH) && \"$(DOTNET_BIN)\"... | C++ | Apache License 2.0 | google/or-tools | make: reduce dotnet memory footprint by cleaning after each examples run |
261,218 | 08.06.2022 13:31:45 | -7,200 | ba8ace20c2c7d8e2b18b5a1d4da225a3fa4d04e9 | make: Add `--framework net6.0` to build command | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -122,7 +122,7 @@ rdotnet_%: \\\n$(TEMP_DOTNET_DIR)/$1/%/%.csproj \\\n$(TEMP_DOTNET_DIR)/$1/%/%.cs \\\nFORCE\n- cd $(TEMP_DOTNET_DIR)$S$1$S$$* && \"$(DOTNET_BIN)\" build -c R... | C++ | Apache License 2.0 | google/or-tools | make: Add `--framework net6.0` to build command |
261,218 | 08.06.2022 15:25:30 | -7,200 | b2d2bc98ac60061115b09ba07839870c6da04d6c | tools/docker: cleanup | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/images/opensuse-leap.Dockerfile",
"new_path": "tools/docker/images/opensuse-leap.Dockerfile",
"diff": "@@ -22,11 +22,13 @@ RUN ARCH=$(uname -m) \\\n&& rm cmake-3.21.1-linux-${ARCH}.sh\n# Install SWIG\n-RUN zypper install -y swig \\\n+RUN zypper re... | C++ | Apache License 2.0 | google/or-tools | tools/docker: cleanup |
261,218 | 08.06.2022 15:25:47 | -7,200 | d95d7827c4002b8f252e9a9a39f4bef524a569e4 | cmake: Cleanup README.md | [
{
"change_type": "MODIFY",
"old_path": "cmake/README.md",
"new_path": "cmake/README.md",
"diff": "@@ -43,13 +43,13 @@ Python, Java, .Net]: [![Status][docker_svg]][docker_link]\n<nav for=\"cmake\"> |\n<a href=\"#requirement\">Requirement</a> |\n<a href=\"#dependencies\">Dependencies</a> |\n-<a href=\... | C++ | Apache License 2.0 | google/or-tools | cmake: Cleanup README.md |
261,218 | 08.06.2022 18:23:38 | -7,200 | 2b5141c347772c55d61aac921b63ffb05ded37a6 | make(ci): Fix opensuse C++ archive test | [
{
"change_type": "MODIFY",
"old_path": "makefiles/docker/opensuse/Dockerfile",
"new_path": "makefiles/docker/opensuse/Dockerfile",
"diff": "@@ -5,7 +5,7 @@ FROM opensuse/leap AS base\nENV PATH=/usr/local/bin:$PATH\nRUN zypper refresh \\\n&& zypper install -y git gcc11 gcc11-c++ cmake \\\n- wget whic... | C++ | Apache License 2.0 | google/or-tools | make(ci): Fix opensuse C++ archive test |
261,300 | 08.06.2022 18:13:23 | 14,400 | 737414175793e73d3d012fbc936b871e20393b40 | PDLP: Log corrected_dual_objective | [
{
"change_type": "MODIFY",
"old_path": "ortools/pdlp/primal_dual_hybrid_gradient.cc",
"new_path": "ortools/pdlp/primal_dual_hybrid_gradient.cc",
"diff": "@@ -906,6 +906,13 @@ SolverResult Solver::ConstructSolverResult(VectorXd primal_solution,\nLOG(INFO) << IterationStatsLabelString();\nLOG(INFO) <<... | C++ | Apache License 2.0 | google/or-tools | PDLP: Log corrected_dual_objective (#3336) |
261,218 | 10.06.2022 16:06:18 | -7,200 | cbc5674ffbf2446cecdb9017f74bc8196b6905c9 | cmake(dotnet): Use USE_DOTNET_CORE_31 and USE_DOTNET_6 | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -232,14 +232,14 @@ if(BUILD_DOTNET)\n# .Net Core 3.1 LTS is not available for osx arm64\nif(APPLE AND CMAKE_SYSTEM_PROCESSOR MATCHES \"^(aarch64|arm64)\")\n- set(USE_DOTNET_TFM_31 OFF)\n+ set(USE_DOTNE... | C++ | Apache License 2.0 | google/or-tools | cmake(dotnet): Use USE_DOTNET_CORE_31 and USE_DOTNET_6 |
261,218 | 10.06.2022 16:32:35 | -7,200 | 78939381c209d594a6d34720c91d724337223dd3 | cmake(ci): use zypper refresh on opensuse | [
{
"change_type": "MODIFY",
"old_path": "cmake/docker/opensuse/Dockerfile",
"new_path": "cmake/docker/opensuse/Dockerfile",
"diff": "@@ -4,13 +4,13 @@ FROM opensuse/tumbleweed AS base\nLABEL maintainer=\"corentinl@google.com\"\n# Install system build dependencies\nENV PATH=/usr/local/bin:$PATH\n-RUN ... | C++ | Apache License 2.0 | google/or-tools | cmake(ci): use zypper refresh on opensuse |
261,218 | 10.06.2022 16:59:32 | -7,200 | 0a51097f748768815d964a6e99662223eae6e0ca | tools/docker: Fix ubuntu andarchlinux dotnet build | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/images/archlinux.Dockerfile",
"new_path": "tools/docker/images/archlinux.Dockerfile",
"diff": "@@ -65,6 +65,7 @@ RUN make archive_cpp\n# .Net\n## build\nFROM cpp_build AS dotnet_build\n+ENV USE_DOTNET_CORE_31=OFF\nRUN make detect_dotnet \\\n&& mak... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Fix ubuntu andarchlinux dotnet build |
261,218 | 10.06.2022 16:59:55 | -7,200 | 189165d852dad9f9a1453a53ee28b94c9b30ed3c | cmake(ci): update | [
{
"change_type": "MODIFY",
"old_path": "cmake/docker/opensuse/dotnet.Dockerfile",
"new_path": "cmake/docker/opensuse/dotnet.Dockerfile",
"diff": "FROM ortools/cmake:opensuse_swig AS env\n# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-opensuse\n-RUN zypper refresh \\\n-&& zypper in... | C++ | Apache License 2.0 | google/or-tools | cmake(ci): update |
261,218 | 10.06.2022 17:00:31 | -7,200 | 058a8648276f4aa1472185b9a48fa9785ba57a5c | make: Add USE_DOTNET_CORE_31 and USE_DOTNET_6 | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -26,6 +26,9 @@ USE_PDLP := ON # OFF not supported\nUSE_SCIP ?= ON\nUSE_CPLEX ?= OFF\nUSE_XPRESS ?= OFF\n+\n+USE_DOTNET_CORE_31 ?= ON\n+USE_DOTNET_6 ?= ON\nJOBS ?= 4\n# Main target... | C++ | Apache License 2.0 | google/or-tools | make: Add USE_DOTNET_CORE_31 and USE_DOTNET_6 |
261,218 | 13.06.2022 16:41:38 | -7,200 | 1fa538529b7d2f5ae42e5c288961d20be4ebca98 | tools/docker: Update CMake 3.21.1 -> 3.23.2 | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/images/centos-7.Dockerfile",
"new_path": "tools/docker/images/centos-7.Dockerfile",
"diff": "@@ -21,12 +21,12 @@ ENTRYPOINT [\"/usr/bin/bash\", \"--login\", \"-c\"]\nCMD [\"/usr/bin/bash\", \"--login\"]\n# RUN g++ --version\n-# Install CMake 3.21.... | C++ | Apache License 2.0 | google/or-tools | tools/docker: Update CMake 3.21.1 -> 3.23.2 |
261,218 | 15.06.2022 09:01:23 | -7,200 | 1e4d6e8dfaf1a3517103599082c8acff217b939d | dotnet: Update README.md | [
{
"change_type": "MODIFY",
"old_path": "ortools/dotnet/README.md",
"new_path": "ortools/dotnet/README.md",
"diff": "# Introduction\n-This is the documentation page for the .NET Standard 2.0 wrapper of OR-Tools.\n+This is the documentation page for the .NET wrapper of OR-Tools.\nThis project aim to e... | C++ | Apache License 2.0 | google/or-tools | dotnet: Update README.md |
261,230 | 16.06.2022 07:39:30 | -7,200 | 8f66a4494cafefaa8e3f4a3f3e81dd58f86aeee9 | add problem name to generated cp_model in rcpsp | [
{
"change_type": "MODIFY",
"old_path": "examples/python/bus_driver_scheduling_sat.py",
"new_path": "examples/python/bus_driver_scheduling_sat.py",
"diff": "@@ -35,7 +35,7 @@ FLAGS = flags.FLAGS\nflags.DEFINE_string('output_proto', '',\n'Output file to write the cp_model proto to.')\n-flags.DEFINE_st... | C++ | Apache License 2.0 | google/or-tools | add problem name to generated cp_model in rcpsp |
261,218 | 13.06.2022 18:19:55 | -7,200 | 6fc897dde26d85c288c4b8bbc39bfb9b017deab2 | make: rework archive release management | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.archive.mk",
"new_path": "makefiles/Makefile.archive.mk",
"diff": "@@ -17,6 +17,14 @@ endif\n################\n.PHONY: clean_archive # Clean Archive output from previous build.\nclean_archive:\n+ -$(DELREC) $(INSTALL_CPP_NAME)\n+ -$(DELREC) ... | C++ | Apache License 2.0 | google/or-tools | make: rework archive release management |
261,230 | 17.06.2022 13:22:11 | -7,200 | 91d1b0072ad2c872f3746390aba0c85ab201da5e | prepare minizinc challenge submission | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/Makefile",
"new_path": "tools/docker/Makefile",
"diff": "@@ -683,7 +683,7 @@ distclean: clean\n##########################\n## MINIZINC CHALLENGE ##\n##########################\n-MZN_TAG=or-tools-minizinc-challenge:2021v4\n+MZN_TAG=or-tools-minizin... | C++ | Apache License 2.0 | google/or-tools | prepare minizinc challenge submission |
261,218 | 20.06.2022 08:45:16 | -7,200 | 2f3962ee696202a66db2e0fd1cf0300ae414b8b7 | update .allstar binary exemption | [
{
"change_type": "MODIFY",
"old_path": ".allstar/binary_artifacts.yaml",
"new_path": ".allstar/binary_artifacts.yaml",
"diff": "# Ignore reason: These artifacts are used by the Make based build recipes on windows.\n-# note: Windows doesn't provide an ubiquitous package manager we could depends on\n-... | C++ | Apache License 2.0 | google/or-tools | update .allstar binary exemption |
261,230 | 21.06.2022 08:47:22 | -7,200 | d148e77d7c11b8af46218cbf4f64fd8e5963a620 | fix minizinc challenge tools | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/Makefile",
"new_path": "tools/docker/Makefile",
"diff": "@@ -704,9 +704,9 @@ minizinc-challenge: minizinc-challenge.Dockerfile\n.PHONY: minizinc-challenge-test\nminizinc-challenge-test: minizinc-challenge\n- ${DOCKER_RUN_CMD} ${MZN_TAG} \"solver -... | C++ | Apache License 2.0 | google/or-tools | fix minizinc challenge tools |
261,218 | 20.06.2022 09:36:32 | -7,200 | 5804d32419ff3d3164114fcd20c293bb56e1d807 | make(ci): remove LABEL | [
{
"change_type": "MODIFY",
"old_path": "makefiles/docker/alpine/Dockerfile",
"new_path": "makefiles/docker/alpine/Dockerfile",
"diff": "# Create a virtual environment with all tools installed\n# ref: https://hub.docker.com/_/alpine\nFROM alpine:edge AS base\n-LABEL maintainer=\"corentinl@google.com\... | C++ | Apache License 2.0 | google/or-tools | make(ci): remove LABEL |
261,218 | 20.06.2022 09:40:48 | -7,200 | f010a081d012036467dfa2ca1421ec013fe5c609 | bazel(ci): remove LABEL | [
{
"change_type": "MODIFY",
"old_path": "bazel/docker/alpine/Dockerfile",
"new_path": "bazel/docker/alpine/Dockerfile",
"diff": "# Create a virtual environment with all tools installed\n# ref: https://hub.docker.com/_/alpine\nFROM alpine:edge AS env\n-LABEL maintainer=\"corentinl@google.com\"\n# Inst... | C++ | Apache License 2.0 | google/or-tools | bazel(ci): remove LABEL |
261,218 | 21.06.2022 16:53:04 | -7,200 | d464df7e9aa0b3cb8045a273543d60601402d327 | base: add logging_extensions.h dummy file | [
{
"change_type": "MODIFY",
"old_path": "ortools/base/BUILD.bazel",
"new_path": "ortools/base/BUILD.bazel",
"diff": "@@ -206,6 +206,12 @@ cc_library(\n],\n)\n+cc_library(\n+ name = \"logging_extensions\",\n+ hdrs = [\"logging_extensions.h\"],\n+ deps = [\":base\"],\n+)\n+\ncc_library(\nname = \"map_u... | C++ | Apache License 2.0 | google/or-tools | base: add logging_extensions.h dummy file |
261,218 | 22.06.2022 10:37:50 | -7,200 | e88481eeecd4ee9061162090c7e68ff773d4cc0e | constraint_solver: fixup | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/constraint_solveri.h",
"new_path": "ortools/constraint_solver/constraint_solveri.h",
"diff": "@@ -3359,35 +3359,29 @@ class PathState::NodeRange {\nconst CommittedNode* const first_node_;\n};\n-// This checker enforces unary dimension... | C++ | Apache License 2.0 | google/or-tools | constraint_solver: fixup |
261,218 | 21.06.2022 16:53:29 | -7,200 | 70c40212f4a75bd04ae1cb8b1198472f01ebdb24 | pdlp: cleanup | [
{
"change_type": "MODIFY",
"old_path": "ortools/pdlp/BUILD.bazel",
"new_path": "ortools/pdlp/BUILD.bazel",
"diff": "@@ -123,6 +123,7 @@ cc_library(\ncc_test(\nname = \"test_util_test\",\nsrcs = [\"test_util_test.cc\"],\n+ defines = [\"_USE_MATH_DEFINES\"],\ndeps = [\n\":gtest_main\",\n\":test_util\"... | C++ | Apache License 2.0 | google/or-tools | pdlp: cleanup |
261,218 | 21.06.2022 16:53:53 | -7,200 | eb99cd6258562c58c722586f1bcdc91c24c024cc | util: Fix testing_utils.h | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/testing_utils.h",
"new_path": "ortools/util/testing_utils.h",
"diff": "namespace operations_research {\n-inline bool ProbablyRunningInsideUnitTest() { running false; }\n+inline bool ProbablyRunningInsideUnitTest() { return false; }\n} // namespace... | C++ | Apache License 2.0 | google/or-tools | util: Fix testing_utils.h |
261,218 | 21.06.2022 16:54:48 | -7,200 | 5899cbe811a833467e785a6dd0db842cd152bd39 | linear_solver: format fix | [
{
"change_type": "MODIFY",
"old_path": "ortools/linear_solver/linear_solver_natural_api.py",
"new_path": "ortools/linear_solver/linear_solver_natural_api.py",
"diff": "# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing pe... | C++ | Apache License 2.0 | google/or-tools | linear_solver: format fix |
261,218 | 22.06.2022 17:49:58 | -7,200 | 0f16563548c32030e6874a29e35b43d435b86c45 | math_opt: update | [
{
"change_type": "MODIFY",
"old_path": "ortools/math_opt/constraints/quadratic/validator.cc",
"new_path": "ortools/math_opt/constraints/quadratic/validator.cc",
"diff": "#include <cstdint>\n#include \"absl/status/status.h\"\n+#include \"ortools/base/status_macros.h\"\n#include \"ortools/math_opt/cor... | C++ | Apache License 2.0 | google/or-tools | math_opt: update |
261,218 | 24.06.2022 18:10:50 | -7,200 | a347fd057b3d3af7b4f11ccee6a704a01dd4c09a | cmake(ci): Fix system_deps jobs | [
{
"change_type": "MODIFY",
"old_path": "cmake/docker/system_deps/Dockerfile",
"new_path": "cmake/docker/system_deps/Dockerfile",
"diff": "@@ -5,6 +5,11 @@ FROM archlinux:latest AS base\n# Install system build dependencies\nENV PATH=/usr/local/bin:$PATH\nRUN pacman -Syu --noconfirm git base-devel cma... | C++ | Apache License 2.0 | google/or-tools | cmake(ci): Fix system_deps jobs |
261,218 | 27.06.2022 14:31:19 | -7,200 | 5668bc42c01b6f5176ab6a66c95a2fe6b6269454 | algorithms: cleanup knapsack_solver | [
{
"change_type": "MODIFY",
"old_path": "ortools/algorithms/knapsack_solver.cc",
"new_path": "ortools/algorithms/knapsack_solver.cc",
"diff": "@@ -1138,19 +1138,20 @@ int64_t KnapsackDivideAndConquerSolver::DivideAndConquer(int64_t capacity,\nif ((item_boundary - start_item) == 1) {\nif (weights_[sta... | C++ | Apache License 2.0 | google/or-tools | algorithms: cleanup knapsack_solver |
261,218 | 27.06.2022 16:15:56 | -7,200 | 4681581b02b0a5350e0aec8beec37a0eb62e4e84 | tools/docker: improve usage doc. | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/Makefile",
"new_path": "tools/docker/Makefile",
"diff": "@@ -23,7 +23,7 @@ help:\n@echo -e \"${BOLD}DESCRIPTION${RESET}\"\n@echo -e \"\\tTools to generate various deliveries for linux distros\"\n@echo\n- @echo -e \"${BOLD}MAKE TARGETS${RESET}\"\n+... | C++ | Apache License 2.0 | google/or-tools | tools/docker: improve usage doc. |
261,218 | 29.06.2022 08:04:42 | -7,200 | 3d5b251e34fddc4163b07f7f86065b17e3e0439c | java: rename master to main in pom.xml | [
{
"change_type": "MODIFY",
"old_path": "ortools/java/pom-full.xml.in",
"new_path": "ortools/java/pom-full.xml.in",
"diff": "<scm>\n<connection>scm:git:git://github.com/google/or-tools.git</connection>\n<developerConnection>scm:git:ssh://github.com:google/or-tools.git</developerConnection>\n- <url>ht... | C++ | Apache License 2.0 | google/or-tools | java: rename master to main in pom.xml |
261,218 | 27.06.2022 17:01:02 | -7,200 | a4a3d4a786fae1d6b7f1fdbc97d4c4f363212ef1 | release: update centos-7 image | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/images/centos-7.Dockerfile",
"new_path": "tools/docker/images/centos-7.Dockerfile",
"diff": "@@ -16,7 +16,7 @@ RUN yum -y update \\\n&& yum -y install devtoolset-11 \\\n&& yum clean all \\\n&& echo \"source /opt/rh/devtoolset-11/enable\" >> /etc/b... | C++ | Apache License 2.0 | google/or-tools | release: update centos-7 image |
261,218 | 29.06.2022 13:45:17 | -7,200 | 4c74636bf88752aa12f75d72992a48ca30271798 | linear_solver: Add missing solve status | [
{
"change_type": "MODIFY",
"old_path": "ortools/linear_solver/csharp/linear_solver.i",
"new_path": "ortools/linear_solver/csharp/linear_solver.i",
"diff": "@@ -108,6 +108,7 @@ CONVERT_VECTOR(operations_research::MPVariable, MPVariable)\n%unignore operations_research::MPSolver::INFEASIBLE;\n%unignore... | C++ | Apache License 2.0 | google/or-tools | linear_solver: Add missing solve status |
261,218 | 29.06.2022 16:27:54 | -7,200 | 80934bd26158edf866e363f90cce84de2c0a3ab5 | cmake: Update FindCPLEX | [
{
"change_type": "MODIFY",
"old_path": "cmake/FindCPLEX.cmake",
"new_path": "cmake/FindCPLEX.cmake",
"diff": "@@ -74,13 +74,14 @@ if(CPLEX_FOUND AND NOT TARGET CPLEX::CPLEX)\ntarget_include_directories(CPLEX::CPLEX SYSTEM INTERFACE \"${CPLEX_ROOT}/cplex/include\")\nif(APPLE) # be aware that `UNIX` i... | C++ | Apache License 2.0 | google/or-tools | cmake: Update FindCPLEX (#3252) |
261,230 | 29.06.2022 17:03:49 | -7,200 | ffefef913674f9d07be377e4914411cfaebbf91b | new dynamic partition class | [
{
"change_type": "MODIFY",
"old_path": "ortools/algorithms/dynamic_partition.cc",
"new_path": "ortools/algorithms/dynamic_partition.cc",
"diff": "@@ -293,4 +293,74 @@ std::string MergingPartition::DebugString() {\nreturn out;\n}\n+void SimpleDynamicPartition::Refine(\n+ absl::Span<const int> disting... | C++ | Apache License 2.0 | google/or-tools | new dynamic partition class |
261,218 | 29.06.2022 18:26:38 | -7,200 | 0cdd8077a3bc3f2853cd95147a34406383c4df1f | release: arm64 use manylinux2014 instead of centos7 as base image | [
{
"change_type": "MODIFY",
"old_path": "tools/release/arm64.Dockerfile",
"new_path": "tools/release/arm64.Dockerfile",
"diff": "# To build it on x86_64 please read\n# https://github.com/multiarch/qemu-user-static#getting-started\n-#FROM quay.io/pypa/manylinux2014_aarch64:latest AS env\n-FROM --platf... | C++ | Apache License 2.0 | google/or-tools | release: arm64 use manylinux2014 instead of centos7 as base image |
261,230 | 04.07.2022 12:26:52 | -7,200 | 7e717e4293d990e5135177d6b9cfb67b34d07b88 | add Java pragmas | [
{
"change_type": "MODIFY",
"old_path": "ortools/java/com/google/ortools/modelbuilder/LinearConstraint.java",
"new_path": "ortools/java/com/google/ortools/modelbuilder/LinearConstraint.java",
"diff": "@@ -66,6 +66,7 @@ public class LinearConstraint {\n}\n/** Inline setter */\n+ @CanIgnoreReturnValue\... | C++ | Apache License 2.0 | google/or-tools | add Java pragmas |
261,230 | 04.07.2022 12:27:38 | -7,200 | 6771946e6707d307808907c23f8f73ecc2734a0b | add solution message | [
{
"change_type": "MODIFY",
"old_path": "ortools/scheduling/rcpsp.proto",
"new_path": "ortools/scheduling/rcpsp.proto",
"diff": "// You have a set of tasks. Each task has a list of successors, and a\n// list of recipes. Each recipe consists of a duration, and a list of\n// demands, one per resource.\... | C++ | Apache License 2.0 | google/or-tools | add solution message |
261,230 | 04.07.2022 12:28:55 | -7,200 | 44df511ac579244687ce715119eaea12d475a1b2 | [CP-SAT] bugfixes, better processing of overflows in cuts; add a few more dual reductions | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_solver.cc",
"new_path": "ortools/sat/cp_model_solver.cc",
"diff": "@@ -3420,7 +3420,8 @@ CpSolverResponse SolveCpModel(const CpModelProto& model_proto, Model* model) {\nif (!model_proto.assumptions().empty() &&\n(params.num_workers() > 1 |... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] bugfixes, better processing of overflows in cuts; add a few more dual reductions |
261,230 | 04.07.2022 14:08:39 | -7,200 | 647d7aa2a74dcacc8b0069a0c83fde8dafcd3a0a | [CP-SAT] fix corner case in dual reduction | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/var_domination.cc",
"new_path": "ortools/sat/var_domination.cc",
"diff": "@@ -730,7 +730,9 @@ bool DualBoundStrengthening::Strengthen(PresolveContext* context) {\nif (ct.constraint_case() != ConstraintProto::kBoolAnd) {\n// If we have an enforcemen... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] fix corner case in dual reduction |
261,230 | 04.07.2022 14:58:58 | -7,200 | 946e5f55736ea7f9038bbbe57b2bcd69aecd1b9a | [CP-SAT] remove spurious log | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/integer.h",
"new_path": "ortools/sat/integer.h",
"diff": "@@ -1738,10 +1738,9 @@ inline std::function<void(Model*)> LowerOrEqual(IntegerVariable v, int64_t ub) {\nIntegerLiteral::LowerOrEqual(v, IntegerValue(ub)),\nstd::vector<Literal>(), std::vect... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] remove spurious log |
261,218 | 04.07.2022 14:29:50 | -7,200 | d928a55963f0ea63f48f86733ec110afa692361c | release: add reset command | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_linux.sh",
"new_path": "tools/release/build_delivery_linux.sh",
"diff": "@@ -253,6 +253,21 @@ function build_examples() {\necho \"${ORTOOLS_BRANCH} ${ORTOOLS_SHA1}\" > \"${ROOT_DIR}/export/examples_build\"\n}\n+# Cleaning everythin... | C++ | Apache License 2.0 | google/or-tools | release: add reset command |
261,218 | 04.07.2022 16:29:59 | -7,200 | 84be988c7c1ecc4e5e65412e332e683c8d2ab7ad | release: use manylinux_2_28_aarch64 base image.
note: manylinux_2_24_aarch64 seems broken without yum nor dnf installed. | [
{
"change_type": "MODIFY",
"old_path": "tools/release/arm64.Dockerfile",
"new_path": "tools/release/arm64.Dockerfile",
"diff": "# To build it on x86_64 please read\n# https://github.com/multiarch/qemu-user-static#getting-started\n-FROM quay.io/pypa/manylinux2014_aarch64:latest AS env\n+\n+# Use yum\... | C++ | Apache License 2.0 | google/or-tools | release: use manylinux_2_28_aarch64 base image.
note: manylinux_2_24_aarch64 seems broken without yum nor dnf installed. |
261,230 | 04.07.2022 16:50:38 | -7,200 | 44b2ec5293ee53daeb34abc642e27b30b442ed6b | [CP-SAT] more dual reductions | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_presolve.cc",
"new_path": "ortools/sat/cp_model_presolve.cc",
"diff": "@@ -475,9 +475,12 @@ bool CpModelPresolver::PresolveAtMostOrExactlyOne(ConstraintProto* ct) {\n}\n}\n+ // We can always remove all singleton variables (with or without ... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] more dual reductions |
261,230 | 08.07.2022 14:49:51 | -7,200 | a39437b181a714cb37b85cace97ac30d5daf69da | new line balancing example | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/python/line_balancing_sat.py",
"diff": "+#!/usr/bin/env python3\n+# Copyright 2010-2022 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... | C++ | Apache License 2.0 | google/or-tools | new line balancing example |
261,230 | 11.07.2022 13:41:19 | -7,200 | dbe3affcf6ca00296946ca62114536ecd5c0d59b | test export to mps in python | [
{
"change_type": "MODIFY",
"old_path": "examples/tests/lp_test.py",
"new_path": "examples/tests/lp_test.py",
"diff": "@@ -307,6 +307,25 @@ class PyWrapLpTest(unittest.TestCase):\nlinear_solver_pb2.MPSolverResponseStatus.MPSOLVER_OPTIMAL,\nresponse.status)\n+ def testExportToMps(self):\n+ \"\"\"Test ... | C++ | Apache License 2.0 | google/or-tools | test export to mps in python |
261,230 | 15.07.2022 14:17:44 | -7,200 | a575d5953fda1b61f75d759b2fce4d22198bc891 | [CP-SAT] add missing cache update | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/scheduling_cuts.cc",
"new_path": "ortools/sat/scheduling_cuts.cc",
"diff": "@@ -1073,8 +1073,9 @@ bool ComputeWeightedSumOfEndMinsForOnePermutation(\nstd::vector<std::pair<IntegerValue, IntegerValue>>& new_profile) {\nsum_of_ends = 0;\nsum_of_weigh... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] add missing cache update |
261,230 | 15.07.2022 19:28:42 | -7,200 | 4d28122fe9a795d9471dff2746367104ff385c91 | fix pythone example | [
{
"change_type": "MODIFY",
"old_path": "examples/python/line_balancing_sat.py",
"new_path": "examples/python/line_balancing_sat.py",
"diff": "@@ -72,7 +72,7 @@ def read_model(filename):\ncurrent_info = SectionInfo()\nmodel = {}\n- with gfile.Open(filename, 'r') as input_file:\n+ with open(filename, ... | C++ | Apache License 2.0 | google/or-tools | fix pythone example |
261,230 | 15.07.2022 20:03:14 | -7,200 | a484766b6ca75b912d082ca1efb193d41f4a94a6 | improve solver parameters with the scheduling model | [
{
"change_type": "MODIFY",
"old_path": "examples/python/line_balancing_sat.py",
"new_path": "examples/python/line_balancing_sat.py",
"diff": "@@ -333,6 +333,7 @@ def solve_scheduling_model(model, hint):\nif FLAGS.params:\ntext_format.Parse(FLAGS.params, solver.parameters)\nsolver.parameters.log_sear... | C++ | Apache License 2.0 | google/or-tools | improve solver parameters with the scheduling model |
261,230 | 15.07.2022 20:03:57 | -7,200 | de1fc48e3eba5f9296a89e2c14cc622d06281d2d | select scheduling model by default | [
{
"change_type": "MODIFY",
"old_path": "examples/python/line_balancing_sat.py",
"new_path": "examples/python/line_balancing_sat.py",
"diff": "@@ -41,7 +41,7 @@ flags.DEFINE_string('input', '', 'Input file to parse and solve.')\nflags.DEFINE_string('params', '', 'Sat solver parameters.')\nflags.DEFIN... | C++ | Apache License 2.0 | google/or-tools | select scheduling model by default |
261,230 | 19.07.2022 23:30:50 | -7,200 | 4a0cf8b9e7966cdb213176f8d27c392ad00ab091 | [CP-SAT] fix detection of makespan interval; add more presolve on nearly equivalent constraints | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_presolve.cc",
"new_path": "ortools/sat/cp_model_presolve.cc",
"diff": "@@ -6920,9 +6920,80 @@ void CpModelPresolver::DetectDuplicateConstraints() {\ncontext_->UpdateRuleStats(\"duplicate: removed constraint\");\n}\n+ const std::vector<std:... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] fix detection of makespan interval; add more presolve on nearly equivalent constraints |
261,218 | 20.07.2022 17:20:46 | -7,200 | 2361ad81068499d6f2417a891d03168519827fa7 | release: Use of buildx | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_manylinux_amd64.sh",
"new_path": "tools/release/build_delivery_manylinux_amd64.sh",
"diff": "@@ -74,7 +74,7 @@ function build_delivery() {\n# Build env\necho -n \"Build ${ORTOOLS_IMG}:env...\" | tee -a \"${ROOT_DIR}/build.log\"\n- ... | C++ | Apache License 2.0 | google/or-tools | release: Use of buildx |
261,218 | 22.07.2022 08:47:36 | -7,200 | 300e9aec2a5fd927f3c73cf363b91a691e56a6ef | windows(bazel): Use the correct syntax to set C++20
ref: | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/bazel_windows.yml",
"new_path": ".github/workflows/bazel_windows.yml",
"diff": "@@ -18,6 +18,6 @@ jobs:\nchoco install bazel\nbazel --version\n- name: Build\n- run: bazel build -c opt --cxxopt=\"-std:c++20\" //ortools/... //examples/...\n+ ru... | C++ | Apache License 2.0 | google/or-tools | windows(bazel): Use the correct syntax to set C++20
ref: https://docs.microsoft.com/en-us/cpp/build/reference/std-specify-language-standard-version?view=msvc-170 |
261,218 | 25.07.2022 16:31:40 | -7,200 | 1646c51613eff6621c6ebf4b86d5ffef574d5992 | Reapply pdlp patch | [
{
"change_type": "MODIFY",
"old_path": "ortools/pdlp/primal_dual_hybrid_gradient.cc",
"new_path": "ortools/pdlp/primal_dual_hybrid_gradient.cc",
"diff": "@@ -906,6 +906,14 @@ SolverResult Solver::ConstructSolverResult(VectorXd primal_solution,\nLOG(INFO) << IterationStatsLabelString();\nLOG(INFO) <<... | C++ | Apache License 2.0 | google/or-tools | Reapply pdlp patch #3336 |
261,218 | 25.07.2022 17:13:56 | -7,200 | b39a99773bd22f8cf7f4a48f13c042e1cf77ca53 | Add License to pdlp/CMakeLists.txt | [
{
"change_type": "MODIFY",
"old_path": "ortools/pdlp/CMakeLists.txt",
"new_path": "ortools/pdlp/CMakeLists.txt",
"diff": "+# Copyright 2010-2022 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+# Y... | C++ | Apache License 2.0 | google/or-tools | Add License to pdlp/CMakeLists.txt |
261,218 | 27.07.2022 10:27:25 | -7,200 | cd19d9bb9dd72144934c325c0099e5ead45331de | windows: Fix unicode support (Fix | [
{
"change_type": "MODIFY",
"old_path": "ortools/base/dynamic_library.h",
"new_path": "ortools/base/dynamic_library.h",
"diff": "@@ -46,7 +46,7 @@ class DynamicLibrary {\nbool TryToLoad(const std::string& library_name) {\nlibrary_name_ = std::string(library_name);\n#if defined(_MSC_VER)\n- library_ha... | C++ | Apache License 2.0 | google/or-tools | windows: Fix unicode support (Fix #3394) |
261,218 | 27.07.2022 16:45:14 | -7,200 | 1c95a2c00e2e6a2a1c2658468af3438242c77988 | bazel: rework tests | [
{
"change_type": "MODIFY",
"old_path": "ortools/algorithms/samples/code_samples.bzl",
"new_path": "ortools/algorithms/samples/code_samples.bzl",
"diff": "def code_sample_cc(name):\nnative.cc_binary(\n- name = name,\n+ name = name + \"_cc\",\nsrcs = [name + \".cc\"],\ndeps = [\n\"//ortools/algorithms... | C++ | Apache License 2.0 | google/or-tools | bazel: rework tests |
261,230 | 28.07.2022 00:15:34 | -7,200 | 1672e39b43b1b0fd70d12d37d58345ff36e60b28 | use file::Stem | [
{
"change_type": "MODIFY",
"old_path": "ortools/flatzinc/fz.cc",
"new_path": "ortools/flatzinc/fz.cc",
"diff": "@@ -125,18 +125,16 @@ Model ParseFlatzincModel(const std::string& input, bool input_is_filename,\nSolverLogger* logger) {\nWallTimer timer;\ntimer.Start();\n- // Read model.\n- std::string... | C++ | Apache License 2.0 | google/or-tools | use file::Stem |
261,230 | 28.07.2022 00:21:23 | -7,200 | ce927d3e3c1966c66310470cf9b3635dd1109a34 | add util/string_util library | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/BUILD.bazel",
"new_path": "ortools/util/BUILD.bazel",
"diff": "@@ -186,6 +186,17 @@ cc_library(\nhdrs = [\"string_array.h\"],\n)\n+cc_library(\n+ name = \"string_util\",\n+ srcs = [\"string_util.cc\"],\n+ hdrs = [\"string_util.h\"],\n+ deps = [\n+... | C++ | Apache License 2.0 | google/or-tools | add util/string_util library |
261,230 | 28.07.2022 00:22:08 | -7,200 | ad1b8ee5e4ded13514f1e0b5dd78c11f44ccce36 | set problem name; ure richer model for rcpsp | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/jobshop_sat.cc",
"new_path": "examples/cpp/jobshop_sat.cc",
"diff": "#include <vector>\n#include \"absl/flags/flag.h\"\n-#include \"absl/strings/match.h\"\n#include \"absl/strings/str_join.h\"\n#include \"google/protobuf/text_format.h\"\n#include ... | C++ | Apache License 2.0 | google/or-tools | set problem name; ure richer model for rcpsp |
261,218 | 29.07.2022 11:42:42 | -7,200 | e47afb41ead75dd52d66879a553cec2728d76de8 | make: Try to fix windows cpp_test | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -515,10 +515,10 @@ test_cc_cpp: \\\nARGS=\"--size=5\"\n$(MAKE) run \\\nSOURCE=examples/cpp/jobshop_sat.cc \\\n- ARGS=\"--input=$(OR_ROOT_FULL)/examples/cpp/jobshop\"\n+ ARGS=\"--i... | C++ | Apache License 2.0 | google/or-tools | make: Try to fix windows cpp_test |
261,218 | 01.08.2022 15:42:55 | 0 | 43d3d4d53bb96e27dcfdf553632a11dd29406000 | cmake: Fix remaining C++20 property | [
{
"change_type": "MODIFY",
"old_path": "cmake/cpp.cmake",
"new_path": "cmake/cpp.cmake",
"diff": "@@ -114,7 +114,7 @@ target_include_directories(${PROJECT_NAME} INTERFACE\n# Compile options\nset_target_properties(${PROJECT_NAME} PROPERTIES\n- CXX_STANDARD 20\n+ CXX_STANDARD 17\nCXX_STANDARD_REQUIRED... | C++ | Apache License 2.0 | google/or-tools | cmake: Fix remaining C++20 property |
261,218 | 01.08.2022 15:43:33 | 0 | 0e7be0a14d1800ba636c533eb3181740bf6f4a87 | cmake: Fix or-tools install to find the correct protobuf on windows | [
{
"change_type": "MODIFY",
"old_path": "cmake/dependencies/CMakeLists.txt",
"new_path": "cmake/dependencies/CMakeLists.txt",
"diff": "@@ -94,6 +94,7 @@ if(BUILD_Protobuf)\nmessage(CHECK_START \"Fetching Protobuf\")\nlist(APPEND CMAKE_MESSAGE_INDENT \" \")\nset(protobuf_BUILD_TESTS OFF)\n+ set(protob... | C++ | Apache License 2.0 | google/or-tools | cmake: Fix or-tools install to find the correct protobuf on windows |
261,218 | 04.08.2022 16:24:13 | -7,200 | 65ed3339e09f3a495f1029d53f090298f038f70b | export form google3 | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/constraint_solver.h",
"new_path": "ortools/constraint_solver/constraint_solver.h",
"diff": "@@ -761,6 +761,10 @@ class Solver {\n/// Stored Parameters.\nConstraintSolverParameters parameters() const { return parameters_; }\n+ // Read-... | C++ | Apache License 2.0 | google/or-tools | export form google3 |
261,300 | 07.08.2022 16:31:58 | 14,400 | c1fe194978063490cf8870e56eb03d4257af5d73 | direct CLI example for PDLP | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/BUILD.bazel",
"new_path": "examples/cpp/BUILD.bazel",
"diff": "@@ -392,6 +392,22 @@ cc_binary(\n],\n)\n+cc_binary(\n+ name = \"pdlp_solve\",\n+ srcs = [\"pdlp_solve.cc\"],\n+ deps = [\n+ \"//ortools/base\",\n+ \"//ortools/pdlp:primal_dual_hybrid_g... | C++ | Apache License 2.0 | google/or-tools | direct CLI example for PDLP |
261,218 | 04.08.2022 16:24:31 | -7,200 | 4869516842510fe284fd9882bb268c423c96d9bc | release: Adapt script for Apple M1 | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_macos.sh",
"new_path": "tools/release/build_delivery_macos.sh",
"diff": "@@ -151,7 +151,11 @@ function build_java() {\n#echo \"cmake test: DONE\" | tee -a build.log\n# copy jar to export\n+ if [ ${PLATFORM} == \"x86_64\" ]; then\nc... | C++ | Apache License 2.0 | google/or-tools | release: Adapt script for Apple M1 |
261,218 | 29.07.2022 09:35:11 | -7,200 | 785f9221129ebd4687d9cf58468d747bcd748cb1 | release: update arm64 script | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_manylinux_arm64.sh",
"new_path": "tools/release/build_delivery_manylinux_arm64.sh",
"diff": "@@ -64,7 +64,7 @@ function build_delivery() {\nassert_defined ORTOOLS_IMG\n# Enable docker over QEMU support\n- docker run --rm --privileg... | C++ | Apache License 2.0 | google/or-tools | release: update arm64 script |
261,218 | 04.08.2022 17:36:52 | -7,200 | 3ae4ab1bd1b4f2e5b86f8b744bc223277f86435b | release: Fix Apple M1 java build | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_macos.sh",
"new_path": "tools/release/build_delivery_macos.sh",
"diff": "@@ -112,7 +112,12 @@ function build_java() {\ncommand -v javac | xargs echo \"javac: \" | tee -a build.log\ncommand -v jar | xargs echo \"jar: \" | tee -a bui... | C++ | Apache License 2.0 | google/or-tools | release: Fix Apple M1 java build |
261,218 | 05.08.2022 10:57:11 | -7,200 | c20a5799286366c8cdb6b3d07129377114554d29 | release: Fix Apple M1 python build | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_macos.sh",
"new_path": "tools/release/build_delivery_macos.sh",
"diff": "@@ -176,20 +176,32 @@ function build_python() {\ncommand -v swig\ncommand -v swig | xargs echo \"swig: \" | tee -a build.log\n- if [ ${PLATFORM} == \"x86_64\"... | C++ | Apache License 2.0 | google/or-tools | release: Fix Apple M1 python build |
261,218 | 05.08.2022 14:54:04 | -7,200 | b4f5d1c806b5fa123dfbea71881fd98e56a3270a | release: cleanup | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_linux.sh",
"new_path": "tools/release/build_delivery_linux.sh",
"diff": "@@ -62,6 +62,7 @@ function build_dotnet() {\nreturn 0\nfi\n+ cd \"${ROOT_DIR}\" || exit 2\ncommand -v swig\ncommand -v swig | xargs echo \"swig: \" | tee -a b... | C++ | Apache License 2.0 | google/or-tools | release: cleanup |
261,218 | 05.08.2022 17:37:24 | -7,200 | 6c902de9f7c73dea4e995f1e80a023adbb3840f3 | tools: Bump MacOS version in README.md
12.2 -> 12.5 | [
{
"change_type": "MODIFY",
"old_path": "tools/README.cc.java.dotnet",
"new_path": "tools/README.cc.java.dotnet",
"diff": "@@ -10,7 +10,7 @@ These modules have been tested under:\n- Debian 11 (64 bit).\n- Fedora 33 and up (64 bit).\n- Ubuntu 18.04 LTS and up (64 bit).\n- - MacOS 12.2 Monterey (64 bit... | C++ | Apache License 2.0 | google/or-tools | tools: Bump MacOS version in README.md
12.2 -> 12.5 |
261,218 | 05.08.2022 17:47:40 | -7,200 | 7c2367ad968790e2cde44c5726c0ab9912abab22 | release: check Make is 4.3
needed to have more complexe $(eval $(call ...)) | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_macos.sh",
"new_path": "tools/release/build_delivery_macos.sh",
"diff": "@@ -242,6 +242,10 @@ function build_archive() {\n# Clean archive\ncd \"${ROOT_DIR}\" || exit 2\n+ echo \"Check Make version...\"\n+ make -version 2>&1 | head ... | C++ | Apache License 2.0 | google/or-tools | release: check Make is 4.3
needed to have more complexe $(eval $(call ...)) |
261,218 | 05.08.2022 18:24:25 | -7,200 | 7398e675bf778ec12a8441902f1cd705d760e2e6 | release: check make and sed on macos
Default Apple provided version won't work with our Makefile... | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_macos.sh",
"new_path": "tools/release/build_delivery_macos.sh",
"diff": "@@ -243,7 +243,9 @@ function build_archive() {\n# Clean archive\ncd \"${ROOT_DIR}\" || exit 2\necho \"Check Make version...\"\n- make -version 2>&1 | head -n ... | C++ | Apache License 2.0 | google/or-tools | release: check make and sed on macos
Default Apple provided version won't work with our Makefile... |
261,218 | 08.08.2022 15:47:25 | -7,200 | 4ba9f1797edf96b8e972030432de792582c9aa18 | make: remove dead variables | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -749,12 +749,7 @@ detect_dotnet:\n@echo DOTNET_BIN = $(DOTNET_BIN)\n@echo PROTOC = $(PROTOC)\n@echo DOTNET_SNK = $(DOTNET_SNK)\n- @echo DOTNET_ORTOOLS_SNK = $(DOTNET_ORTOOLS... | C++ | Apache License 2.0 | google/or-tools | make: remove dead variables |
261,218 | 08.08.2022 15:47:48 | -7,200 | 98d49eb7e72f81920fc0ebdba0a0e8a2a6b153c5 | make: Fix support for arm64 JAVA_IDENTIFIER | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.java.mk",
"new_path": "makefiles/Makefile.java.mk",
"diff": "@@ -64,10 +64,18 @@ ifeq ($(OS),Windows)\nJAVA_NATIVE_IDENTIFIER := win32-x86-64\nelse\nifeq ($(OS),Linux)\n+ ifeq ($(CPU),aarch64)\n+ JAVA_NATIVE_IDENTIFIER := linux-aarch64\n+ el... | C++ | Apache License 2.0 | google/or-tools | make: Fix support for arm64 JAVA_IDENTIFIER |
261,218 | 09.08.2022 09:06:43 | -7,200 | cd5faa75ac6cb00ee2eed9a56fcd969a44cefa5f | release: Fix linux arm64 java generation | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_linux.sh",
"new_path": "tools/release/build_delivery_linux.sh",
"diff": "@@ -168,7 +168,11 @@ function build_java() {\n#echo \"cmake test: DONE\" | tee -a build.log\n# copy jar to export\n+ if [ ${PLATFORM} == \"aarch64\" ]; then\n... | C++ | Apache License 2.0 | google/or-tools | release: Fix linux arm64 java generation |
261,218 | 09.08.2022 09:13:14 | -7,200 | 82750ac12f1ee5354e1c7869894d9af3508778f2 | release: enable archive target in build_manylinux | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_manylinux_amd64.sh",
"new_path": "tools/release/build_delivery_manylinux_amd64.sh",
"diff": "@@ -237,8 +237,9 @@ function main() {\nlocal -r ORTOOLS_SHA1=$(git rev-parse --verify HEAD)\nlocal -r DOCKERFILE=\"amd64.Dockerfile\"\nloc... | C++ | Apache License 2.0 | google/or-tools | release: enable archive target in build_manylinux |
261,300 | 14.08.2022 21:18:04 | 14,400 | 1dfede66df898294d0658ee107f70a9f07c8ceb0 | Delete ModelSolverHelper
This class was broken because its constructor doesn't pass the required argument its parent class's constructor.
In I update the CVXPY interface to use pywrap_model_builder_helper.ModelSolverHelper directly. | [
{
"change_type": "MODIFY",
"old_path": "ortools/model_builder/python/model_builder_helper.py",
"new_path": "ortools/model_builder/python/model_builder_helper.py",
"diff": "@@ -19,16 +19,6 @@ from ortools.linear_solver import linear_solver_pb2\nfrom ortools.model_builder.python import pywrap_model_bu... | C++ | Apache License 2.0 | google/or-tools | Delete ModelSolverHelper
This class was broken because its constructor doesn't pass the required argument its parent class's constructor.
In https://github.com/cvxpy/cvxpy/pull/1872 I update the CVXPY interface to use pywrap_model_builder_helper.ModelSolverHelper directly. |
261,230 | 19.08.2022 09:24:27 | -7,200 | 6c55890ce4d4d8fc2a7d943ad7119b04b34bc61a | add new lower bounds and new pre-computations to rcpsp_sat.py | [
{
"change_type": "MODIFY",
"old_path": "examples/python/rcpsp_sat.py",
"new_path": "examples/python/rcpsp_sat.py",
"diff": "@@ -28,24 +28,30 @@ from absl import flags\nfrom google.protobuf import text_format\nfrom ortools.sat.python import cp_model\nfrom ortools.scheduling import pywraprcpsp\n+from ... | C++ | Apache License 2.0 | google/or-tools | add new lower bounds and new pre-computations to rcpsp_sat.py |
261,230 | 19.08.2022 09:25:25 | -7,200 | 38c61ed653f058d5962e3e057f9ea1b6cb863267 | add stl includes | [
{
"change_type": "MODIFY",
"old_path": "ortools/graph/connected_components.cc",
"new_path": "ortools/graph/connected_components.cc",
"diff": "#include <algorithm>\n#include <numeric>\n+#include <vector>\n#include \"ortools/base/stl_util.h\"\n"
},
{
"change_type": "MODIFY",
"old_path": "o... | C++ | Apache License 2.0 | google/or-tools | add stl includes |
261,230 | 19.08.2022 09:25:45 | -7,200 | 405b1dcaf1db6a1165e48a836e931828fe1d6fd5 | better error reporting when file is not there | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/filelineiter.h",
"new_path": "ortools/util/filelineiter.h",
"diff": "#define OR_TOOLS_UTIL_FILELINEITER_H_\n#include <algorithm>\n+#include <memory>\n#include <string>\n+#include \"absl/status/statusor.h\"\n#include \"absl/strings/match.h\"\n#incl... | C++ | Apache License 2.0 | google/or-tools | better error reporting when file is not there |
261,230 | 23.08.2022 16:35:50 | -7,200 | 5bf40c04f254c4b2580e61994bea62f7be130854 | fix timetable explanation | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/timetable.cc",
"new_path": "ortools/sat/timetable.cc",
"diff": "@@ -637,7 +637,7 @@ void TimeTablingPerTask::AddProfileReason(int task_id, IntegerValue left,\n// Note that we exclude the demand min for the task we push.\n// If we push the demand_ma... | C++ | Apache License 2.0 | google/or-tools | fix timetable explanation |
261,218 | 24.08.2022 11:24:04 | -7,200 | 25f74e892b2841f5e3aeece85085570cd8098f9e | fix mips64 cross build
* Bump to 2020 codespace toolchain
* Fix SYSROOT_DIR
* Fix convertion using _MIPS_SZPTR
dev note:
cd /build_cross/archives/mips-mti-linux-gnu/2020.06-01/bin
./mips-mti-linux-gnu-g++ -EB -mips64r6 -mabi=64 -std=c++17 -dM -E -x c++ /dev/null | grepc -i mips | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/constraint_solveri.h",
"new_path": "ortools/constraint_solver/constraint_solveri.h",
"diff": "@@ -241,7 +241,7 @@ inline uint64_t Hash1(int value) { return Hash1(static_cast<uint32_t>(value)); }\ninline uint64_t Hash1(void* const ptr)... | C++ | Apache License 2.0 | google/or-tools | fix mips64 cross build
* Bump to 2020 codespace toolchain
* Fix SYSROOT_DIR
* Fix convertion using _MIPS_SZPTR
dev note:
cd /build_cross/archives/mips-mti-linux-gnu/2020.06-01/bin
./mips-mti-linux-gnu-g++ -EB -mips64r6 -mabi=64 -std=c++17 -dM -E -x c++ /dev/null | grepc -i mips |
261,218 | 24.08.2022 13:40:29 | -7,200 | ef0601c064c1766137ff5b499e110ecd1c63c328 | tools/docker: rework SHA1 verification | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/images/alpine-edge.Dockerfile",
"new_path": "tools/docker/images/alpine-edge.Dockerfile",
"diff": "@@ -70,8 +70,7 @@ ENV OR_TOOLS_PATCH ${OR_TOOLS_PATCH:-9999}\n# use SRC_GIT_SHA1 to modify the command\n# i.e. avoid docker reusing the cache when n... | C++ | Apache License 2.0 | google/or-tools | tools/docker: rework SHA1 verification |
261,230 | 24.08.2022 17:56:08 | -7,200 | a938579e04f659c265a387249fc83692c468d920 | check more parameters | [
{
"change_type": "MODIFY",
"old_path": "ortools/linear_solver/sat_proto_solver.cc",
"new_path": "ortools/linear_solver/sat_proto_solver.cc",
"diff": "@@ -105,7 +105,8 @@ MPSolutionResponse InfeasibleResponse(SolverLogger& logger,\nMPSolutionResponse ModelInvalidResponse(SolverLogger& logger,\nstd::s... | C++ | Apache License 2.0 | google/or-tools | check more parameters |
261,230 | 24.08.2022 17:56:27 | -7,200 | 0e4c5dbbbe61116f90d1697f4a810861d3ee288d | [CP-SAT] fix presolve bugs | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_presolve.cc",
"new_path": "ortools/sat/cp_model_presolve.cc",
"diff": "@@ -347,9 +347,8 @@ bool CpModelPresolver::PresolveBoolOr(ConstraintProto* ct) {\nreturn changed;\n}\n-// Note this constraint does not update the constraint graph. The... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] fix presolve bugs |
261,230 | 25.08.2022 20:43:12 | -7,200 | ac441927b84a53b3cccb2cd48c1ea3191aa691fd | [CP-SAT] catch unsat model in presolve | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_presolve.cc",
"new_path": "ortools/sat/cp_model_presolve.cc",
"diff": "@@ -2657,7 +2657,12 @@ void CpModelPresolver::TryToReduceCoefficientsOfLinearConstraint(\nmutable_linear->add_vars(vars[i]);\nmutable_linear->add_coeffs(new_coeff);\n}\... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] catch unsat model in presolve |
261,218 | 29.08.2022 09:35:14 | -7,200 | 5863351dba3432c4db40c71adb8d3deab374ac1e | cmake(ci): Fix ubuntu build | [
{
"change_type": "MODIFY",
"old_path": "cmake/docker/ubuntu/dotnet.Dockerfile",
"new_path": "cmake/docker/ubuntu/dotnet.Dockerfile",
"diff": "@@ -3,11 +3,7 @@ FROM ortools/cmake:ubuntu_swig AS env\n# Install .NET SDK\n# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu\nRUN apt-... | C++ | Apache License 2.0 | google/or-tools | cmake(ci): Fix ubuntu build |
261,218 | 29.08.2022 11:35:27 | -7,200 | 82019bf5328dc31ed2f4d2fd398c17dbc62ca5cc | cmake: disable compile and run of pdlp_solve
todo(mizux): add option to only build but do not run examples needing input files | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/CMakeLists.txt",
"new_path": "examples/cpp/CMakeLists.txt",
"diff": "@@ -42,6 +42,7 @@ list(FILTER CXX_SRCS EXCLUDE REGEX \".*/network_routing_sat.cc\")\nlist(FILTER CXX_SRCS EXCLUDE REGEX \".*/pdptw.cc\")\nlist(FILTER CXX_SRCS EXCLUDE REGEX \".*/... | C++ | Apache License 2.0 | google/or-tools | cmake: disable compile and run of pdlp_solve
todo(mizux): add option to only build but do not run examples needing input files |
261,218 | 29.08.2022 11:35:54 | -7,200 | cd2f812073b8fc7ab9c471443735e1218866243c | ci: rework cmake linux cpp job | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/cmake_linux_cpp.yml",
"new_path": ".github/workflows/cmake_linux_cpp.yml",
"diff": "@@ -4,53 +4,32 @@ on: [push, pull_request]\njobs:\n# Building using the github runner environement directly.\n- ninja:\n+ linux:\nruns-on: ubuntu-latest\n+ st... | C++ | Apache License 2.0 | google/or-tools | ci: rework cmake linux cpp job |
261,230 | 29.08.2022 16:00:30 | -7,200 | 7072ae92ec204afcbfce17d5360a5884c136ce90 | do not call cxx_cpp_pdlp_solve | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/CMakeLists.txt",
"new_path": "examples/cpp/CMakeLists.txt",
"diff": "@@ -39,6 +39,7 @@ list(FILTER CXX_SRCS EXCLUDE REGEX \".*/knapsack_2d_sat.cc\")\nlist(FILTER CXX_SRCS EXCLUDE REGEX \".*/mps_driver.cc\") # crash\nlist(FILTER CXX_SRCS EXCLUDE RE... | C++ | Apache License 2.0 | google/or-tools | do not call cxx_cpp_pdlp_solve #3429 |
261,218 | 29.08.2022 11:47:31 | -7,200 | c2f360eadbe8ac6c4eb46568525ddb7d46929e94 | ci: Rework macos workflows | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/cmake_macos_cpp.yml",
"new_path": ".github/workflows/cmake_macos_cpp.yml",
"diff": "@@ -3,31 +3,31 @@ name: CMake MacOS C++\non: [push, pull_request]\njobs:\n- cmake_make:\n+ # Building using the github runner environement directly.\n+ macos:... | C++ | Apache License 2.0 | google/or-tools | ci: Rework macos workflows |
261,218 | 29.08.2022 13:10:38 | -7,200 | d6a2696f76659b3f40e9612242de831aad4bea27 | cmake: Fix sat build on windows | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/CMakeLists.txt",
"new_path": "ortools/sat/CMakeLists.txt",
"diff": "# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\... | C++ | Apache License 2.0 | google/or-tools | cmake: Fix sat build on windows |
261,218 | 29.08.2022 14:00:24 | -7,200 | 5ec873b4bed89f0af7a759037431b3a9e28be9b3 | bazel(ci): Fix fedora job
now, Fedora:36 provide bazel5... | [
{
"change_type": "MODIFY",
"old_path": "bazel/docker/fedora/Dockerfile",
"new_path": "bazel/docker/fedora/Dockerfile",
"diff": "# Create a virtual environment with all tools installed\n# ref: https://hub.docker.com/_/fedora\n-# Fedora 36 do not provide bazel5\n-# see: https://github.com/vbatts/copr-... | C++ | Apache License 2.0 | google/or-tools | bazel(ci): Fix fedora job
now, Fedora:36 provide bazel5... |
261,218 | 29.08.2022 14:59:43 | -7,200 | 8c15d118209b8bc4e380ba0582333e2e42d7c2d1 | ci: Fix macos-latest python jobs
default python is now Python3.10 | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/cmake_macos_python.yml",
"new_path": ".github/workflows/cmake_macos_python.yml",
"diff": "@@ -26,7 +26,7 @@ jobs:\n- name: Check swig\nrun: swig -version\n- name: Update Path\n- run: echo \"$HOME/Library/Python/3.9/bin\" >> $GITHUB_PATH\n+ ru... | C++ | Apache License 2.0 | google/or-tools | ci: Fix macos-latest python jobs
default python is now Python3.10 |
261,218 | 29.08.2022 16:50:51 | -7,200 | c90b245eab7b5389c80df0d1b1e34948a9e9afb2 | cmake: Fix XCode dotnet build | [
{
"change_type": "MODIFY",
"old_path": "cmake/dotnet.cmake",
"new_path": "cmake/dotnet.cmake",
"diff": "@@ -132,9 +132,9 @@ foreach(SUBPROJECT IN ITEMS algorithms graph init linear_solver constraint_solve\ntarget_link_libraries(google-ortools-native PRIVATE dotnet_${SUBPROJECT})\nendforeach()\n-file... | C++ | Apache License 2.0 | google/or-tools | cmake: Fix XCode dotnet build |
261,218 | 31.08.2022 14:38:21 | -7,200 | 096b4360f4fb9ee903887764a9e9b59050fe57a9 | tools: add powerpc toolchain | [
{
"change_type": "MODIFY",
"old_path": "tools/cross_compile.sh",
"new_path": "tools/cross_compile.sh",
"diff": "@@ -236,6 +236,73 @@ local -r LIBC_DIR=${GCC_DIR}/mips-mti-linux-gnu/lib/${FLAVOUR}/${LIBC_DIR_SUFFIX\nQEMU_ARGS+=( -E LD_PRELOAD=\"${LIBC_DIR}/libstdc++.so.6:${LIBC_DIR}/libgcc_s.so.1\" )... | C++ | Apache License 2.0 | google/or-tools | tools: add powerpc toolchain |
261,218 | 31.08.2022 17:56:35 | -7,200 | 1b8777c473555f7c790e43efdfed3a623277234b | cmake(ci): add generic toolchain support | [
{
"change_type": "MODIFY",
"old_path": "cmake/Makefile",
"new_path": "cmake/Makefile",
"diff": "@@ -72,6 +72,29 @@ help:\n@echo -e \"\\te.g. 'make alpine_cpp_build'\"\n@echo -e \"\\te.g. 'make archlinux_cpp_build'\"\n@echo\n+ @echo -e \"\\tBuild using a toolchain.\"\n+ @echo -e \"\\t${BOLD}<toolchai... | C++ | Apache License 2.0 | google/or-tools | cmake(ci): add generic toolchain support |
261,218 | 31.08.2022 18:01:47 | -7,200 | de94df926cffb46bc32dcc68b41bc5ee2a604625 | ci: Add toolchain jobs | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/workflows/aarch64_toolchain.yml",
"diff": "+name: aarch64 Toolchain\n+\n+on: [push, pull_request]\n+\n+jobs:\n+ # Building using the github runner environement directly.\n+ aarch64:\n+ runs-on: ubuntu-latest\n+ strategy:\n+ matrix:\n+ ta... | C++ | Apache License 2.0 | google/or-tools | ci: Add toolchain jobs |
261,218 | 02.09.2022 09:16:45 | -7,200 | 69e409ab2e96ec11791762c0806285560b5fd99d | tools: remove linaro aarch64 toolchain
gcc 7.5 is too old to be able to compile or-tools | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/aarch64_toolchain.yml",
"new_path": ".github/workflows/aarch64_toolchain.yml",
"diff": "@@ -9,8 +9,6 @@ jobs:\nstrategy:\nmatrix:\ntargets: [\n- [aarch64-linux-gnu], # linaro\n- [aarch64_be-linux-gnu], # linaro\n[aarch64], # bootlin\n[aarch64... | C++ | Apache License 2.0 | google/or-tools | tools: remove linaro aarch64 toolchain
gcc 7.5 is too old to be able to compile or-tools |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.