author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
261,218
08.04.2022 09:47:29
-7,200
bdd70e4be17f61f9e443dc1fb1adca1802d67249
ci(make): Fix typo
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile", "new_path": "makefiles/Makefile", "diff": "@@ -61,7 +61,7 @@ help:\n@echo -e \"\\t\\t${BOLD}build${RESET}\"\n@echo -e \"\\t\\t${BOLD}test${RESET}\"\n@echo -e \"\\t\\t${BOLD}package${RESET}\"\n- @echo -e \"\\te.g. 'make make_alpine_cpp_buil...
C++
Apache License 2.0
google/or-tools
ci(make): Fix typo
261,218
08.04.2022 09:48:01
-7,200
e89a4d7e9223db260195996e44c3cf35e6a4e691
ci(make): use *cpp targets
[ { "change_type": "MODIFY", "old_path": "makefiles/docker/alpine/cpp.Dockerfile", "new_path": "makefiles/docker/alpine/cpp.Dockerfile", "diff": "@@ -7,10 +7,10 @@ COPY . .\nFROM devel AS build\nRUN make third_party BUILD_DOTNET=OFF BUILD_JAVA=OFF BUILD_PYTHON=OFF\n-RUN make cc\n+RUN make cpp\nFROM bu...
C++
Apache License 2.0
google/or-tools
ci(make): use *cpp targets
261,218
08.04.2022 11:19:59
-7,200
235d0a29dea7d5182ab0888a662b865e02dc57ec
make: cleanup cpp.mk
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -25,10 +25,17 @@ USE_SCIP ?= ON\nUSE_GLPK ?= OFF\nUSE_CPLEX ?= OFF\nUSE_XPRESS ?= OFF\n-PROTOC ?= $(OR_TOOLS_TOP)$Sbin$Sprotoc\n+JOBS ?= 4\n-# Main target.\n+# Main targets.\n+.PH...
C++
Apache License 2.0
google/or-tools
make: cleanup cpp.mk
261,218
08.04.2022 11:33:08
-7,200
bff6874b990ca97b184aef5fca92fa4d16a1dcf1
make: cleanup dotnet.mk
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.dotnet.mk", "new_path": "makefiles/Makefile.dotnet.mk", "diff": "@@ -10,43 +10,45 @@ else\n@echo\nendif\n+# Main targets.\n+.PHONY: detect_dotnet # Show variables used to build dotnet OR-Tools.\n+.PHONY: dotnet # Build .Net OR-Tools library....
C++
Apache License 2.0
google/or-tools
make: cleanup dotnet.mk
261,218
08.04.2022 11:33:18
-7,200
87bd765ce46ef55229b90d0509685afb027a4db4
make: cleanup java.mk
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.java.mk", "new_path": "makefiles/Makefile.java.mk", "diff": "@@ -10,6 +10,14 @@ else\n@echo\nendif\n+# Main targets.\n+.PHONY: detect_java # Show variables used to build Java OR-Tools.\n+.PHONY: java_runtime # Build Java OR-Tools runtime.\n+...
C++
Apache License 2.0
google/or-tools
make: cleanup java.mk
261,218
08.04.2022 11:33:26
-7,200
914bc9f9ce56b7253599c8f08902ab7fcd5257db
make: cleanup python.mk
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.python.mk", "new_path": "makefiles/Makefile.python.mk", "diff": "@@ -10,27 +10,31 @@ else\n@echo\nendif\n+# Main targets.\n+.PHONY: detect_python # Show variables used to build Python OR-Tools.\n+.PHONY: python # Build Python OR-Tools.\n+.PH...
C++
Apache License 2.0
google/or-tools
make: cleanup python.mk
261,230
08.04.2022 11:44:09
-7,200
3ced45beb36113f86c9b52a69d5db555265462bd
fix test with data
[ { "change_type": "ADD", "old_path": null, "new_path": "examples/data/tests/maximization.mps", "diff": "+* Generated by MPModelProtoExporter\n+* Name : SupportedMaximizationProblem\n+* Format : Free\n+* Constraints : 0\n+* Variables : 1\n+* Binary : 0\n+* Integer : 0\n+* Continuous : 1\n+NAME Support...
C++
Apache License 2.0
google/or-tools
fix test with data
261,230
08.04.2022 11:58:54
-7,200
7de828681ccc94ac3bd15cfd5bc82015419af6fe
[CP-SAT] better fix for presolve crash when interrupted
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_presolve.cc", "new_path": "ortools/sat/cp_model_presolve.cc", "diff": "@@ -8318,39 +8318,6 @@ CpSolverStatus CpModelPresolver::Presolve() {\n// Initialize the initial context.working_model domains.\ncontext_->InitializeNewDomains();\n- // ...
C++
Apache License 2.0
google/or-tools
[CP-SAT] better fix for presolve crash when interrupted
261,218
11.04.2022 13:43:56
-7,200
090beee7e788c0406d6585d38603192947534185
deps: Bump re2 2022-02-01 -> 2022-04-01
[ { "change_type": "MODIFY", "old_path": "WORKSPACE", "new_path": "WORKSPACE", "diff": "@@ -53,9 +53,7 @@ new_git_repository(\ngit_repository(\nname = \"com_google_re2\",\n- patches = [\"//patches:re2-2022-02-01.patch\"],\n- patch_args = [\"-p1\"],\n- tag = \"2022-02-01\",\n+ tag = \"2022-04-01\",\nre...
C++
Apache License 2.0
google/or-tools
deps: Bump re2 2022-02-01 -> 2022-04-01
261,218
11.04.2022 18:04:49
-7,200
9a243af61ca89b4ab33306215dd13de6dd623829
cmake(ci): fix sample.py
[ { "change_type": "MODIFY", "old_path": "cmake/samples/python/sample.py", "new_path": "cmake/samples/python/sample.py", "diff": "+import ortools\nfrom ortools.linear_solver import pywraplp\nfrom ortools.linear_solver import linear_solver_pb2\nfrom ortools.constraint_solver import pywrapcp\nfrom ortoo...
C++
Apache License 2.0
google/or-tools
cmake(ci): fix sample.py
261,218
11.04.2022 18:14:03
-7,200
6717a904d723105983371bd9e0c86b6148dc75b7
make: Fix run target for C++ files
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -149,6 +149,7 @@ build: cpp \\\n$(COPY) $(subst /,$S,$(SOURCE)) $(TEMP_CPP_DIR)$S$(SOURCE_NAME)$S$(SOURCE_NAME).cc\ncd $(TEMP_CPP_DIR)$S$(SOURCE_NAME) &&\\\ncmake -S. -Bbuild \\\n...
C++
Apache License 2.0
google/or-tools
make: Fix run target for C++ files
261,218
11.04.2022 17:59:29
-7,200
da4aa93189485c4caf64c50fcac81a2e5c1a4827
bazel(ci): Fix docker image env setup
[ { "change_type": "MODIFY", "old_path": "bazel/docker/alpine/Dockerfile", "new_path": "bazel/docker/alpine/Dockerfile", "diff": "@@ -17,13 +17,17 @@ RUN rm /usr/lib/jvm/default-jvm/jre\nENV JAVA_HOME=/usr/lib/jvm/default-jvm\nENV PATH=$JAVA_HOME/bin:$PATH\n+# Install Python\n+RUN apk add --no-cache p...
C++
Apache License 2.0
google/or-tools
bazel(ci): Fix docker image env setup
261,218
13.04.2022 11:47:09
-7,200
53872581ba79ad62e2f6e38712e218a567a7a69c
cmake(ci): Clean doc
[ { "change_type": "MODIFY", "old_path": "cmake/docs/ci.md", "new_path": "cmake/docs/ci.md", "diff": "@@ -5,12 +5,9 @@ for orchestration.\npros:\n-* You are independent of third party CI runner config (e.g. github actions\n- runners or Travis-CI VM images).\n-* You can run it locally on your linux sys...
C++
Apache License 2.0
google/or-tools
cmake(ci): Clean doc
261,218
13.04.2022 11:47:47
-7,200
13a2ad8e15eb1c161764854fa48bd02032567d5a
tools/docker: Fixup
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "@@ -135,7 +135,6 @@ $(info version: ${OR_TOOLS_VERSION})\n# Docker image name prefix.\nIMAGE := or-tools/docker\n-DOCKER_RUN_CMD := docker run --rm --init\nifdef NOCACHE\nDOCKER_BUILD_CMD :=...
C++
Apache License 2.0
google/or-tools
tools/docker: Fixup
261,218
13.04.2022 13:31:42
-7,200
bc7beefff7050934e100ceaf0646afbae59ae594
ci: Rename github workflow jobs
[ { "change_type": "MODIFY", "old_path": ".github/workflows/bazel_docker.yml", "new_path": ".github/workflows/bazel_docker.yml", "diff": "@@ -3,14 +3,14 @@ name: Bazel Docker\non: [push, pull_request]\njobs:\n- Distros:\n+ bazel:\nruns-on: ubuntu-latest\ncontinue-on-error: ${{ matrix.allow_failure }}\...
C++
Apache License 2.0
google/or-tools
ci: Rename github workflow jobs
261,218
13.04.2022 14:32:40
-7,200
1bee57b277d135b51656a6f1b0fa31e84af2c615
examples: Fix notebook generation (Fix
[ { "change_type": "MODIFY", "old_path": "tools/export_to_ipynb.py", "new_path": "tools/export_to_ipynb.py", "diff": "import ast\nimport os\nimport sys\n+import re\nfrom nbformat import v3\nfrom nbformat import v4\n@@ -28,7 +29,7 @@ nbook = v3.reads_py('')\nnbook = v4.upgrade(nbook) # Upgrade v3 to v4...
C++
Apache License 2.0
google/or-tools
examples: Fix notebook generation (Fix #3244)
261,230
21.04.2022 16:28:13
-7,200
e3eb35132b7df8b96b3a0c8909fb1e15af256e71
[CP-SAT] add more CpModel C++ methods; fix fix specify restrictions in cp_model.proto
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model.h", "new_path": "ortools/sat/cp_model.h", "diff": "* print out the solution.\n* \\code\nCpModelBuilder cp_model;\n- Domain all_animals(0, 20);\n- IntVar rabbits = cp_model.NewIntVar(all_animals).WithName(\"rabbits\");\n- IntVar pheasants =...
C++
Apache License 2.0
google/or-tools
[CP-SAT] add more CpModel C++ methods; fix #3248; fix #3251; specify restrictions in cp_model.proto
261,230
21.04.2022 17:29:56
-7,200
5b87373be5869d806da07e8cda13cf51006f411c
[CP-SAT] work on scheduling cuts
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model.cc", "new_path": "ortools/sat/cp_model.cc", "diff": "@@ -409,6 +409,18 @@ DoubleLinearExpr& DoubleLinearExpr::AddTerm(BoolVar var, double coeff) {\nreturn *this;\n}\n+DoubleLinearExpr& DoubleLinearExpr::AddExpression(const LinearExpr& expr...
C++
Apache License 2.0
google/or-tools
[CP-SAT] work on scheduling cuts
261,230
21.04.2022 17:30:26
-7,200
b3582ca7437257f250ebfeca13c9357f2afd6645
remove redundant linear relaxation for the durations of tasks in the jobshop example
[ { "change_type": "MODIFY", "old_path": "examples/cpp/jobshop_sat.cc", "new_path": "examples/cpp/jobshop_sat.cc", "diff": "@@ -101,12 +101,12 @@ int64_t ComputeHorizon(const JsspInputProblem& problem) {\n}\n// A job is a sequence of tasks. For each task, we store the main interval, as\n-// well as it...
C++
Apache License 2.0
google/or-tools
remove redundant linear relaxation for the durations of tasks in the jobshop example
261,218
25.04.2022 15:36:48
-7,200
c5925565d805d2d7a74ed4dc4520a4cc00d3eb01
make: rename tools/Makefiles
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -558,11 +558,11 @@ EXAMPLE_CPP_FILES = \\\n$(INSTALL_CPP_NAME)$(ARCHIVE_EXT): \\\n$(SAMPLE_CPP_FILES) \\\n$(EXAMPLE_CPP_FILES) \\\n- tools/README.cpp.md tools/Makefile.cpp\n+ tool...
C++
Apache License 2.0
google/or-tools
make: rename tools/Makefiles
261,218
22.04.2022 17:54:35
-7,200
ecff6d93c0d85253c4266124cff6ea2f491c2493
tools: fix gen_javadoc script
[ { "change_type": "MODIFY", "old_path": "tools/doc/gen_javadoc.sh", "new_path": "tools/doc/gen_javadoc.sh", "diff": "@@ -10,5 +10,5 @@ OUTPUT_DIR=\"docs/javadoc\"\nrm -rf ${OUTPUT_DIR}\nmkdir -p ${OUTPUT_DIR}\n-ARCHIVE=$(find \"dependencies/java/ortools-java/target\" -iname \"ortools-java-${OR_TOOLS_...
C++
Apache License 2.0
google/or-tools
tools: fix gen_javadoc script
261,218
22.04.2022 17:13:09
-7,200
ef4e252a1e32ede583912c06b5026deb42b0c8b1
base: update
[ { "change_type": "MODIFY", "old_path": "ortools/base/raw_logging.h", "new_path": "ortools/base/raw_logging.h", "diff": "@@ -28,7 +28,7 @@ namespace google {\n// * it uses an explicit format and arguments list\n// * it will silently chop off really long message strings\n// Usage example:\n-// RAW_LOG...
C++
Apache License 2.0
google/or-tools
base: update
261,218
22.04.2022 14:19:20
-7,200
9d69d6bb0535b1c8246d3fe355aecd15c1a6aa09
base: Add strtoint
[ { "change_type": "MODIFY", "old_path": "ortools/base/BUILD.bazel", "new_path": "ortools/base/BUILD.bazel", "diff": "@@ -308,6 +308,16 @@ cc_library(\n],\n)\n+cc_library(\n+ name = \"strtoint\",\n+ srcs = [\"strtoint.cc\"],\n+ hdrs = [\"strtoint.h\"],\n+ deps = [\n+ \":base\",\n+ \"@com_google_absl//...
C++
Apache License 2.0
google/or-tools
base: Add strtoint
261,230
30.04.2022 18:23:35
-7,200
06fd6e6c60e370864ad49be9e47631daec9c5eed
add min_cost_flow, max_flow, linear_sum_assignment numpy fast API, port simple_max_flow/simple_min_cost_flow to the fast API, fix
[ { "change_type": "MODIFY", "old_path": "ortools/graph/python/linear_sum_assignment.cc", "new_path": "ortools/graph/python/linear_sum_assignment.cc", "diff": "// limitations under the License.\n#include \"ortools/graph/assignment.h\"\n+\n+#include \"pybind11/numpy.h\"\n#include \"pybind11/pybind11.h\...
C++
Apache License 2.0
google/or-tools
add min_cost_flow, max_flow, linear_sum_assignment numpy fast API, port simple_max_flow/simple_min_cost_flow to the fast API, fix #321, #1020, #2390
261,218
29.04.2022 14:36:46
-7,200
65c825561403385f96510307db114c7c9c43ed3f
cmake: Change PATCH computation now extract it from `git describe --tags`
[ { "change_type": "MODIFY", "old_path": "cmake/utils.cmake", "new_path": "cmake/utils.cmake", "diff": "@@ -6,18 +6,21 @@ function(get_patch_from_git VERSION_PATCH)\nelse()\n# If no tags can be found, it is a git shallow clone\nexecute_process(COMMAND\n- ${GIT_EXECUTABLE} describe --tags\n- RESULT_VAR...
C++
Apache License 2.0
google/or-tools
cmake: Change PATCH computation now extract it from `git describe --tags`
261,230
02.05.2022 16:52:13
-7,200
6804fcdad5a299c22edb8d8dfa3051fb11abdc47
vectorized linear_sum assignment example
[ { "change_type": "MODIFY", "old_path": "ortools/graph/samples/assignment_linear_sum_assignment.py", "new_path": "ortools/graph/samples/assignment_linear_sum_assignment.py", "diff": "\"\"\"Solve assignment problem using linear assignment solver.\"\"\"\n# [START import]\nfrom ortools.graph.python impo...
C++
Apache License 2.0
google/or-tools
vectorized linear_sum assignment example
261,230
02.05.2022 16:52:35
-7,200
9e9c8ed8741cbaf0b3fa27fca482c55b27f93b1d
read json too
[ { "change_type": "MODIFY", "old_path": "ortools/util/file_util.cc", "new_path": "ortools/util/file_util.cc", "diff": "@@ -87,7 +87,10 @@ bool ReadFileToProto(absl::string_view filename,\nVLOG(1) << \"ReadFileToProto(): input is a text proto\";\nreturn true;\n}\n- if (JsonStringToMessage(data, proto,...
C++
Apache License 2.0
google/or-tools
read json too
261,218
04.05.2022 08:23:41
-7,200
a7cd09b680364d00cbe7882843026ec6abc50bd2
google3: sync
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -32,7 +32,7 @@ portable software suite for solving combinatorial optimization problems.\nThe suite contains:\n* A constraint programming solver;\n-* A linear programming solver;\n+* Two linear programming solver...
C++
Apache License 2.0
google/or-tools
google3: sync
261,218
04.05.2022 11:49:14
-7,200
59c7491170abaed843117fae8177cad22e9b40ee
routing: Add vrp_items_to_deliver.py
[ { "change_type": "ADD", "old_path": null, "new_path": "ortools/constraint_solver/samples/vrp_items_to_deliver.py", "diff": "+#!/usr/bin/env python3\n+# [START program]\n+\"\"\"Vehicles Routing Problem (VRP) for delivering items from any suppliers.\n+Description:\n+Need to deliver some item X and Y a...
C++
Apache License 2.0
google/or-tools
routing: Add vrp_items_to_deliver.py
261,218
04.05.2022 14:46:01
-7,200
a6431c11884a2475befc4bbd5474fe89e8a04436
bazel: fix running python test
[ { "change_type": "MODIFY", "old_path": "ortools/graph/samples/code_samples.bzl", "new_path": "ortools/graph/samples/code_samples.bzl", "diff": "@@ -40,6 +40,7 @@ def code_sample_py(name):\n],\ndeps = [\nrequirement(\"absl-py\"),\n+ requirement(\"numpy\"),\n],\npython_version = \"PY3\",\nsrcs_version...
C++
Apache License 2.0
google/or-tools
bazel: fix running python test
261,230
07.05.2022 10:37:29
-7,200
7a46833a129ae52fd84c3d3beab6380b79327cb6
fix implement clear objective method in CP-SAT
[ { "change_type": "MODIFY", "old_path": "ortools/java/com/google/ortools/sat/CpModel.java", "new_path": "ortools/java/com/google/ortools/sat/CpModel.java", "diff": "@@ -911,8 +911,7 @@ public final class CpModel {\n/** Adds a minimization objective of a linear expression. */\npublic void minimize(Lin...
C++
Apache License 2.0
google/or-tools
fix #3283: implement clear objective method in CP-SAT
261,230
09.05.2022 15:56:18
-7,200
71336d84b849711637271f1bc75d19fadcf2b712
[CP-SAT] always display the number of Boolean variables in the model summary
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_solver.cc", "new_path": "ortools/sat/cp_model_solver.cc", "diff": "@@ -390,6 +390,14 @@ std::string CpModelStats(const CpModelProto& model_proto) {\nabsl::StrAppend(&result, \"#Variables: \", model_proto.variables_size(),\nobjective_string...
C++
Apache License 2.0
google/or-tools
[CP-SAT] always display the number of Boolean variables in the model summary
261,230
11.05.2022 17:23:59
-7,200
ba15d312ba4cf5ed1cf802a83aec23cdd1c17aca
[CP-SAT] improve cuts diversity; fix infinite loop in the ttef constraint; improve var domination; remove wrong DCHECK
[ { "change_type": "MODIFY", "old_path": "ortools/sat/BUILD.bazel", "new_path": "ortools/sat/BUILD.bazel", "diff": "@@ -236,7 +236,6 @@ cc_library(\n\"@com_google_absl//absl/base:core_headers\",\n\"@com_google_absl//absl/container:btree\",\n\"@com_google_absl//absl/container:flat_hash_set\",\n- \"@com...
C++
Apache License 2.0
google/or-tools
[CP-SAT] improve cuts diversity; fix infinite loop in the ttef constraint; improve var domination; remove wrong DCHECK
261,230
12.05.2022 14:09:18
-7,200
33fd1f910d0a9bb1aa922ff76aa5d502e3e1333f
[CP-SAT] better presolve when an at_most_one/exactly_one appears a linear constraint
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_presolve.cc", "new_path": "ortools/sat/cp_model_presolve.cc", "diff": "@@ -2519,6 +2519,7 @@ bool CpModelPresolver::PropagateDomainsInLinear(int ct_index,\n}\n// The other transformations below require a non-reified constraint.\n+ if (ct_i...
C++
Apache License 2.0
google/or-tools
[CP-SAT] better presolve when an at_most_one/exactly_one appears a linear constraint
261,218
16.05.2022 11:26:08
-7,200
955053ffcf768541cd74d73a8a197aef31c03e9e
.github: rename master to main
[ { "change_type": "MODIFY", "old_path": ".github/ISSUE_TEMPLATE/bug_report.md", "new_path": ".github/ISSUE_TEMPLATE/bug_report.md", "diff": "@@ -5,7 +5,7 @@ about: Create a report to help us improve\n**What version of OR-Tools and what language are you using?**\n-Version: master/v7.3/v7.2 etc.\n+Vers...
C++
Apache License 2.0
google/or-tools
.github: rename master to main
261,218
16.05.2022 11:27:02
-7,200
fb023891414e790f912d4a3fa02090becd2d6ee8
doc: rename master to main in internal doc
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "[![PyPI version](https://img.shields.io/pypi/v/ortools.svg)](https://pypi.org/project/ortools/)\n[![PyPI download](https://img.shields.io/pypi/dm/ortools.svg)](https://pypi.org/project/ortools/#files)\n-[![Binder](...
C++
Apache License 2.0
google/or-tools
doc: rename master to main in internal doc
261,218
16.05.2022 11:27:36
-7,200
df8cbb3d76f9c27d6f22448293c47cb7103c86dd
fix: rename master to main in build file
[ { "change_type": "MODIFY", "old_path": "bazel/docker/centos/Dockerfile", "new_path": "bazel/docker/centos/Dockerfile", "diff": "@@ -13,7 +13,7 @@ RUN echo \"source /opt/rh/gcc-toolset-11/enable\" >> /etc/bashrc\nSHELL [\"/bin/bash\", \"--login\", \"-c\"]\n# Install bazel 5\n-# see: https://docs.baze...
C++
Apache License 2.0
google/or-tools
fix: rename master to main in build file
261,218
16.05.2022 11:59:15
-7,200
ab186d5499e69380af102ec51381582400dfbb42
few more renaming
[ { "change_type": "MODIFY", "old_path": "cmake/docs/python.md", "new_path": "cmake/docs/python.md", "diff": "@@ -115,7 +115,7 @@ const char *_PyImport_DynLoadFiletab[] = {\n```\nref:\n-https://github.com/python/cpython/blob/master/Python/dynload_shlib.c#L36-L48\n+https://github.com/python/cpython/blo...
C++
Apache License 2.0
google/or-tools
few more renaming
261,230
16.05.2022 13:05:27
-7,200
f4434ebb80a0a6abf932bf7296740615b2f10560
[CP-SAT] fix display of number of variables
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_solver.cc", "new_path": "ortools/sat/cp_model_solver.cc", "diff": "@@ -351,7 +351,7 @@ std::string CpModelStats(const CpModelProto& model_proto) {\n(*num_booleans)++;\n}\n}\n- *num_integers = model_proto.objective().vars_size() - *num_bool...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix display of number of variables
261,230
16.05.2022 13:05:44
-7,200
5baba7d7d0cb11fe6240c6dfbf44f3e8f1454577
[GLOP] Validate dual ray precision
[ { "change_type": "MODIFY", "old_path": "ortools/glop/revised_simplex.cc", "new_path": "ortools/glop/revised_simplex.cc", "diff": "@@ -439,6 +439,41 @@ Status RevisedSimplex::Solve(const LinearProgram& lp, TimeLimit* time_limit) {\nproblem_status_ = ProblemStatus::IMPRECISE;\n}\n}\n+\n+ // Validate t...
C++
Apache License 2.0
google/or-tools
[GLOP] Validate dual ray precision
261,218
16.05.2022 17:44:50
-7,200
103663a5e48f5f6d425ea439c39e403cd506da72
sync from g3
[ { "change_type": "MODIFY", "old_path": "cmake/docs/swig.md", "new_path": "cmake/docs/swig.md", "diff": "@@ -165,6 +165,7 @@ PRIMITIVE_TYPEMAP(unsigned long int, long long);\n```\nand this for .Net:\n+\n```swig\n#if defined(SWIGCSHARP)\n#if defined(SWIGWORDSIZE64)\n" }, { "change_type": "MODI...
C++
Apache License 2.0
google/or-tools
sync from g3
261,218
16.05.2022 17:45:11
-7,200
abf9f3548ebf48b37f9601c3c11dc8d5639bc576
bazel: Update pybind11_bazel patch
[ { "change_type": "MODIFY", "old_path": "patches/pybind11_bazel.patch", "new_path": "patches/pybind11_bazel.patch", "diff": "+diff --git a/build_defs.bzl b/build_defs.bzl\n+index 1e55548..c9fd601 100644\n+--- a/build_defs.bzl\n++++ b/build_defs.bzl\n+@@ -38,6 +38,10 @@ def pybind_extension(\n+\n+ nat...
C++
Apache License 2.0
google/or-tools
bazel: Update pybind11_bazel patch
261,218
18.05.2022 11:19:55
-7,200
ac531c34e58c8fb96202e65f20a41399a9b88a47
tools/docker: Add support
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "@@ -77,11 +77,12 @@ help:\n@echo\n@echo -e \"\\t${BOLD}<distro>${RESET}:\"\n@echo -e \"\\t\\t${BOLD}alpine-edge${RESET} (latest)\"\n- @echo -e \"\\t\\t${BOLD}centos-8${RESET} (latest)\"\n+ @...
C++
Apache License 2.0
google/or-tools
tools/docker: Add Fedora-36 support
261,218
18.05.2022 16:38:25
-7,200
19d2535fbe1aa6b784aea13553085f4be52a6dc0
dotnet: Fix link in README.md
[ { "change_type": "MODIFY", "old_path": "ortools/dotnet/README.md", "new_path": "ortools/dotnet/README.md", "diff": "@@ -293,4 +293,4 @@ Image has been generated using [plantuml](http://plantuml.com/):\nplantuml -Tpng docs/{file}.dot\n```\n-So you can find the dot source files in [doc](doc).\n+So you...
C++
Apache License 2.0
google/or-tools
dotnet: Fix link in README.md
261,218
18.05.2022 16:38:02
-7,200
b0bd3f986991c8ef1d73e3b7f3303ae315e37cf6
java: fix pom.xml templates
[ { "change_type": "MODIFY", "old_path": "ortools/java/pom-native.xml.in", "new_path": "ortools/java/pom-native.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- <ur...
C++
Apache License 2.0
google/or-tools
java: fix pom.xml templates
261,218
06.05.2022 17:39:38
-7,200
6066db34a17260d3ab5f5bec73925a97d5dba4a0
ci(cmake): Only test dotnet-sdk-6.0 to avoid "no space left on device"
[ { "change_type": "MODIFY", "old_path": "cmake/docker/alpine/dotnet.Dockerfile", "new_path": "cmake/docker/alpine/dotnet.Dockerfile", "diff": "@@ -5,17 +5,6 @@ RUN apk add --no-cache wget icu-libs libintl \\\n&& mkdir -p /usr/share/dotnet \\\n&& ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet\n-# see:...
C++
Apache License 2.0
google/or-tools
ci(cmake): Only test dotnet-sdk-6.0 to avoid "no space left on device"
261,218
18.05.2022 14:21:29
-7,200
4264ab5b35eb8f16dcdc58467f0afa667e7b6558
tools/docker: drop .Net SDK 3.1 support on Ubuntu 22.04 LTS
[ { "change_type": "MODIFY", "old_path": "tools/docker/images/ubuntu-22.04.Dockerfile", "new_path": "tools/docker/images/ubuntu-22.04.Dockerfile", "diff": "@@ -29,12 +29,14 @@ ENV JAVA_HOME=/usr/lib/jvm/default-java\n# Dotnet Install\n# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-u...
C++
Apache License 2.0
google/or-tools
tools/docker: drop .Net SDK 3.1 support on Ubuntu 22.04 LTS
261,218
18.05.2022 14:22:53
-7,200
0b3d8f887828a2c6edd5c5991ef72b72f74cb74c
Fix routing_svg.py indent
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/docs/routing_svg.py", "new_path": "ortools/constraint_solver/docs/routing_svg.py", "diff": "@@ -442,7 +442,8 @@ class SVGPrinter(object): # pylint: disable=too-many-instance-attributes\nprint(r'<!-- Print depot -->')\ncolor = self._co...
C++
Apache License 2.0
google/or-tools
Fix routing_svg.py indent
261,218
18.05.2022 16:38:59
-7,200
862d79df0ed40883569991ebb946ccb36a0f1f65
linear_solver: google3 sync
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/gurobi_interface.cc", "new_path": "ortools/linear_solver/gurobi_interface.cc", "diff": "@@ -86,7 +86,7 @@ class GurobiInterface : public MPSolverInterface {\n// ----- Solve -----\n// Solves the problem using the parameter values specified...
C++
Apache License 2.0
google/or-tools
linear_solver: google3 sync
261,230
19.05.2022 19:01:34
-7,200
af43bb7433d7920f4b89f0d7151cde7ba955b24c
sync algorithms code
[ { "change_type": "MODIFY", "old_path": "ortools/algorithms/find_graph_symmetries.cc", "new_path": "ortools/algorithms/find_graph_symmetries.cc", "diff": "@@ -48,6 +48,70 @@ namespace operations_research {\nusing util::GraphIsSymmetric;\n+std::vector<int> CountTriangles(const ::util::StaticGraph<int,...
C++
Apache License 2.0
google/or-tools
sync algorithms code
261,218
20.05.2022 09:39:59
-7,200
5e95617d57cfd33feb14f0f73ecdf3eeecc6b659
bazel(ci): Add log
[ { "change_type": "MODIFY", "old_path": "bazel/README.md", "new_path": "bazel/README.md", "diff": "@@ -59,12 +59,12 @@ You must compile OR-Tools using C++20:\n* on UNIX:\n```sh\n- bazel build --cxxopt=-std=c++20 //...:all\n+ bazel build --cxxopt=-std=c++17 ...\n```\n* on Windows when using MSVC:\n```...
C++
Apache License 2.0
google/or-tools
bazel(ci): Add log
261,230
22.05.2022 14:59:22
-7,200
c2b97cac86621b2de2e4cbba127e593ba92fca0c
[FZ] remove obsolete warm_start annotation that was missing in minizinc 2.6.1; tweak ortools.msc.in; add -v flag
[ { "change_type": "MODIFY", "old_path": "ortools/flatzinc/fz.cc", "new_path": "ortools/flatzinc/fz.cc", "diff": "@@ -100,6 +100,9 @@ std::vector<char*> FixAndParseParameters(int* argc, char*** argv) {\n(*argv)[i] = time_param;\nuse_time_param = true;\n}\n+ if (strcmp((*argv)[i], \"-v\") == 0) {\n+ (*...
C++
Apache License 2.0
google/or-tools
[FZ] remove obsolete warm_start annotation that was missing in minizinc 2.6.1; tweak ortools.msc.in; add -v flag
261,218
20.05.2022 18:16:31
-7,200
226e1cea9c29b22995f67295039fc569caaa2ad2
constraint_solver: Sync python
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/python/constraint_solver.i", "new_path": "ortools/constraint_solver/python/constraint_solver.i", "diff": "%include \"ortools/util/python/functions.i\"\n%include \"ortools/util/python/vector.i\"\n+%include \"ortools/constraint_solver/p...
C++
Apache License 2.0
google/or-tools
constraint_solver: Sync python
261,218
23.05.2022 11:10:52
-7,200
34d41226bfad33c4ad59016b6a7abebef322eac4
dotnet: Fix Google.OrTools-full.csproj.in
[ { "change_type": "MODIFY", "old_path": "ortools/dotnet/Google.OrTools-full.csproj.in", "new_path": "ortools/dotnet/Google.OrTools-full.csproj.in", "diff": "<!-- Validate at least one runtime package has been generated -->\n<Target Name=\"ValidateRuntimePack\" BeforeTargets=\"GenerateNuspec\">\n<Item...
C++
Apache License 2.0
google/or-tools
dotnet: Fix Google.OrTools-full.csproj.in (#2724)
261,218
23.05.2022 16:39:25
-7,200
5b3d1e0f58742e3949718228e29d80ca9264464c
java: Add support for linux-aarch64 and darwin-aarch64
[ { "change_type": "MODIFY", "old_path": "cmake/java.cmake", "new_path": "cmake/java.cmake", "diff": "@@ -45,9 +45,17 @@ set(JAVA_ARTIFACT \"ortools\")\nset(JAVA_PACKAGE \"${JAVA_GROUP}.${JAVA_ARTIFACT}\")\nif(APPLE)\n+ if(CMAKE_SYSTEM_PROCESSOR MATCHES \"^(aarch64|arm64)\")\n+ set(NATIVE_IDENTIFIER d...
C++
Apache License 2.0
google/or-tools
java: Add support for linux-aarch64 and darwin-aarch64 (#2538)
261,218
23.05.2022 17:38:34
-7,200
1a04b6bfa3601ff6e011ead00bceac9bbaabbe15
python: Expose RoutingDimension:GetBreakDistanceDurationOfVehicle()
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/routing.h", "new_path": "ortools/constraint_solver/routing.h", "diff": "@@ -2829,6 +2829,7 @@ class RoutingDimension {\nstd::vector<IntervalVar*> breaks, int vehicle,\nstd::vector<int64_t> node_visit_transits,\nstd::function<int64_t(i...
C++
Apache License 2.0
google/or-tools
python: Expose RoutingDimension:GetBreakDistanceDurationOfVehicle() (#3165)
261,230
25.05.2022 19:54:00
-7,200
ffb590ab78976935faf1a0d12b3940a52c545ecc
[CP-SAT] slight improvement of the scheduling lns
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_lns.cc", "new_path": "ortools/sat/cp_model_lns.cc", "diff": "@@ -538,7 +538,7 @@ struct Demand {\n};\nvoid AddPrecedencesOnSortedListOfDemands(\n- const std::vector<Demand>& demands,\n+ std::vector<Demand> demands,\nabsl::flat_hash_set<Int...
C++
Apache License 2.0
google/or-tools
[CP-SAT] slight improvement of the scheduling lns
261,218
25.05.2022 11:55:06
-7,200
5ab0549db0cc61a8108de55ddd694dd400a15dd9
make: rename help_cc to help_cpp
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "# ---------- C++ support ----------\n-.PHONY: help_cc # Generate list of C++ targets with descriptions.\n-help_cc:\n+.PHONY: help_cpp # Generate list of C++ targets with descriptions...
C++
Apache License 2.0
google/or-tools
make: rename help_cc to help_cpp
261,218
27.05.2022 15:05:13
-7,200
2c72f93aedc29244f1c6d29ce62580a8eda4962d
cmake: Compute PATCH from the lastest vX.0 version
[ { "change_type": "MODIFY", "old_path": "cmake/utils.cmake", "new_path": "cmake/utils.cmake", "diff": "-function(get_patch_from_git VERSION_PATCH)\n+function(get_patch_from_git VERSION_PATCH VERSION_MAJOR)\nfind_package(Git QUIET)\nif(NOT GIT_FOUND)\nmessage(STATUS \"Did not find git package.\")\n@@ ...
C++
Apache License 2.0
google/or-tools
cmake: Compute PATCH from the lastest vX.0 version
261,218
25.05.2022 13:00:41
-7,200
00582199df8b2400b639409430109bb407d5e271
tools/docker: Fix fedora-36
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "@@ -370,7 +370,7 @@ DISTROS := \\\nalpine-edge \\\ncentos-7 centos-8 \\\ndebian-10 debian-11 \\\n- fedora-33 fedora-34 fedora-35 \\\n+ fedora-33 fedora-34 fedora-35 fedora-36 \\\nopensuse-le...
C++
Apache License 2.0
google/or-tools
tools/docker: Fix fedora-36
261,218
25.05.2022 17:22:20
-7,200
9670db22a674a13c00be960f780909134619a5f6
bop: Sync from google3
[ { "change_type": "MODIFY", "old_path": "ortools/bop/bop_fs.cc", "new_path": "ortools/bop/bop_fs.cc", "diff": "#include <algorithm>\n#include <cstdint>\n#include <limits>\n+#include <memory>\n#include <string>\n#include <utility>\n#include <vector>\n@@ -97,7 +98,7 @@ BopOptimizerBase::Status GuidedSa...
C++
Apache License 2.0
google/or-tools
bop: Sync from google3
261,218
25.05.2022 17:23:02
-7,200
5f8a64cac1c3d483079eb99d402beabf189c0a05
flatzinc: sync from google3
[ { "change_type": "MODIFY", "old_path": "ortools/flatzinc/cp_model_fz_solver.cc", "new_path": "ortools/flatzinc/cp_model_fz_solver.cc", "diff": "#include \"ortools/flatzinc/cp_model_fz_solver.h\"\n+#include <algorithm>\n#include <atomic>\n#include <cmath>\n#include <cstdint>\n+#include <functional>\n...
C++
Apache License 2.0
google/or-tools
flatzinc: sync from google3
261,218
25.05.2022 17:23:18
-7,200
8dc806710a199fd17e312dabfd9f7b936f336403
cpp: sync from google3
[ { "change_type": "MODIFY", "old_path": "ortools/glop/lp_solver.cc", "new_path": "ortools/glop/lp_solver.cc", "diff": "#include <algorithm>\n#include <cmath>\n+#include <memory>\n#include <stack>\n#include <string>\n#include <vector>\n@@ -282,7 +283,7 @@ void LPSolver::SetInitialBasis(\n}\n}\nif (rev...
C++
Apache License 2.0
google/or-tools
cpp: sync from google3
261,218
25.05.2022 17:24:49
-7,200
06f6e54b63240a8207faf6ff6368db9a6d12ca05
sat: update python api
[ { "change_type": "MODIFY", "old_path": "ortools/sat/python/cp_model.py", "new_path": "ortools/sat/python/cp_model.py", "diff": "@@ -627,7 +627,6 @@ class IntVar(LinearExpr):\ndef __init__(self, model, domain, name):\n\"\"\"See CpModel.NewIntVar below.\"\"\"\n- self.__model = model\nself.__negation =...
C++
Apache License 2.0
google/or-tools
sat: update python api
261,218
25.05.2022 13:05:48
-7,200
18a1a7cfb53c5cea75f7da4dcd0dddcef5ccd613
tools/docker: Update README.md
[ { "change_type": "MODIFY", "old_path": "tools/docker/README.md", "new_path": "tools/docker/README.md", "diff": "@@ -5,15 +5,15 @@ Makefile for orchestration.\npros:\n* You are independent of third party CI runner config (e.g. github actions\n- runners or Travis-CI VM images).\n+ runners).\n* You can...
C++
Apache License 2.0
google/or-tools
tools/docker: Update README.md
261,218
25.05.2022 20:01:53
-7,200
55ee1b007c3ce2e698ca5f9cfd095494ca0d280e
tools/docker: disable riscv64 note: CMake still not provide riscv64 prebuilt and most distro don't support it either
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "@@ -73,7 +73,7 @@ help:\n@echo -e \"\\t${BOLD}<platform>${RESET}:\"\n@echo -e \"\\t\\t${BOLD}amd64${RESET}\"\n@echo -e \"\\t\\t${BOLD}arm64${RESET}\"\n- @echo -e \"\\t\\t${BOLD}riscv64 (RISC...
C++
Apache License 2.0
google/or-tools
tools/docker: disable riscv64 note: CMake still not provide riscv64 prebuilt and most distro don't support it either
261,218
25.05.2022 20:33:06
-7,200
1b3c2e3b38c91cd039ed358da9cb04f7c41ec761
tools/docker: Fix alpine-edge .Net
[ { "change_type": "MODIFY", "old_path": "tools/docker/test/alpine-edge/dotnet.Dockerfile", "new_path": "tools/docker/test/alpine-edge/dotnet.Dockerfile", "diff": "@@ -21,10 +21,11 @@ RUN dotnet_sdk_version=3.1.413 \\\n# Trigger first run experience by running arbitrary cmd\nRUN dotnet --info\n-# see:...
C++
Apache License 2.0
google/or-tools
tools/docker: Fix alpine-edge .Net
261,293
30.05.2022 11:00:17
-7,200
fbf9c3352fd30521fc54e95ceda908868c1f8799
CI: Use `zypper refresh` to update repository metadata `update` updates packages, which is not intended here. Also call refresh just once. Fixes
[ { "change_type": "MODIFY", "old_path": "bazel/docker/opensuse/Dockerfile", "new_path": "bazel/docker/opensuse/Dockerfile", "diff": "@@ -4,20 +4,20 @@ FROM opensuse/tumbleweed AS env\nLABEL maintainer=\"corentinl@google.com\"\n# Install system build dependencies\nENV PATH=/usr/local/bin:$PATH\n-RUN z...
C++
Apache License 2.0
google/or-tools
CI: Use `zypper refresh` to update repository metadata (#3315) `update` updates packages, which is not intended here. Also call refresh just once. Fixes #3314.
261,293
30.05.2022 11:58:51
-7,200
61b2a08faaa7a994a7ad8a9e2e81fffad02b9de0
Set SWIGWORDSIZE dependent on architecture bitness * Set SWIGWORDSIZE dependent on architecture bitness Setting SWIGWORDSIZE to 64bit on 32bit archs breaks build on 32 bit archs, e.g. i586 or armv7. See
[ { "change_type": "MODIFY", "old_path": "cmake/python.cmake", "new_path": "cmake/python.cmake", "diff": "@@ -19,7 +19,11 @@ if(${SWIG_VERSION} VERSION_GREATER_EQUAL 4)\nendif()\nif(UNIX AND NOT APPLE)\n+ if (CMAKE_SIZEOF_VOID_P EQUAL 8)\nlist(APPEND CMAKE_SWIG_FLAGS \"-DSWIGWORDSIZE64\")\n+ else()\n+...
C++
Apache License 2.0
google/or-tools
Set SWIGWORDSIZE dependent on architecture bitness (#3313) * Set SWIGWORDSIZE dependent on architecture bitness Setting SWIGWORDSIZE to 64bit on 32bit archs breaks build on 32 bit archs, e.g. i586 or armv7. See #3271. Co-authored-by: Red Daly <reddaly@gmail.com>
261,218
30.05.2022 12:59:13
-7,200
710f01a78359cfb3561bfcf8da531062ec5c9ddc
base: Add StrongIntRange note: needed by math_opt/
[ { "change_type": "MODIFY", "old_path": "ortools/base/strong_int.h", "new_path": "ortools/base/strong_int.h", "diff": "@@ -355,6 +355,66 @@ STRONG_INT_TYPE_COMPARISON_OP(>); // NOLINT\nSTRONG_INT_TYPE_COMPARISON_OP(>=); // NOLINT\n#undef STRONG_INT_TYPE_COMPARISON_OP\n+\n+// Support for-range loops. ...
C++
Apache License 2.0
google/or-tools
base: Add StrongIntRange note: needed by math_opt/
261,230
31.05.2022 16:25:10
-7,200
1ae8b9891b172d09ecf0ba89cf243cb85b2c3495
[CP-SAT] fix scheduling bug
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cumulative.cc", "new_path": "ortools/sat/cumulative.cc", "diff": "@@ -168,6 +168,15 @@ std::function<void(Model*)> Cumulative(\n// precedence graph, not just task in direct precedence. Make sure not to\n// create to many such constraints though.\ni...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix scheduling bug
261,218
01.06.2022 09:38:19
-7,200
048b04b885c804cc6780f4a34b1993c5d5c76f2a
make: Fix version PATCH calculation
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.port.mk", "new_path": "makefiles/Makefile.port.mk", "diff": "@@ -271,7 +271,7 @@ ifneq ($(wildcard .git),)\n$(warning you are using a shallow copy)\nGIT_REVISION:= 9999\nelse\n- GIT_REVISION:= $(shell git rev-list --count HEAD)\n+ GIT_REVISI...
C++
Apache License 2.0
google/or-tools
make: Fix version PATCH calculation
261,218
01.06.2022 10:12:16
-7,200
f4c0a1202e751abb7df1d517fce3dff6005d9174
bazel(ci): Update native jobs
[ { "change_type": "MODIFY", "old_path": ".github/workflows/bazel_linux.yml", "new_path": ".github/workflows/bazel_linux.yml", "diff": "@@ -26,6 +26,6 @@ jobs:\nsudo apt-get install bazel\nbazel --version\n- name: Build\n- run: bazel build --cxxopt=-std=c++20 //ortools/... //examples/...\n+ run: bazel...
C++
Apache License 2.0
google/or-tools
bazel(ci): Update native jobs
261,230
01.06.2022 23:08:33
-7,200
4a6c28680bd71dcaf85d415f35400f7ee74f9b7e
[CP-SAT] speed up scheduling lns code
[ { "change_type": "MODIFY", "old_path": "ortools/sat/BUILD.bazel", "new_path": "ortools/sat/BUILD.bazel", "diff": "@@ -1369,6 +1369,7 @@ cc_library(\n\":rins\",\n\":subsolver\",\n\":synchronization\",\n+ \":util\",\n\"//ortools/base\",\n\"//ortools/base:threadpool\",\n\"//ortools/util:adaptative_para...
C++
Apache License 2.0
google/or-tools
[CP-SAT] speed up scheduling lns code
261,218
01.06.2022 10:54:35
-7,200
8df4e3af2458a130b783a2b25b51e33ada818012
cmake: Add glop and model_builder samples dir
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -312,12 +312,12 @@ include(dotnet)\n# Since samples mix all languages we must parse them once we have included all\n# <language>.cmake files\n-foreach(SAMPLES IN ITEMS algorithms graph linear_solver co...
C++
Apache License 2.0
google/or-tools
cmake: Add glop and model_builder samples dir
261,218
27.05.2022 18:19:54
-7,200
f76a7c5ffb02faba89fb7e882978e839e0eec070
tools/docker: Add python targets
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "@@ -484,6 +484,7 @@ define build_lang_distro =\n$$(foreach stage,${LANG_STAGES},$$(eval $$(call build_lang_stage,$1,$2,cpp,$${stage})))\n$$(foreach stage,${LANG_STAGES},$$(eval $$(call build...
C++
Apache License 2.0
google/or-tools
tools/docker: Add python targets
261,218
03.06.2022 09:19:53
-7,200
0f4858442f5aac5bf3b69d4a4469ed0d28dff9c8
tools/docker: Add OR_TOOLS_PATCH env
[ { "change_type": "MODIFY", "old_path": "tools/docker/images/archlinux.Dockerfile", "new_path": "tools/docker/images/archlinux.Dockerfile", "diff": "@@ -40,6 +40,9 @@ ENV SRC_GIT_BRANCH ${SRC_GIT_BRANCH:-main}\nARG SRC_GIT_SHA1\nENV SRC_GIT_SHA1 ${SRC_GIT_SHA1:-unknown}\n+ARG OR_TOOLS_PATCH\n+ENV OR_...
C++
Apache License 2.0
google/or-tools
tools/docker: Add OR_TOOLS_PATCH env
261,218
03.06.2022 09:27:31
-7,200
0e86a3db53427dfc7f5c385d98c786d6d7aaa773
tools/docker: Use JOBS=8
[ { "change_type": "MODIFY", "old_path": "tools/docker/images/alpine-edge.Dockerfile", "new_path": "tools/docker/images/alpine-edge.Dockerfile", "diff": "@@ -76,7 +76,7 @@ WORKDIR /root/or-tools\n## build\nFROM devel AS cpp_build\nRUN make detect_cpp \\\n-&& make cpp JOBS=4\n+&& make cpp JOBS=8\n## ar...
C++
Apache License 2.0
google/or-tools
tools/docker: Use JOBS=8
261,218
03.06.2022 10:15:33
-7,200
2cece9433ee9acfaa08c93bbc877ff8ba4786236
make: Be able to override the DISTRIBUTION value
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.port.mk", "new_path": "makefiles/Makefile.port.mk", "diff": "@@ -62,7 +62,7 @@ ifneq ($(PLATFORM),WIN64)\nDISTRIBUTION_ID = $(shell lsb_release -i -s)\nDISTRIBUTION_NUMBER = $(shell lsb_release -r -s)\n- DISTRIBUTION = $(DISTRIBUTION_ID)-$(D...
C++
Apache License 2.0
google/or-tools
make: Be able to override the DISTRIBUTION value
261,218
03.06.2022 10:41:59
-7,200
638555e149d472a03762b2b3a0af19fdc9b2318d
tools/docker: Fix alpine-edge PORT
[ { "change_type": "MODIFY", "old_path": "tools/docker/images/alpine-edge.Dockerfile", "new_path": "tools/docker/images/alpine-edge.Dockerfile", "diff": "@@ -51,6 +51,8 @@ RUN python3 -m pip install absl-py mypy-protobuf\n## OR-TOOLS ##\n################\nFROM env AS devel\n+ENV DISTRIBUTION=alpine-ed...
C++
Apache License 2.0
google/or-tools
tools/docker: Fix alpine-edge PORT
261,218
03.06.2022 10:45:03
-7,200
225b912d7af3813fdc34b021d7eaf5e1bc593720
tools/docker: unroll --depth=1
[ { "change_type": "MODIFY", "old_path": "tools/docker/images/archlinux.Dockerfile", "new_path": "tools/docker/images/archlinux.Dockerfile", "diff": "@@ -46,7 +46,7 @@ ENV OR_TOOLS_PATCH ${OR_TOOLS_PATCH:-9999}\n# Download sources\n# use SRC_GIT_SHA1 to modify the command\n# i.e. avoid docker reusing ...
C++
Apache License 2.0
google/or-tools
tools/docker: unroll --depth=1
261,218
03.06.2022 11:00:48
-7,200
109a765943a48dc1200d0eec386eec0ff7bff70f
tools/docker: Fix Archlinux PORT
[ { "change_type": "MODIFY", "old_path": "tools/docker/images/archlinux.Dockerfile", "new_path": "tools/docker/images/archlinux.Dockerfile", "diff": "@@ -30,6 +30,8 @@ RUN python -m pip install absl-py mypy-protobuf\n## OR-TOOLS ##\n################\nFROM env AS devel\n+ENV DISTRIBUTION=archlinux\n+\n...
C++
Apache License 2.0
google/or-tools
tools/docker: Fix Archlinux PORT
261,218
03.06.2022 11:01:05
-7,200
27375514eaa2833ae60c6e14633b1a171fb06446
tools/docker: Fix centos-8 env
[ { "change_type": "MODIFY", "old_path": "tools/docker/images/centos-8.Dockerfile", "new_path": "tools/docker/images/centos-8.Dockerfile", "diff": "@@ -53,7 +53,7 @@ ENV JAVA_HOME=/usr/lib/jvm/java\n# Install Python\nRUN dnf -y update \\\n-&& dnf -y install python3 python3-devel python3-pip numpy \\\n...
C++
Apache License 2.0
google/or-tools
tools/docker: Fix centos-8 env
261,218
03.06.2022 14:46:39
-7,200
a3d6c16a13cf895690f6812de3cc8408c0668161
make: sort arguments in cpp target
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -566,7 +566,7 @@ $(INSTALL_CPP_NAME)$(ARCHIVE_EXT): \\\n$(SAMPLE_CPP_FILES) \\\n$(EXAMPLE_CPP_FILES) \\\ntools/README.cpp.md tools/Makefile.cpp.mk\n- $(MAKE) third_party BUILD_PYT...
C++
Apache License 2.0
google/or-tools
make: sort arguments in cpp target
261,218
03.06.2022 14:47:23
-7,200
d9e9ead827517a2f2243d46840f5a0a31ed3c981
tools/docker: fix python build
[ { "change_type": "MODIFY", "old_path": "tools/docker/images/alpine-edge.Dockerfile", "new_path": "tools/docker/images/alpine-edge.Dockerfile", "diff": "@@ -105,7 +105,7 @@ RUN make archive_java\n## build\nFROM cpp_build AS python_build\nRUN make detect_python \\\n-&& make python JOBS=8\n+&& make pyt...
C++
Apache License 2.0
google/or-tools
tools/docker: fix python build
261,218
03.06.2022 14:42:13
-7,200
fd9820265d98876637b16fc6eb32772df2e6a094
cpp(test): Fix tests when SCIP and COINOR are disabled
[ { "change_type": "MODIFY", "old_path": "examples/tests/issue173.cc", "new_path": "examples/tests/issue173.cc", "diff": "namespace operations_research {\nvoid SolveLP() {\n- MPSolver solver(\"test\", MPSolver::CBC_MIXED_INTEGER_PROGRAMMING);\n- const double kInfinity = solver.infinity();\n- MPVariabl...
C++
Apache License 2.0
google/or-tools
cpp(test): Fix tests when SCIP and COINOR are disabled (#3261)
261,230
06.06.2022 11:05:46
-7,200
99d9475b0ed309fac3d09ad2d4df5e23c1564622
[CP-SAT] use linearized expression in ttef; add probing_max_lp
[ { "change_type": "MODIFY", "old_path": "ortools/sat/BUILD.bazel", "new_path": "ortools/sat/BUILD.bazel", "diff": "@@ -907,6 +907,7 @@ cc_library(\nsrcs = [\"timetable_edgefinding.cc\"],\nhdrs = [\"timetable_edgefinding.h\"],\ndeps = [\n+ \":implied_bounds\",\n\":integer\",\n\":intervals\",\n\":sat_b...
C++
Apache License 2.0
google/or-tools
[CP-SAT] use linearized expression in ttef; add probing_max_lp
261,230
06.06.2022 11:49:26
-7,200
9f375b13b27e7cd1965c97d0becc884eadf6267e
sync with internal cleanup code
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/sat_proto_solver.cc", "new_path": "ortools/linear_solver/sat_proto_solver.cc", "diff": "@@ -38,6 +38,7 @@ namespace {\n#if defined(PROTOBUF_INTERNAL_IMPL)\nusing google::protobuf::Message;\n+#define LegacyUnredactedShortDebugString(x) x.S...
C++
Apache License 2.0
google/or-tools
sync with internal cleanup code
261,230
07.06.2022 07:41:36
-7,200
45c608e371d450a3dbace5462ed7e8cedea251ad
fix warm_start redefinition
[ { "change_type": "MODIFY", "old_path": "ortools/flatzinc/mznlib/redefinitions-2.0.mzn", "new_path": "ortools/flatzinc/mznlib/redefinitions-2.0.mzn", "diff": "@@ -98,17 +98,5 @@ predicate int_lin_ne_imp(array [int] of int: as, array [int] of var int: bs,\nint: c, var bool: r);\nannotation warm_start_...
C++
Apache License 2.0
google/or-tools
fix warm_start redefinition
261,218
07.06.2022 09:44:06
-7,200
e1cc1c13ffead92a9cce6d97fb9c55590ea409a2
flatzinc: Fix ortools.msc
[ { "change_type": "MODIFY", "old_path": "cmake/flatzinc.cmake", "new_path": "cmake/flatzinc.cmake", "diff": "@@ -163,7 +163,7 @@ add_executable(${PROJECT_NAME}::fzn-parser_test ALIAS fzn-parser_test)\n# MiniZinc solver configuration\nfile(RELATIVE_PATH FZ_REL_INSTALL_BINARY\n${CMAKE_INSTALL_PREFIX}/$...
C++
Apache License 2.0
google/or-tools
flatzinc: Fix ortools.msc (#3333)
261,218
07.06.2022 11:27:34
-7,200
0ec562802a283e971ba2bd7c2d8a0e7682e6b66e
flatzinc: sync
[ { "change_type": "MODIFY", "old_path": "ortools/flatzinc/mznlib/redefinitions-2.0.mzn", "new_path": "ortools/flatzinc/mznlib/redefinitions-2.0.mzn", "diff": "@@ -98,5 +98,3 @@ predicate int_lin_ne_imp(array [int] of int: as, array [int] of var int: bs,\nint: c, var bool: r);\nannotation warm_start_a...
C++
Apache License 2.0
google/or-tools
flatzinc: sync
261,218
07.06.2022 14:31:26
-7,200
17eeab948ab3165edfd51a38057cd5c711f38742
make: Fix python.mk
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.python.mk", "new_path": "makefiles/Makefile.python.mk", "diff": "@@ -618,7 +618,7 @@ $(TEMP_PYTHON_DIR)/ortools_examples/examples/notebook: | $(TEMP_PYTHON_DIR)/orto\n.PHONY: python_examples_archive # Build stand-alone Python examples archiv...
C++
Apache License 2.0
google/or-tools
make: Fix python.mk
261,218
03.06.2022 18:03:31
-7,200
08ab9c39ece4214a0bba17587606e44e7e31acc5
dotnet: Fix tests when SCIP and COINOR are disabled
[ { "change_type": "MODIFY", "old_path": "examples/contrib/volsay.cs", "new_path": "examples/contrib/volsay.cs", "diff": "@@ -29,7 +29,11 @@ public class Volsay\n*/\nprivate static void Solve()\n{\n- Solver solver = new Solver(\"Volsay\", Solver.OptimizationProblemType.CLP_LINEAR_PROGRAMMING);\n+ Solv...
C++
Apache License 2.0
google/or-tools
dotnet: Fix tests when SCIP and COINOR are disabled (#3261)
261,218
07.06.2022 16:24:40
-7,200
4ccf5d10558e2ac2cef9fc2d067482ca64a6fc47
ci: Add USE_SCIP=OFF jobs
[ { "change_type": "DELETE", "old_path": ".github/workflows/cmake_linux_cpp_scip_off.yml", "new_path": null, "diff": "-name: CMake Linux C++ SCIP OFF\n-\n-on: [push, pull_request]\n-\n-jobs:\n- # Building using the github runner environement directly.\n- cmake:\n- runs-on: ubuntu-latest\n- steps:\n- -...
C++
Apache License 2.0
google/or-tools
ci: Add USE_SCIP=OFF jobs
261,218
07.06.2022 16:24:52
-7,200
0a22cc4522b7df997b759dea5d4c0004428f8164
ci: Add USE_COINOR=OFF jobs
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/cmake_coinor_off.yml", "diff": "+name: CMake CoinOR OFF\n+\n+on: [push, pull_request]\n+\n+jobs:\n+ # Building using the github runner environement directly.\n+ linux_cpp:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/...
C++
Apache License 2.0
google/or-tools
ci: Add USE_COINOR=OFF jobs
261,218
07.06.2022 17:37:02
-7,200
9559162a6eefcd01268d3f08f94ebdbcd4cbe24f
ci: Add USE_GLPK=ON jobs
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/cmake_glpk_on.yml", "diff": "+name: CMake GLPK ON\n+\n+on: [push, pull_request]\n+\n+jobs:\n+ # Building using the github runner environement directly.\n+ linux_cpp:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/checko...
C++
Apache License 2.0
google/or-tools
ci: Add USE_GLPK=ON jobs
261,218
07.06.2022 18:01:13
-7,200
383952f51c1f0b1b5425b189de3b11896b556af7
make: Fix jobshop_sat run note: the parser is file extension dependent...
[ { "change_type": "RENAME", "old_path": "examples/cpp/jobshop.txt", "new_path": "examples/cpp/jobshop", "diff": "" }, { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -497,7 +497,7 @@ test_cc_cpp: \\\nARGS=\"-...
C++
Apache License 2.0
google/or-tools
make: Fix jobshop_sat run note: the parser is file extension dependent...
261,218
08.06.2022 09:17:01
-7,200
0003ef74743f07d8ce4ec01f055e6f490f73b17d
make(ci): Fix ubuntu docker image
[ { "change_type": "MODIFY", "old_path": "makefiles/docker/ubuntu/Dockerfile", "new_path": "makefiles/docker/ubuntu/Dockerfile", "diff": "@@ -20,6 +20,6 @@ CMD [ \"/usr/bin/bash\" ]\nFROM base AS swig\nRUN apt-get update -qq \\\n-&& apt-get install -yq swig \\\n+&& DEBIAN_FRONTEND=noninteractive apt-g...
C++
Apache License 2.0
google/or-tools
make(ci): Fix ubuntu docker image
261,218
08.06.2022 09:17:01
-7,200
32a3d098988ee7fc6140f1a9f242e947c9b9c6f9
make(ci): Cleanup docker images
[ { "change_type": "MODIFY", "old_path": "makefiles/docker/alpine/dotnet.Dockerfile", "new_path": "makefiles/docker/alpine/dotnet.Dockerfile", "diff": "@@ -33,7 +33,6 @@ WORKDIR /home/project\nCOPY . .\nFROM devel AS build\n-RUN make third_party BUILD_DOTNET=ON BUILD_JAVA=OFF BUILD_PYTHON=OFF\nRUN mak...
C++
Apache License 2.0
google/or-tools
make(ci): Cleanup docker images
261,218
08.06.2022 10:43:44
-7,200
25b796279dc203e4bd630a6aa52ef758fe6fe74e
cmake(ci): update ubuntu dotnet-sdk feed
[ { "change_type": "MODIFY", "old_path": "cmake/docker/ubuntu/dotnet.Dockerfile", "new_path": "cmake/docker/ubuntu/dotnet.Dockerfile", "diff": "@@ -2,7 +2,7 @@ FROM ortools/cmake:ubuntu_swig AS env\n# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu\nRUN apt-get update -qq \\\n&&...
C++
Apache License 2.0
google/or-tools
cmake(ci): update ubuntu dotnet-sdk feed