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 | 18.10.2019 14:39:51 | -7,200 | bc43e37c90690dfa7d2eb26b16a119913079c164 | add sat inferface to the linear solver wrapper | [
{
"change_type": "MODIFY",
"old_path": "ortools/linear_solver/bop_interface.cc",
"new_path": "ortools/linear_solver/bop_interface.cc",
"diff": "#include \"ortools/bop/integral_solver.h\"\n#include \"ortools/linear_solver/linear_solver.h\"\n-#if defined(USE_BOP)\n-\nnamespace operations_research {\nn... | C++ | Apache License 2.0 | google/or-tools | add sat inferface to the linear solver wrapper |
261,230 | 18.10.2019 14:40:08 | -7,200 | 8b240fb9631b3d5362f32c2048769d11e8d94521 | improve SCC code | [
{
"change_type": "MODIFY",
"old_path": "ortools/graph/strongly_connected_components.h",
"new_path": "ortools/graph/strongly_connected_components.h",
"diff": "@@ -93,68 +93,52 @@ struct SccCounterOutput {\n// This implementation is slightly different than a classical iterative version\n// of Tarjan's... | C++ | Apache License 2.0 | google/or-tools | improve SCC code |
261,230 | 18.10.2019 14:40:29 | -7,200 | 78bc1e8c834be8c49f9ace3fae2dfb3ce4020c54 | add missing flatzinc code | [
{
"change_type": "MODIFY",
"old_path": "ortools/flatzinc/cp_model_fz_solver.cc",
"new_path": "ortools/flatzinc/cp_model_fz_solver.cc",
"diff": "@@ -655,7 +655,7 @@ void CpModelProtoWithMapping::FillConstraint(const fz::Constraint& fz_ct,\narg->add_demands(demands[i]);\n}\n}\n- } else if (fz_ct.type ... | C++ | Apache License 2.0 | google/or-tools | add missing flatzinc code |
261,230 | 21.10.2019 16:49:32 | -7,200 | 1730a2660a24c1afa6e1f4a66c69ea22e011b005 | detect nans in hungarian | [
{
"change_type": "MODIFY",
"old_path": "ortools/algorithms/hungarian.cc",
"new_path": "ortools/algorithms/hungarian.cc",
"diff": "#include <cstdio>\n#include <limits>\n+#include \"ortools/base/logging.h\"\n+\nnamespace operations_research {\nclass HungarianOptimizer {\n@@ -639,10 +641,26 @@ void Hun... | C++ | Apache License 2.0 | google/or-tools | detect nans in hungarian |
261,230 | 21.10.2019 16:50:12 | -7,200 | f282db4d485ed0654c476595e5a7c773a0b3edbb | fix crash on scip solve | [
{
"change_type": "MODIFY",
"old_path": "ortools/linear_solver/linear_solver.cc",
"new_path": "ortools/linear_solver/linear_solver.cc",
"diff": "@@ -425,7 +425,7 @@ MPSolver::OptimizationProblemType DetourProblemType(\nMPSolver::MPSolver(const std::string& name,\nOptimizationProblemType problem_type)... | C++ | Apache License 2.0 | google/or-tools | fix crash on scip solve |
261,230 | 21.10.2019 16:50:31 | -7,200 | bec1d015628570a570b6f0f5bee27d585aca5f24 | improve sat internals | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model.h",
"new_path": "ortools/sat/cp_model.h",
"diff": "cp_model.AddEquality(LinearExpr::Sum({rabbits, pheasants}), 20);\ncp_model.AddEquality(LinearExpr::ScalProd({rabbits, pheasants}, {4, 2}), 56);\n- const CpSolverResponse response = Solve(c... | C++ | Apache License 2.0 | google/or-tools | improve sat internals |
261,230 | 22.10.2019 08:00:13 | -7,200 | 2cf44af987950d2bfa16032363517019db8f580a | try cmake on ppcle and arm for travis | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -82,12 +82,22 @@ matrix:\ndist: bionic\ncompiler: gcc\nenv: BUILDER=make LANGUAGE=python3\n+ - os: linux\n+ arch: ppc64le\n+ dist: bionic\n+ compiler: gcc\n+ env: BUILDER=cmake LANGUAGE=cc\n# Arm architectur... | C++ | Apache License 2.0 | google/or-tools | try cmake on ppcle and arm for travis |
261,230 | 22.10.2019 13:35:36 | -7,200 | 87bafaa7ccb5740edcb432c4edbf3d31dd28596f | more trial and errors for travis and non amd64 architectures | [
{
"change_type": "MODIFY",
"old_path": ".travis/script.sh",
"new_path": ".travis/script.sh",
"diff": "@@ -11,8 +11,13 @@ function checkenv() {\nswig -version\nfi\nif [ \"${BUILDER}\" == cmake ] || [ \"${LANGUAGE}\" == python3 ];then\n+ if [ \"${ARCH}\" == \"amd64\" ]; then\npython3.7 --version\npyth... | C++ | Apache License 2.0 | google/or-tools | more trial and errors for travis and non amd64 architectures |
261,230 | 22.10.2019 14:03:31 | -7,200 | bb55a9ca4fb41504e75751ccf99f5463c6578836 | more on travis | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -5,61 +5,102 @@ cache:\nmatrix:\ninclude:\n- # Makefile builder\n+ ## Makefile builder\n+\n+ # Linux, AMD64\n- os: linux\ndist: xenial\ncompiler: gcc\n- env: BUILDER=make LANGUAGE=cc\n+ env: BUILDER=make LAN... | C++ | Apache License 2.0 | google/or-tools | more on travis |
261,230 | 22.10.2019 15:04:20 | -7,200 | e21ac3b9ba8387beed45f04057f9e9b73e8df26b | upgrade adjustable pq | [
{
"change_type": "MODIFY",
"old_path": "ortools/base/adjustable_priority_queue-inl.h",
"new_path": "ortools/base/adjustable_priority_queue-inl.h",
"diff": "#include \"ortools/base/adjustable_priority_queue.h\"\n+namespace util {\n+namespace pq {\n+\n+// Adjusts a heap so as to move a hole at positio... | C++ | Apache License 2.0 | google/or-tools | upgrade adjustable pq |
261,230 | 22.10.2019 15:04:56 | -7,200 | 8db509e726463183eda223ca0a4c1114130aa157 | fix makefile.gen | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.gen.mk",
"new_path": "makefiles/Makefile.gen.mk",
"diff": "@@ -892,6 +892,7 @@ GRAPH_DEPS = \\\n$(SRC_DIR)/ortools/graph/min_cost_flow.h \\\n$(SRC_DIR)/ortools/graph/minimum_spanning_tree.h \\\n$(SRC_DIR)/ortools/graph/one_tree_lower_bound.h... | C++ | Apache License 2.0 | google/or-tools | fix makefile.gen |
261,230 | 22.10.2019 15:52:09 | -7,200 | 8f8e6917cb58d7cd87d54e937ba1c878e534f8bf | fix adjustable pq | [
{
"change_type": "MODIFY",
"old_path": "ortools/base/adjustable_priority_queue-inl.h",
"new_path": "ortools/base/adjustable_priority_queue-inl.h",
"diff": "#include \"ortools/base/adjustable_priority_queue.h\"\n-namespace util {\n-namespace pq {\n-\n-// Adjusts a heap so as to move a hole at positio... | C++ | Apache License 2.0 | google/or-tools | fix adjustable pq |
261,230 | 23.10.2019 17:35:31 | -7,200 | b60ed00a8f0711ab5befa8a55290d8c14c929848 | speedup sat probing | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/integer.cc",
"new_path": "ortools/sat/integer.cc",
"diff": "@@ -1591,6 +1591,8 @@ GenericLiteralWatcher::GenericLiteralWatcher(Model* model)\n// this one.\nmodel->GetOrCreate<SatSolver>()->AddLastPropagator(this);\n+ integer_trail_->RegisterReversi... | C++ | Apache License 2.0 | google/or-tools | speedup sat probing |
261,230 | 24.10.2019 12:55:01 | -7,200 | ea773bda0619664b1de304060f26edbc3cb9bb2f | more work on travis | [
{
"change_type": "MODIFY",
"old_path": ".travis/install.sh",
"new_path": ".travis/install.sh",
"diff": "@@ -108,9 +108,14 @@ if [ \"${BUILDER}\" == cmake ]; then\nif [ \"${ARCH}\" == \"amd64\" ]; then\npyenv global system 3.7\npython3.7 -m pip install -q virtualenv wheel six\n+ elif [ \"${ARCH}\" ==... | C++ | Apache License 2.0 | google/or-tools | more work on travis |
261,230 | 24.10.2019 18:24:11 | -7,200 | 6ec3362ad031b35faf2e043c0b5d0096d6fb1012 | speed up presolve | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_presolve.cc",
"new_path": "ortools/sat/cp_model_presolve.cc",
"diff": "@@ -2842,6 +2842,10 @@ void CpModelPresolver::Probe() {\n// equivalences, and use the newly learned binary clauses?\nauto* implication_graph = model.GetOrCreate<BinaryI... | C++ | Apache License 2.0 | google/or-tools | speed up presolve |
261,230 | 25.10.2019 13:43:43 | -7,200 | 020c1ddf4b201715434c90cc76208f525a10fb70 | improve probing timing | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/probing.cc",
"new_path": "ortools/sat/probing.cc",
"diff": "@@ -52,10 +52,11 @@ bool ProbeBooleanVariables(const double deterministic_time_limit,\nsat_solver->SetAssumptionLevel(0);\nif (!sat_solver->RestoreSolverToAssumptionLevel()) return false;\... | C++ | Apache License 2.0 | google/or-tools | improve probing timing |
261,230 | 25.10.2019 14:26:16 | -7,200 | 248210b21cf21e5003501131ad7883243fcd2261 | full sync cp-sat | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/integer_expr.cc",
"new_path": "ortools/sat/integer_expr.cc",
"diff": "@@ -31,6 +31,7 @@ IntegerSumLE::IntegerSumLE(const std::vector<Literal>& enforcement_literals,\nupper_bound_(upper),\ntrail_(model->GetOrCreate<Trail>()),\ninteger_trail_(model->... | C++ | Apache License 2.0 | google/or-tools | full sync cp-sat |
261,230 | 06.11.2019 16:52:40 | -3,600 | d1e4dc52c0c7709e84e2fdea24c66fa009a4f14b | allow minimal solve on flatzinc | [
{
"change_type": "MODIFY",
"old_path": "ortools/flatzinc/cp_model_fz_solver.cc",
"new_path": "ortools/flatzinc/cp_model_fz_solver.cc",
"diff": "@@ -139,6 +139,9 @@ std::vector<int> CpModelProtoWithMapping::LookupVars(\nfor (int64 value : argument.values) {\nresult.push_back(LookupConstant(value));\n... | C++ | Apache License 2.0 | google/or-tools | allow minimal solve on flatzinc |
261,230 | 06.11.2019 16:53:08 | -3,600 | 014024f85e0d47470d8d04383022e422aa3790ec | improve christofides performance | [
{
"change_type": "MODIFY",
"old_path": "ortools/graph/christofides.h",
"new_path": "ortools/graph/christofides.h",
"diff": "#ifndef OR_TOOLS_GRAPH_CHRISTOFIDES_H_\n#define OR_TOOLS_GRAPH_CHRISTOFIDES_H_\n-#include \"absl/container/flat_hash_map.h\"\n#include \"ortools/base/integral_types.h\"\n#inclu... | C++ | Apache License 2.0 | google/or-tools | improve christofides performance |
261,230 | 14.11.2019 12:42:05 | 28,800 | 09063ae0c24ee8fdd3887622e09c10765678a4f7 | small optim; reindent | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/python/cp_model.py",
"new_path": "ortools/sat/python/cp_model.py",
"diff": "@@ -181,8 +181,8 @@ class LinearExpr(object):\nwhile to_process: # Flatten to avoid recursion.\nexpr, coef = to_process.pop()\nif isinstance(expr, _ProductCst):\n- to_proce... | C++ | Apache License 2.0 | google/or-tools | small optim; reindent |
261,230 | 14.11.2019 12:42:35 | 28,800 | 28033c996f93c38e1aec0621ac3be9af38181b23 | improve lp cut and constraint management | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_expand.cc",
"new_path": "ortools/sat/cp_model_expand.cc",
"diff": "@@ -43,7 +43,7 @@ void ExpandReservoir(ConstraintProto* ct, PresolveContext* context) {\nauto is_optional = [&context, &reservoir](int index) {\nif (reservoir.actives_size(... | C++ | Apache License 2.0 | google/or-tools | improve lp cut and constraint management |
261,230 | 14.11.2019 13:43:32 | 28,800 | 3719218d74fd8da6c120569282df4cbbc4f5fc48 | add java encoding option | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.java.mk",
"new_path": "makefiles/Makefile.java.mk",
"diff": "@@ -295,7 +295,7 @@ $(JAVA_OR_TOOLS_LIBS): \\\n$(GEN_DIR)/com/google/ortools/util/OptionalBoolean.java \\\n$(GEN_DIR)/com/google/ortools/sat/CpModel.java | \\\n$(CLASS_DIR)/com/goo... | C++ | Apache License 2.0 | google/or-tools | add java encoding option |
261,230 | 14.11.2019 13:48:02 | 28,800 | 7912f1f52acda2a9a8a8694cb41acf370d9bce75 | add encoding option to javac | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.java.mk",
"new_path": "makefiles/Makefile.java.mk",
"diff": "@@ -295,7 +295,7 @@ $(JAVA_OR_TOOLS_LIBS): \\\n$(GEN_DIR)/com/google/ortools/util/OptionalBoolean.java \\\n$(GEN_DIR)/com/google/ortools/sat/CpModel.java | \\\n$(CLASS_DIR)/com/goo... | C++ | Apache License 2.0 | google/or-tools | add encoding option to javac |
261,230 | 14.11.2019 14:57:03 | 28,800 | dc40d05a5b0c28fb0525757d25d1a116a14cba59 | fix double test | [
{
"change_type": "MODIFY",
"old_path": "examples/tests/SatSolverTests.cs",
"new_path": "examples/tests/SatSolverTests.cs",
"diff": "@@ -184,16 +184,18 @@ namespace Google.OrTools.Tests {\nCpSolver solver = new CpSolver();\nCpSolverStatus status = solver.Solve(model);\n+ CpSolverResponse response = s... | C++ | Apache License 2.0 | google/or-tools | fix double test |
261,230 | 15.11.2019 14:20:20 | 28,800 | 03f8ed10cde97fbc7719c1ad087dad2ccdeb5740 | fix docker python | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/build-manylinux1.sh",
"new_path": "tools/docker/build-manylinux1.sh",
"diff": "@@ -191,7 +191,7 @@ do\n# Save old hash and size, in order to look them up in RECORD\n# see: https://github.com/pypa/pip/blob/c9df690f3b5bb285a855953272e6fe24f69aa08a/s... | C++ | Apache License 2.0 | google/or-tools | fix docker python |
261,230 | 15.11.2019 14:20:45 | 28,800 | 4021c4ec517ba5c4bcfcb0923dcd873da3b8fa30 | build for python 3.8 | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_mac.sh",
"new_path": "tools/release/build_delivery_mac.sh",
"diff": "@@ -31,6 +31,9 @@ python3.6 -c \"import distutils.util as u; print(u.get_platform())\" | tee -a buil\ncommand -v python3.7\ncommand -v python3.7 | xargs echo \"py... | C++ | Apache License 2.0 | google/or-tools | build for python 3.8 |
261,230 | 15.11.2019 17:20:46 | 28,800 | fea13cf8c4655c17d80ad88b53fbced4698447b0 | fix archives | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.archive.mk",
"new_path": "makefiles/Makefile.archive.mk",
"diff": "@@ -121,7 +121,7 @@ $(FZ_INSTALL_DIR)$(ARCHIVE_EXT): fz | $(TEMP_FZ_DIR)\n$(COPY) $(BIN_DIR)$Sfz$E $(TEMP_FZ_DIR)$S$(FZ_INSTALL_DIR)$Sbin$S$(FZ_EXE)\n$(COPY) $(BIN_DIR)$Spars... | C++ | Apache License 2.0 | google/or-tools | fix archives |
261,230 | 18.11.2019 10:06:11 | 28,800 | aed6d432474feb9da8a5392c5b9e04246cc4e0b5 | improve sat cut management; enable MIR1 cut by defaults; fix MIR1 cuts w.r.t. sign and overflow | [
{
"change_type": "MODIFY",
"old_path": "ortools/glop/status.h",
"new_path": "ortools/glop/status.h",
"diff": "@@ -69,14 +69,14 @@ std::string GetErrorCodeString(Status::ErrorCode error_code);\n// Macro to simplify error propagation between function returning Status.\n#define GLOP_RETURN_IF_ERROR(fun... | C++ | Apache License 2.0 | google/or-tools | improve sat cut management; enable MIR1 cut by defaults; fix MIR1 cuts w.r.t. sign and overflow |
261,230 | 19.11.2019 09:54:40 | 28,800 | 21a2219a90b413d9e882aed2ef408f55d119bf66 | remove warning in nuget packaging, use local icon instead of icon url | [
{
"change_type": "MODIFY",
"old_path": "ortools/dotnet/Directory.Build.props",
"new_path": "ortools/dotnet/Directory.Build.props",
"diff": "<!-- Pack Option -->\n<IncludeSymbols>true</IncludeSymbols>\n<PackageTags>native;math;LinearSolver;LinearProgramming;ConstraintSolver;ConstraintProgramming</Pac... | C++ | Apache License 2.0 | google/or-tools | remove warning in nuget packaging, use local icon instead of icon url |
261,220 | 19.11.2019 17:02:48 | 18,000 | a24c7904ab4f7fb8f1d84649ccaf6f63562ac44d | Create mip_var_array.py
New MIP example for documentation. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "ortools/linear_solver/samples/mip_var_array.py",
"diff": "+# Copyright 2010-2018 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 ob... | C++ | Apache License 2.0 | google/or-tools | Create mip_var_array.py
New MIP example for documentation. |
261,220 | 19.11.2019 17:09:17 | 18,000 | 81701515f94e47d10237821041e11a6f763629d3 | Create mip_var_array.cc
New doc example. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "ortools/linear_solver/samples/mip_var_array.cc",
"diff": "+// Copyright 2010-2018 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 ma... | C++ | Apache License 2.0 | google/or-tools | Create mip_var_array.cc
New doc example. |
261,230 | 19.11.2019 14:37:31 | 28,800 | 3765c971e57e95538c3a73d0c5ec025ef4db1f5e | polish lp code | [
{
"change_type": "MODIFY",
"old_path": "ortools/linear_solver/linear_solver.cc",
"new_path": "ortools/linear_solver/linear_solver.cc",
"diff": "@@ -1675,21 +1675,9 @@ bool MPSolverInterface::SetSolverSpecificParametersAsString(\nif (parameters.empty()) return true;\nstd::string extension = ValidFile... | C++ | Apache License 2.0 | google/or-tools | polish lp code |
261,230 | 21.11.2019 17:09:55 | -3,600 | 60bea16afa4b93701da5b89156a53810274dd1df | fix random breakage | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.third_party.unix.mk",
"new_path": "makefiles/Makefile.third_party.unix.mk",
"diff": "@@ -22,7 +22,7 @@ PROTOC_BINARY := $(shell $(WHICH) ${UNIX_PROTOC_BINARY})\nGFLAGS_TAG = 2.2.2\nGLOG_TAG = 0.4.0\nPROTOBUF_TAG = 3.10.0\n-ABSL_TAG = 2103fd9... | C++ | Apache License 2.0 | google/or-tools | fix random breakage |
261,230 | 21.11.2019 17:25:13 | -3,600 | 62163a1215f6442dde8a15420457f32d03d2d54c | small cleaning of our outdated random generators | [
{
"change_type": "MODIFY",
"old_path": "ortools/base/random.cc",
"new_path": "ortools/base/random.cc",
"diff": "namespace operations_research {\nint32 ACMRandom::Next() {\n- if (seed_ == 0) {\n- seed_ = 0x14fd4603; // Arbitrary random constant\n- }\n- const int32 M = 2147483647L; // 2^31-1\n- const ... | C++ | Apache License 2.0 | google/or-tools | small cleaning of our outdated random generators |
261,230 | 23.11.2019 12:10:36 | -3,600 | add03a2a541a914da3ea1521db9c03b3ec8dce3c | remove obsolete int128 stubs | [
{
"change_type": "DELETE",
"old_path": "ortools/base/int128.h",
"new_path": null,
"diff": "-// Copyright 2010-2018 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... | C++ | Apache License 2.0 | google/or-tools | remove obsolete int128 stubs |
261,230 | 25.11.2019 15:34:42 | -3,600 | 4c0a40f7bfabc1b75cc680a083095f637e92313e | sync with internal code | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/constraint_solver.h",
"new_path": "ortools/constraint_solver/constraint_solver.h",
"diff": "@@ -3462,8 +3462,8 @@ class ModelVisitor : public BaseObject {\n/// ----- Virtual methods for visitors -----\n/// Begin/End visit element.\n- ... | C++ | Apache License 2.0 | google/or-tools | sync with internal code |
261,230 | 02.12.2019 10:59:56 | -3,600 | 4b5727ed78467c2850eff88507a9d094acbaf18d | fix 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": "@@ -361,7 +361,7 @@ dependencies/sources/abseil-cpp-$(ABSL_TAG): | dependencies/sources\n-$(DELREC) dependencies/sources/abseil-cpp-$(ABSL_TAG)\ngit clone --q... | C++ | Apache License 2.0 | google/or-tools | fix make third_party on windows |
261,230 | 02.12.2019 14:50:23 | -3,600 | fbd1be25e90ce15f1a23e2051c9a813d6754bc8a | fix flakyness | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/swig_helper.h",
"new_path": "ortools/sat/swig_helper.h",
"diff": "@@ -76,6 +76,8 @@ class SolutionCallback {\nvoid StopSearch() { stopped_ = true; }\n+ void ResetSharedBoolean() const { stopped_ = false; }\n+\nstd::atomic<bool>* stopped() const { r... | C++ | Apache License 2.0 | google/or-tools | fix flakyness |
261,230 | 03.12.2019 17:19:10 | -3,600 | 1cea8b5400d1d02085c45dc4689c7f6deb4eacd6 | temporary fix for max python/java flakyness | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/model.h",
"new_path": "ortools/sat/model.h",
"diff": "@@ -174,7 +174,11 @@ class Model {\n}\n// Map of FastTypeId<T> to a \"singleton\" of type T.\n+#if defined(__APPLE__)\n+ std::map</*typeid*/ size_t, void*> singletons_;\n+#else\nabsl::flat_hash_... | C++ | Apache License 2.0 | google/or-tools | temporary fix for max python/java flakyness |
261,230 | 09.12.2019 17:57:13 | -3,600 | b43d41b22755d6dab4221c30f216efb767d6dccd | improve presolve for CP-SAT | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_presolve.cc",
"new_path": "ortools/sat/cp_model_presolve.cc",
"diff": "@@ -211,7 +211,7 @@ bool CpModelPresolver::PresolveBoolOr(ConstraintProto* ct) {\nreturn RemoveConstraint(ct);\n}\n// We can just set the variable to true in this case ... | C++ | Apache License 2.0 | google/or-tools | improve presolve for CP-SAT |
261,230 | 16.12.2019 12:34:17 | -3,600 | bd5c282a518fa1572e09bebcc600ceb04bb1c087 | improve time placement when nodes have disjoint time windows | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/routing.cc",
"new_path": "ortools/constraint_solver/routing.cc",
"diff": "@@ -177,8 +177,11 @@ class SetCumulsFromLocalDimensionCosts : public DecisionBuilder {\nSetCumulsFromLocalDimensionCosts(\nconst std::vector<std::unique_ptr<Loc... | C++ | Apache License 2.0 | google/or-tools | improve time placement when nodes have disjoint time windows |
261,230 | 16.12.2019 15:33:26 | -3,600 | b2f6c11d3a91ccb5a26f29d1788fffe42e1e518b | [routing] improve linear relaxation | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/routing.cc",
"new_path": "ortools/constraint_solver/routing.cc",
"diff": "@@ -190,9 +190,7 @@ class SetCumulsFromLocalDimensionCosts : public DecisionBuilder {\n// there are no memory leaks related to the cumul_values vector.\nbool sh... | C++ | Apache License 2.0 | google/or-tools | [routing] improve linear relaxation |
261,230 | 16.12.2019 15:33:52 | -3,600 | 6bb8272b2ad5459543dcd6d31f88617ba4e42c09 | [CP-SAT] improve rounding methods in linear cuts | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cuts.cc",
"new_path": "ortools/sat/cuts.cc",
"diff": "@@ -592,28 +592,35 @@ CutGenerator CreateKnapsackCoverCutGenerator(\n}\nstd::function<IntegerValue(IntegerValue)> GetSuperAdditiveRoundingFunction(\n- bool use_letchford_lodi_version, IntegerVal... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] improve rounding methods in linear cuts |
261,230 | 18.12.2019 17:42:48 | -3,600 | c7b7828f40ad7dfe66f1f96c08f6777d4da7c6d9 | [CP-SAT] Improve cuts; improve inverse expansion; improve automaton expansion | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_checker.cc",
"new_path": "ortools/sat/cp_model_checker.cc",
"diff": "@@ -280,7 +280,6 @@ std::string ValidateCircuitCoveringConstraint(const ConstraintProto& ct) {\nstd::string ValidateIntModConstraint(const CpModelProto& model,\nconst Con... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] Improve cuts; improve inverse expansion; improve automaton expansion |
261,218 | 08.01.2020 16:44:53 | -3,600 | 2b870f599865af193a586bbf7b2b1a46372e70b0 | Add RollForward to dotnet csproj generator script | [
{
"change_type": "MODIFY",
"old_path": "tools/generate_dotnet_proj.sh",
"new_path": "tools/generate_dotnet_proj.sh",
"diff": "@@ -54,6 +54,8 @@ cat >\"$FILE_PROJ\" <<EOL\n${LANG_VERSION}\n<TargetFramework>netcoreapp2.1</TargetFramework>\n<EnableDefaultItems>false</EnableDefaultItems>\n+ <!-- see htt... | C++ | Apache License 2.0 | google/or-tools | Add RollForward to dotnet csproj generator script |
261,218 | 09.01.2020 08:58:04 | -3,600 | 793b7f8160af1fc22718b2c7b0e84623f15e9364 | Cleanup manylinux1 docker
python 2.6 not shipped anymore | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/manylinux1.Dockerfile",
"new_path": "tools/docker/manylinux1.Dockerfile",
"diff": "@@ -79,7 +79,7 @@ RUN make cc\nENV EXPORT_ROOT /export\n# The build of Python 2.6.x bindings is known to be broken.\n# Python3.4 include conflict with abseil-cpp dy... | C++ | Apache License 2.0 | google/or-tools | Cleanup manylinux1 docker
python 2.6 not shipped anymore |
261,218 | 08.01.2020 16:53:23 | -3,600 | 0fb0785a018710a077cf75489944fb8b1cee09bf | Travis-CI: Use dotnet-sdk from brew cask | [
{
"change_type": "MODIFY",
"old_path": ".travis/install.sh",
"new_path": ".travis/install.sh",
"diff": "@@ -89,8 +89,7 @@ if [ \"${BUILDER}\" == make ]; then\necho 'travis_fold:end:python3'\nelif [ \"${LANGUAGE}\" == dotnet ]; then\necho 'travis_fold:start:dotnet'\n- brew tap isen-ng/dotnet-sdk-vers... | C++ | Apache License 2.0 | google/or-tools | Travis-CI: Use dotnet-sdk from brew cask |
261,218 | 09.01.2020 10:51:06 | -3,600 | 08ff629ef5f05753c226f750372d8cc3c4d4ec32 | Fix manylinux script
to debug you can use:
docker run --rm --init -it quay.io/pypa/manylinux2010_x86_64:latest | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/build-manylinux1.sh",
"new_path": "tools/docker/build-manylinux1.sh",
"diff": "@@ -191,7 +191,7 @@ do\n# Save old hash and size, in order to look them up in RECORD\n# see: https://github.com/pypa/pip/blob/c9df690f3b5bb285a855953272e6fe24f69aa08a/s... | C++ | Apache License 2.0 | google/or-tools | Fix manylinux script
to debug you can use:
docker run --rm --init -it quay.io/pypa/manylinux2010_x86_64:latest |
261,230 | 09.01.2020 16:15:04 | -3,600 | ddd0e442b061bfcbb351c62811e4c233fd8353cf | polish inverse expansion code | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_expand.cc",
"new_path": "ortools/sat/cp_model_expand.cc",
"diff": "@@ -371,14 +371,23 @@ void ExpandInverse(ConstraintProto* ct, PresolveContext* context) {\n}\n}\n+ // Reduce the domains of each variable by checking that the inverse value... | C++ | Apache License 2.0 | google/or-tools | polish inverse expansion code |
261,218 | 10.01.2020 09:40:59 | -3,600 | 889f05d13bc6d80f2e58556a2b577979201fad89 | Fix Protobuf bump on bazel build | [
{
"change_type": "MODIFY",
"old_path": "WORKSPACE",
"new_path": "WORKSPACE",
"diff": "@@ -21,7 +21,7 @@ git_repository(\ngit_repository(\nname = \"com_google_protobuf\",\n- commit = \"6d4e7fd\", # release v3.10.0\n+ commit = \"fe1790c\", # release v3.11.2\nremote = \"https://github.com/protocolbuffe... | C++ | Apache License 2.0 | google/or-tools | Fix Protobuf bump on bazel build |
261,218 | 10.01.2020 14:30:14 | -3,600 | f2a254b3f4f2459d91fd6d2930a203d50d8b38fc | Appveyor-CI: Bump Python 3.6 -> 3.8 | [
{
"change_type": "MODIFY",
"old_path": ".appveyor.yml",
"new_path": ".appveyor.yml",
"diff": "@@ -45,7 +45,7 @@ before_build:\n- git config --global user.name \"CI\"\n- if \"%VS_VERSION%\"==\"2017\" call \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvar... | C++ | Apache License 2.0 | google/or-tools | Appveyor-CI: Bump Python 3.6 -> 3.8 |
261,218 | 10.01.2020 18:56:54 | -3,600 | faeb93518391667a95783307a744612b4dc1f0c7 | windows: Bump swigwin 3.0.12 -> 4.0.1 | [
{
"change_type": "MODIFY",
"old_path": "cmake/dependencies/SWIG.CMakeLists.txt.in",
"new_path": "cmake/dependencies/SWIG.CMakeLists.txt.in",
"diff": "@@ -11,7 +11,7 @@ ExternalProject_Add(SWIG_project\nSOURCE_DIR \"@CMAKE_CURRENT_BINARY_DIR@/${PROJECT_NAME}/source\"\nBUILD_IN_SOURCE 1\n- URL \"https... | C++ | Apache License 2.0 | google/or-tools | windows: Bump swigwin 3.0.12 -> 4.0.1 |
261,277 | 13.01.2020 23:10:14 | -46,800 | 747ea98db8e42951674f27a8cf3b415c776d753a | fix: correct the java swig type mapping for std::vector<CType*> | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/java/vector.i",
"new_path": "ortools/util/java/vector.i",
"diff": "@@ -153,17 +153,21 @@ VECTOR_AS_JAVA_ARRAY(double, double, Double);\n%typemap(jtype) std::vector<CType*> \"JavaType[]\"\n%typemap(jni) std::vector<CType*> \"jobjectArray\"\n%typema... | C++ | Apache License 2.0 | google/or-tools | fix: correct the java swig type mapping for std::vector<CType*> |
261,218 | 13.01.2020 14:02:27 | -3,600 | 8751c3958bb42cde21ea3278955794355d43a304 | Update doc in docker | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/centos-7.Dockerfile",
"new_path": "tools/docker/centos-7.Dockerfile",
"diff": "@@ -41,6 +41,7 @@ RUN yum -y update \\\n&& rm -rf /var/cache/yum\n# Install dotnet\n+# see https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ce... | C++ | Apache License 2.0 | google/or-tools | Update doc in docker |
261,218 | 13.01.2020 15:50:22 | -3,600 | e7b9ecb64fb780ab6ce286eaf99ecfbf91623233 | Fix archive
ABSL_LNK = null since we are using absl build as static... | [
{
"change_type": "MODIFY",
"old_path": "tools/Makefile.cc.java.dotnet",
"new_path": "tools/Makefile.cc.java.dotnet",
"diff": "@@ -68,37 +68,7 @@ ifeq ($(SYSTEM),unix)\nLIB_PREFIX = lib\nPRE_LIB = -Llib -Llib64\nCBC_LNK = -lCbcSolver -lCbc -lOsiCbc -lCgl -lClpSolver -lClp -lOsiClp -lOsi -lCoinUtils\n... | C++ | Apache License 2.0 | google/or-tools | Fix archive
ABSL_LNK = null since we are using absl build as static... |
261,218 | 14.01.2020 14:20:04 | -3,600 | 0a477005b1b2e34e825eeb49eb172bc48e05c29d | docker fix bash_* targets | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/Makefile",
"new_path": "tools/docker/Makefile",
"diff": "@@ -155,7 +155,7 @@ export/%/docker_devel.tar: %.Dockerfile ../Makefile.cc.java.dotnet ../../makefil\ntargets = $(addprefix bash_, $(DISTROS))\n.PHONY: $(targets)\n$(targets): bash_%: export... | C++ | Apache License 2.0 | google/or-tools | docker fix bash_* targets |
261,218 | 14.01.2020 14:48:54 | -3,600 | c199e66244b172f3d995315f992bf49152aa0661 | docker: fix dotnet sdk in test images | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/test/ubuntu-16.04/dotnet.Dockerfile",
"new_path": "tools/docker/test/ubuntu-16.04/dotnet.Dockerfile",
"diff": "@@ -11,7 +11,7 @@ RUN apt-get update \\\n&& wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb \\\n&... | C++ | Apache License 2.0 | google/or-tools | docker: fix dotnet sdk in test images |
261,218 | 14.01.2020 14:49:26 | -3,600 | 678c924faaca56af3ab8081f44940a697c353240 | docker: Bump Centos 7 -> 8 | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/Makefile",
"new_path": "tools/docker/Makefile",
"diff": "@@ -37,7 +37,7 @@ help:\n@echo -e \"\\t${BOLD}distclean${RESET}: Clean all docker images and remove all archives.\"\n@echo\n@echo -e \"\\t${BOLD}<distro>${RESET}:\"\n- @echo -e \"\\t\\t${BOL... | C++ | Apache License 2.0 | google/or-tools | docker: Bump Centos 7 -> 8 |
261,218 | 14.01.2020 14:56:05 | -3,600 | 658e426060717abd5861d3fc81f9e13d5614720e | docker dotnet test add doc link from microsoft | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/test/centos-8/dotnet.Dockerfile",
"new_path": "tools/docker/test/centos-8/dotnet.Dockerfile",
"diff": "@@ -8,6 +8,7 @@ RUN yum -y update \\\n&& rm -rf /var/cache/yum\n# Install dotnet\n+# see https://docs.microsoft.com/en-us/dotnet/core/install/li... | C++ | Apache License 2.0 | google/or-tools | docker dotnet test add doc link from microsoft |
261,218 | 14.01.2020 14:56:37 | -3,600 | 9f5129b0cdd66ad9a5e668775d755aa1bae55f63 | docker test centos remove which dependency | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/test/centos-8/cc.Dockerfile",
"new_path": "tools/docker/test/centos-8/cc.Dockerfile",
"diff": "@@ -3,7 +3,7 @@ LABEL maintainer=\"corentinl@google.com\"\nRUN yum -y update \\\n&& yum -y groupinstall 'Development Tools' \\\n-&& yum -y install which... | C++ | Apache License 2.0 | google/or-tools | docker test centos remove which dependency |
261,218 | 14.01.2020 15:26:08 | -3,600 | 2fc5d0c6810600f5a1664b6b8dccb7b728b15d16 | docker: add missing deps to centos:8 devel image | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/centos-8.Dockerfile",
"new_path": "tools/docker/centos-8.Dockerfile",
"diff": "@@ -5,7 +5,7 @@ FROM centos:8\n#############\nRUN yum -y update \\\n&& yum -y groupinstall 'Development Tools' \\\n-&& yum -y install cmake \\\n+&& yum -y install cmake... | C++ | Apache License 2.0 | google/or-tools | docker: add missing deps to centos:8 devel image |
261,229 | 05.11.2019 12:25:33 | -19,080 | 72731ca8dba140b1b03d36fd0b79df4d9a71769b | Typo fixes
edit: backport of PR to master | [
{
"change_type": "MODIFY",
"old_path": "examples/python/cvrptw_plot.py",
"new_path": "examples/python/cvrptw_plot.py",
"diff": "@@ -133,7 +133,7 @@ class Customers():\nlatest_time = self.time_horizon - time_windows\nstart_times = [None for o in time_windows]\nstop_times = [None for o in time_windows... | C++ | Apache License 2.0 | google/or-tools | Typo fixes
edit: backport of PR #1688 to master |
261,277 | 16.01.2020 20:11:54 | -46,800 | fa9b346b712960d00cfe2225839dd470f312dc6e | feat: expose the GetStartIndex and GetEndIndex methods of the RoutingIndexManager | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/routing_index_manager.i",
"new_path": "ortools/constraint_solver/java/routing_index_manager.i",
"diff": "DEFINE_INDEX_TYPE_TYPEDEF(operations_research::RoutingNodeIndex,\noperations_research::RoutingIndexManager::NodeIndex);\n+%r... | C++ | Apache License 2.0 | google/or-tools | feat: expose the GetStartIndex and GetEndIndex methods of the RoutingIndexManager |
261,218 | 16.01.2020 13:40:15 | -3,600 | e4358ee330a1c0bcfb2433776dd1d5eddd524db7 | Expose GetStartIndex and GetEndIndex to Python
Follow | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/python/routing_index_manager.i",
"new_path": "ortools/constraint_solver/python/routing_index_manager.i",
"diff": "@@ -31,6 +31,8 @@ DEFINE_INDEX_TYPE_TYPEDEF(operations_research::RoutingNodeIndex,\nnamespace operations_research {\n%un... | C++ | Apache License 2.0 | google/or-tools | Expose GetStartIndex and GetEndIndex to Python
Follow #1843 |
261,218 | 16.01.2020 13:40:24 | -3,600 | 089e4ebfa18d12e439c0700ca6b3bd2aeba15683 | Expose GetStartIndex and GetEndIndex to .Net
Follow | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/csharp/routing_index_manager.i",
"new_path": "ortools/constraint_solver/csharp/routing_index_manager.i",
"diff": "@@ -30,6 +30,8 @@ DEFINE_INDEX_TYPE_TYPEDEF(operations_research::RoutingNodeIndex,\nnamespace operations_research {\n%un... | C++ | Apache License 2.0 | google/or-tools | Expose GetStartIndex and GetEndIndex to .Net
Follow #1843 |
261,305 | 16.07.2019 20:51:40 | 10,800 | 5cdde8db2cc19fca680ea354a850b6e1003bc546 | changed deprecated method ramdon_integer for randint
Forward port of | [
{
"change_type": "MODIFY",
"old_path": "examples/python/cvrptw_plot.py",
"new_path": "examples/python/cvrptw_plot.py",
"diff": "@@ -127,7 +127,7 @@ class Customers():\n# The customers demand min_tw to max_tw hour time window for each\n# delivery\n- time_windows = np.random.random_integers(min_tw * 3... | C++ | Apache License 2.0 | google/or-tools | changed deprecated method ramdon_integer for randint
Forward port of #1425 |
261,218 | 16.01.2020 15:43:41 | -3,600 | ef779c41015224eba27b3d28c7a76120dcd0782d | Update python.cmake
Add *.pyi file to archive if any... | [
{
"change_type": "MODIFY",
"old_path": "cmake/python.cmake",
"new_path": "cmake/python.cmake",
"diff": "@@ -115,12 +115,12 @@ add_custom_command(OUTPUT setup.py dist ${PROJECT_NAME}.egg-info\nCOMMAND ${CMAKE_COMMAND} -E echo \" packages=find_packages(),\" >> setup.py\nCOMMAND ${CMAKE_COMMAND} -E ech... | C++ | Apache License 2.0 | google/or-tools | Update python.cmake
Add *.pyi file to archive if any... |
261,218 | 16.01.2020 17:47:12 | -3,600 | ff9b82d42d356b02ecc9cdd877170b0ae1da46d7 | Java: Ignore broken methods (Fix
Usually missing typemap for return type or argument type | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/constraint_solver.i",
"new_path": "ortools/constraint_solver/java/constraint_solver.i",
"diff": "@@ -472,6 +472,7 @@ namespace operations_research {\n%rename (intVarContainer) Assignment::IntVarContainer;\n%rename (intervalVarCon... | C++ | Apache License 2.0 | google/or-tools | Java: Ignore broken methods (Fix #1276)
Usually missing typemap for return type or argument type |
261,218 | 17.01.2020 11:20:51 | -3,600 | 061f5da1f26c0399a32857fda22b29ae7155b610 | .Net: Ignore broken methods (Fix
Usually no typemap available for return type or arguments | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/csharp/constraint_solver.i",
"new_path": "ortools/constraint_solver/csharp/constraint_solver.i",
"diff": "@@ -136,7 +136,9 @@ PROTECT_FROM_FAILURE(Solver::Fail(), arg1);\n%template(CpIntVector) std::vector<int>;\n// IMPORTANT(corentin... | C++ | Apache License 2.0 | google/or-tools | .Net: Ignore broken methods (Fix #1276)
Usually no typemap available for return type or arguments |
261,230 | 20.01.2020 10:51:53 | -3,600 | 45a04053e47c8e2a6ccccee257f5f56ef22d0adc | polish integer reasons | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/integer_expr.cc",
"new_path": "ortools/sat/integer_expr.cc",
"diff": "@@ -372,7 +372,8 @@ bool LinMinPropagator::PropagateLinearUpperBound(\n// Conflict.\ninteger_trail_->RelaxLinearReason(-slack - 1, reason_coeffs,\n&linear_sum_reason);\n- std::ve... | C++ | Apache License 2.0 | google/or-tools | polish integer reasons |
261,230 | 20.01.2020 13:23:56 | -3,600 | 5516eb6a54bd5ed7daf5496404b81cbe2238c511 | add IntVar::AddConstant to cp_model.h | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model.cc",
"new_path": "ortools/sat/cp_model.cc",
"diff": "@@ -84,6 +84,10 @@ IntVar::IntVar(const BoolVar& var) {\nindex_ = var.index_;\n}\n+LinearExpr IntVar::AddConstant(int64 value) const {\n+ return LinearExpr(*this).AddConstant(value);\n+}... | C++ | Apache License 2.0 | google/or-tools | add IntVar::AddConstant to cp_model.h |
261,218 | 21.01.2020 09:12:17 | -3,600 | 332b515349fde5c77efc1a66e88da7881214a990 | Bump version 7.4 -> 7.5 | [
{
"change_type": "MODIFY",
"old_path": "Version.txt",
"new_path": "Version.txt",
"diff": "OR_TOOLS_MAJOR=7\n-OR_TOOLS_MINOR=4\n+OR_TOOLS_MINOR=5\n#PRE_RELEASE=YES\n"
},
{
"change_type": "MODIFY",
"old_path": "tools/doc/gen_ref_doc.py",
"new_path": "tools/doc/gen_ref_doc.py",
"dif... | C++ | Apache License 2.0 | google/or-tools | Bump version 7.4 -> 7.5 |
261,218 | 21.01.2020 10:12:10 | -3,600 | b9e695306e139e8888a682d5c490c1a753c70680 | Add pip install for mandatory python packages | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_mac.sh",
"new_path": "tools/release/build_delivery_mac.sh",
"diff": "@@ -22,18 +22,26 @@ command -v cmake\ncommand -v cmake | xargs echo \"cmake: \" | tee -a build.log\ncommand -v make\ncommand -v make | xargs echo \"make: \" | tee... | C++ | Apache License 2.0 | google/or-tools | Add pip install for mandatory python packages |
261,230 | 21.01.2020 10:59:37 | -3,600 | 0c4fdd7c2bca68a204ace0d2324298915651e039 | fix overflow in the linearization of abs | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/linear_programming_constraint.cc",
"new_path": "ortools/sat/linear_programming_constraint.cc",
"diff": "@@ -1706,19 +1706,26 @@ void LinearProgrammingConstraint::AdjustNewLinearConstraint(\n// We don't want to change the sign of current (except if ... | C++ | Apache License 2.0 | google/or-tools | fix overflow in the linearization of abs |
261,230 | 21.01.2020 11:00:12 | -3,600 | e9342c2bc59a606bf34c144668325409062b0c0b | used strongly typed reversible data structures | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/integer.cc",
"new_path": "ortools/sat/integer.cc",
"diff": "@@ -1686,11 +1686,12 @@ bool GenericLiteralWatcher::Propagate(Trail* trail) {\n// Before we propagate, make sure any reversible structure are up to date.\n// Note that we never do anything... | C++ | Apache License 2.0 | google/or-tools | used strongly typed reversible data structures |
261,230 | 21.01.2020 11:00:44 | -3,600 | 251856141d35545eadfd0f00983028bf8d750217 | unignore java method on SortedDisjointIntervalList | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/java/sorted_interval_list.i",
"new_path": "ortools/util/java/sorted_interval_list.i",
"diff": "%ignore operations_research::SortedDisjointIntervalList::SortedDisjointIntervalList(const std::vector<ClosedInterval>&);\n%unignore operations_research:... | C++ | Apache License 2.0 | google/or-tools | unignore java method on SortedDisjointIntervalList |
261,218 | 21.01.2020 16:40:59 | -3,600 | 889deaac9459d6882049c58f3787a5dd68b4d9be | CMake: use ZLIB static when building it | [
{
"change_type": "MODIFY",
"old_path": "cmake/cpp.cmake",
"new_path": "cmake/cpp.cmake",
"diff": "@@ -7,7 +7,13 @@ set(CMAKE_THREAD_PREFER_PTHREAD TRUE)\nset(THREAD_PREFER_PTHREAD_FLAG TRUE)\nfind_package(Threads REQUIRED)\n+if(BUILD_ZLIB)\n+ find_package(ZLIB REQUIRED CONFIG)\n+ set(ZLIB_DEP ZLIB::... | C++ | Apache License 2.0 | google/or-tools | CMake: use ZLIB static when building it |
261,218 | 21.01.2020 17:38:38 | -3,600 | 3594d74d394c23ab7ade547f5b27d085e2d174d5 | ZLIB patch
rename target ZLIB so install target will be ZLIB::ZLIB like the name use
by the cmake FindZLIB.cmake module... | [
{
"change_type": "MODIFY",
"old_path": "cmake/cpp.cmake",
"new_path": "cmake/cpp.cmake",
"diff": "@@ -7,12 +7,11 @@ set(CMAKE_THREAD_PREFER_PTHREAD TRUE)\nset(THREAD_PREFER_PTHREAD_FLAG TRUE)\nfind_package(Threads REQUIRED)\n+# libprotobuf force us to depends on ZLIB::ZLIB target\nif(BUILD_ZLIB)\nfi... | C++ | Apache License 2.0 | google/or-tools | ZLIB patch
rename target ZLIB so install target will be ZLIB::ZLIB like the name use
by the cmake FindZLIB.cmake module... |
261,277 | 22.01.2020 18:10:58 | -46,800 | 69b5b2f581657f6dfe40f0f32dc607d365ced19f | fix: update the java out type mapping of std::vector<CType*>& to prevent segfaults | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/java/vector.i",
"new_path": "ortools/util/java/vector.i",
"diff": "@@ -132,9 +132,13 @@ VECTOR_AS_JAVA_ARRAY(double, double, Double);\n$1 = &result;\n}\n%typemap(out) const std::vector<CType*>& {\n- jclass object_class = jenv->FindClass(\"JavaPack... | C++ | Apache License 2.0 | google/or-tools | fix: update the java out type mapping of std::vector<CType*>& to prevent segfaults |
261,218 | 23.01.2020 16:48:29 | -3,600 | bc904f83bd15b65a2ea72b94322c9706e617cf43 | Add subTest to ex/tests/lp_test.py
see: | [
{
"change_type": "MODIFY",
"old_path": "examples/tests/lp_test.py",
"new_path": "examples/tests/lp_test.py",
"diff": "@@ -167,6 +167,7 @@ class PyWrapLpTest(unittest.TestCase):\nall_names_and_problem_types = (list(\nlinear_solver_pb2.MPModelRequest.SolverType.items()))\nfor name, problem_type in all... | C++ | Apache License 2.0 | google/or-tools | Add subTest to ex/tests/lp_test.py
see: https://docs.python.org/3.8/library/unittest.html#distinguishing-test-iterations-using-subtests |
261,230 | 23.01.2020 16:06:18 | 28,800 | cdf6d283e5fb9ff11aca9b15c1ef623772c6ddd6 | improve pseudo-cost branching in CP-SAT | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model.cc",
"new_path": "ortools/sat/cp_model.cc",
"diff": "@@ -218,6 +218,12 @@ void CircuitConstraint::AddArc(int tail, int head, BoolVar literal) {\nproto_->mutable_circuit()->add_literals(literal.index_);\n}\n+void MultipleCircuitConstraint::... | C++ | Apache License 2.0 | google/or-tools | improve pseudo-cost branching in CP-SAT |
261,218 | 24.01.2020 17:38:36 | -3,600 | 1419440f021ae02984462751f3d9285df8bbca72 | Win: Bump CPLEX 12.9 -> 12.10 (Fix | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.win.mk",
"new_path": "makefiles/Makefile.win.mk",
"diff": "@@ -122,9 +122,9 @@ ifdef WINDOWS_SCIP_DIR\nendif\n# This is needed to find CPLEX include files and libraries.\nifdef WINDOWS_CPLEX_DIR\n- CPLEX_INC = /I\"$(WINDOWS_CPLEX_DIR)\\\\inc... | C++ | Apache License 2.0 | google/or-tools | Win: Bump CPLEX 12.9 -> 12.10 (Fix #1800) |
261,218 | 24.01.2020 17:38:11 | -3,600 | 3f5c8d1ad25a7e8909ebe2598256f71b666508b5 | Makefile.local Update (Fix | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.third_party.unix.mk",
"new_path": "makefiles/Makefile.third_party.unix.mk",
"diff": "@@ -157,6 +157,7 @@ Makefile.local: makefiles/Makefile.third_party.$(SYSTEM).mk\n@echo >> Makefile.local\n@echo \"## OPTIONAL DEPENDENCIES ##\" >> Makefile.... | C++ | Apache License 2.0 | google/or-tools | Makefile.local Update (Fix #1800) |
261,230 | 24.01.2020 12:20:08 | 28,800 | 6d61ac1cb08acccf8a67223ff0ce2824090e38a4 | query the domain from an IntVar in Python/Java/C# + tests; small speedup of sat reversible data structures | [
{
"change_type": "MODIFY",
"old_path": "examples/tests/SatSolverTests.cs",
"new_path": "examples/tests/SatSolverTests.cs",
"diff": "@@ -116,6 +116,8 @@ namespace Google.OrTools.Tests {\nmodel.AddLinearConstraint(v1 + v2, -1000000, 100000);\nmodel.AddLinearConstraint(v1 + 2 * v2 - v3, 0, 100000);\nmo... | C++ | Apache License 2.0 | google/or-tools | query the domain from an IntVar in Python/Java/C# + tests; small speedup of sat reversible data structures |
261,218 | 27.01.2020 09:33:59 | -3,600 | 248c5a1c6009a9f83c1339a2b06b36a7e3f7ee7f | Remove deletion of zconf.h in patch
/dev/null not supported on Windows so you can't suppresss a file in a cross platform way... | [
{
"change_type": "MODIFY",
"old_path": "patches/ZLIB.patch",
"new_path": "patches/ZLIB.patch",
"diff": "@@ -223,543 +223,3 @@ index 0fe939d..bbf748b 100644\n+ set_target_properties(minigzip64 PROPERTIES COMPILE_FLAGS \"-D_FILE_OFFSET_BITS=64\")\n+ endif()\nendif()\n-diff --git a/zconf.h b/zconf.h\n-... | C++ | Apache License 2.0 | google/or-tools | Remove deletion of zconf.h in patch
/dev/null not supported on Windows so you can't suppresss a file in a cross platform way... |
261,218 | 27.01.2020 14:33:52 | -3,600 | ef51a572f648d947cd86f1dfcca771bb093ceaf1 | .Net fix compilation | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/csharp/sat.i",
"new_path": "ortools/sat/csharp/sat.i",
"diff": "@@ -21,7 +21,8 @@ using System.Collections;\n%include \"ortools/base/base.i\"\n%include \"ortools/util/csharp/proto.i\"\n-%include \"ortools/util/csharp/sorted_interval_list.i\"\n+\n+%... | C++ | Apache License 2.0 | google/or-tools | .Net fix compilation |
261,218 | 27.01.2020 15:38:58 | -3,600 | 0a2b24f2f1f8155dce151059b969e2e354612c45 | Travis-CI try to fix macOS build | [
{
"change_type": "MODIFY",
"old_path": ".travis/script.sh",
"new_path": ".travis/script.sh",
"diff": "@@ -149,7 +149,7 @@ if [ \"${BUILDER}\" == make ];then\ncat Makefile.local\necho 'travis_fold:end:env'\necho 'travis_fold:start:third_party'\n- make third_party --jobs=4\n+ make third_party --jobs=1... | C++ | Apache License 2.0 | google/or-tools | Travis-CI try to fix macOS build |
261,218 | 28.01.2020 17:34:55 | -3,600 | abba070522729bea22af5861717eab6250560bd3 | .Net: Generate .snupkg | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -75,7 +75,7 @@ OR_TOOLS_FSHARP_TESTS_ASSEMBLY_NAME := $(OR_TOOLS_ASSEMBLY_NAME).FSharp.Tests\nDOTNET_ORTOOLS_NUPKG := $(PACKAGE_DIR)/$(OR_TOOLS_ASSEMBLY_NAME).$(OR_TOOLS_VER... | C++ | Apache License 2.0 | google/or-tools | .Net: Generate .snupkg |
261,218 | 29.01.2020 17:32:40 | -3,600 | c5909ada71a01c34bab8deb36629d9d8623a542c | CMake: rework dependencies management. | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -35,29 +35,31 @@ elseif(MSVC)\nset(BUILD_SHARED_LIBS OFF)\nendif()\n-# By default only the ortools C++ library is built.\n+# By default only build the C++ library.\noption(BUILD_CXX \"Build C++ library... | C++ | Apache License 2.0 | google/or-tools | CMake: rework dependencies management. |
261,218 | 29.01.2020 17:35:18 | -3,600 | 07768997b3298b196a95e3f03f3e5cfce75ea75f | CMake: Rework CPLEX/SCIP/XPRESS management | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -99,48 +99,6 @@ option(USE_SCIP \"Use the SCIP solver\" OFF)\nmessage(STATUS \"SCIP support: ${USE_SCIP}\")\noption(USE_XPRESS \"Use the XPRESS solver\" OFF)\nmessage(STATUS \"XPRESS support: ${USE_XPR... | C++ | Apache License 2.0 | google/or-tools | CMake: Rework CPLEX/SCIP/XPRESS management |
261,218 | 29.01.2020 17:35:51 | -3,600 | 6833c9742652ad50e4c4c35a952c7f50cbdb7516 | CMake: Refactor cpp.cmake | [
{
"change_type": "MODIFY",
"old_path": "cmake/cpp.cmake",
"new_path": "cmake/cpp.cmake",
"diff": "@@ -13,29 +13,73 @@ if(BUILD_ZLIB)\nelse()\nfind_package(ZLIB REQUIRED)\nendif()\n+\n+if(BUILD_absl)\nfind_package(absl REQUIRED CONFIG)\n+else()\n+ find_package(absl REQUIRED)\n+endif()\n+\nset(GFLAGS_... | C++ | Apache License 2.0 | google/or-tools | CMake: Refactor cpp.cmake |
261,218 | 30.01.2020 13:25:40 | -3,600 | 90c1deefbe49539d0d04b367a8eb809ff15d8296 | CMake: Install dependencies built | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -57,6 +57,8 @@ else()\noption(BUILD_DEPS \"Build all dependencies\" OFF)\nendif()\nmessage(STATUS \"Build all dependencies: ${BUILD_DEPS}\")\n+# Install built dependencies if any,\n+option(INSTALL_BUIL... | C++ | Apache License 2.0 | google/or-tools | CMake: Install dependencies built |
261,218 | 30.01.2020 16:50:26 | -3,600 | 861673386677dffe7fe7a8871e8eec59c17d9857 | Fix .Net Framework 4.5.2 support on windows | [
{
"change_type": "MODIFY",
"old_path": "ortools/dotnet/Google.OrTools.runtime.win-x64/Google.OrTools.runtime.win-x64.csproj.in",
"new_path": "ortools/dotnet/Google.OrTools.runtime.win-x64/Google.OrTools.runtime.win-x64.csproj.in",
"diff": "<Pack>true</Pack>\n<CopyToOutputDirectory>PreserveNewest</Co... | C++ | Apache License 2.0 | google/or-tools | Fix .Net Framework 4.5.2 support on windows |
261,218 | 31.01.2020 15:20:49 | -3,600 | 206a72b7f87b35ca7ffc48354be814e69ab0b2f2 | Update .Net windows runtime management | [
{
"change_type": "MODIFY",
"old_path": "ortools/dotnet/Google.OrTools.runtime.win-x64/Google.OrTools.runtime.win-x64.csproj.in",
"new_path": "ortools/dotnet/Google.OrTools.runtime.win-x64/Google.OrTools.runtime.win-x64.csproj.in",
"diff": "<Pack>true</Pack>\n<CopyToOutputDirectory>PreserveNewest</Co... | C++ | Apache License 2.0 | google/or-tools | Update .Net windows runtime management |
261,218 | 31.01.2020 15:21:03 | -3,600 | ef704da21e84a75e595bf2b63d5908ea38f5a104 | make: Update doc integration | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -85,7 +85,13 @@ include $(OR_ROOT)makefiles/Makefile.python.mk\ninclude $(OR_ROOT)makefiles/Makefile.java.mk\ninclude $(OR_ROOT)makefiles/Makefile.dotnet.mk\ninclude $(OR_ROOT)makefiles/Makefile.archive.mk\n+ifeq ... | C++ | Apache License 2.0 | google/or-tools | make: Update doc integration |
261,218 | 31.01.2020 15:24:00 | -3,600 | 24c1ca91a633855a0b6748082adbd4fc47aa30b9 | Update java.doxy.in | [
{
"change_type": "MODIFY",
"old_path": "tools/doc/java.doxy.in",
"new_path": "tools/doc/java.doxy.in",
"diff": "@@ -792,21 +792,12 @@ WARN_LOGFILE =\nINPUT = \\\nortools/java/com/google/ortools/constraintsolver \\\n- ortools/java/com/google/ortools/sat/Constraint.java \\\n- ortools/java/com/google/o... | C++ | Apache License 2.0 | google/or-tools | Update java.doxy.in |
261,218 | 04.02.2020 08:51:59 | -3,600 | 7883c52f87a24f245966e7dab68e524fe07b68c4 | .Net: keep target file only for net45
.Net core automatically copy the runtime native files without
the help of this target file... | [
{
"change_type": "MODIFY",
"old_path": "ortools/dotnet/Google.OrTools.runtime.win-x64/Google.OrTools.runtime.win-x64.csproj.in",
"new_path": "ortools/dotnet/Google.OrTools.runtime.win-x64/Google.OrTools.runtime.win-x64.csproj.in",
"diff": "<Pack>true</Pack>\n<CopyToOutputDirectory>PreserveNewest</Co... | C++ | Apache License 2.0 | google/or-tools | .Net: keep target file only for net45
.Net core automatically copy the runtime native files without
the help of this target file... |
261,218 | 04.02.2020 12:01:59 | -3,600 | a5caa9a7308a0aa4ef6c87dfdca1752e446fa10c | Bump Coin-or dependencies | [
{
"change_type": "MODIFY",
"old_path": "Dependencies.txt",
"new_path": "Dependencies.txt",
"diff": "-Protobuf=3.11.2\ngflags=2.2.2\nglog=0.4.0\n-Cbc=2.10.3\n-CoinUtils=2.11.2\n-Osi=0.108.4\n-Clp=1.17.3\n-Cgl=0.60.2\n+Protobuf=3.11.2\n+abseil-cpp=8ba96a8\n+Cbc=2.10.4\n+Cgl=0.60.3\n+Clp=1.17.5\n+Osi=0... | C++ | Apache License 2.0 | google/or-tools | Bump Coin-or dependencies |
261,230 | 05.02.2020 11:25:51 | -3,600 | b7e341b16ee73be09ef6c1b3645087c47f20ae3d | pure api on flatzinc parser | [
{
"change_type": "MODIFY",
"old_path": "ortools/flatzinc/parser.tab.cc",
"new_path": "ortools/flatzinc/parser.tab.cc",
"diff": "#define YYSKELETON_NAME \"yacc.c\"\n/* Pure parsers. */\n-#define YYPURE 1\n+#define YYPURE 2\n/* Push parsers. */\n#define YYPUSH 0\nextern int orfz_debug;\n#endif\n/* \"%... | C++ | Apache License 2.0 | google/or-tools | pure api on flatzinc parser |
261,218 | 07.02.2020 07:58:01 | -3,600 | 1f4f5720310dce34729466b001f3535220634f74 | CMake: Fix compilation on windows | [
{
"change_type": "MODIFY",
"old_path": "cmake/cpp.cmake",
"new_path": "cmake/cpp.cmake",
"diff": "@@ -117,7 +117,7 @@ if(WIN32)\nlist(APPEND OR_TOOLS_COMPILE_DEFINITIONS \"__WIN32__\")\nendif()\nif(MSVC)\n- list(APPEND OR_TOOLS_FLAGS\n+ list(APPEND OR_TOOLS_COMPILE_OPTIONS\n\"/bigobj\" # Allow big o... | C++ | Apache License 2.0 | google/or-tools | CMake: Fix compilation on windows |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.