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
22.11.2018 04:37:08
28,800
75ddef3af0fc171467463ae2bd7833611019be99
add reference to the slitherlink problem
[ { "change_type": "MODIFY", "old_path": "examples/cpp/slitherlink_sat.cc", "new_path": "examples/cpp/slitherlink_sat.cc", "diff": "// See the License for the specific language governing permissions and\n// limitations under the License.\n-#include <deque>\n+// Solve the Slitherlink problem:\n+// see ...
C++
Apache License 2.0
google/or-tools
add reference to the slitherlink problem
261,230
22.11.2018 04:42:33
28,800
6a7132377e1935c6d0bccc58b7d9066072c07920
remove global_arith
[ { "change_type": "DELETE", "old_path": "examples/cpp/global_arith.cc", "new_path": null, "diff": "-// Copyright 2010 Google\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 L...
C++
Apache License 2.0
google/or-tools
remove global_arith
261,218
22.11.2018 14:39:51
-3,600
524571783940fb1cf8845136ea8bc8dcb97e161e
Update docker Add Ubuntu 18.10 Remove Ubuntu 17.10 Cleanup some Dockerfiles
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "help:\n@echo \"Tools to generate various deliveries for linux distros\"\n@echo \"use NOCACHE=1 to \\\"docker build --no-cache\\\"\"\n- @echo \"<distro>: debian-9, centos-7, ubuntu-14.04, ubu...
C++
Apache License 2.0
google/or-tools
Update docker - Add Ubuntu 18.10 - Remove Ubuntu 17.10 - Cleanup some Dockerfiles
261,218
22.11.2018 16:06:43
-3,600
e6decf0c3762ea895b9b58343d2d9737d3346914
Use microsoft 18.04 feed for ubuntu 18.10 Microsoft still not provide a 18.10 package, fortunately 18.04 seems to work.
[ { "change_type": "MODIFY", "old_path": "tools/docker/test/ubuntu-18.10/dotnet.Dockerfile", "new_path": "tools/docker/test/ubuntu-18.10/dotnet.Dockerfile", "diff": "@@ -8,7 +8,7 @@ RUN apt-get update -qq \\\n# Dotnet install\nRUN apt-get update -qq \\\n&& apt-get install -yq wget apt-transport-https ...
C++
Apache License 2.0
google/or-tools
Use microsoft 18.04 feed for ubuntu 18.10 - Microsoft still not provide a 18.10 package, fortunately 18.04 seems to work.
261,218
22.11.2018 18:04:44
-3,600
98cbd29324c23407fdbc5c14053129e2b1577cb1
Make cvrptw_lib a header only lib. don't need extra stuff in Makefile anymore
[ { "change_type": "DELETE", "old_path": "examples/cpp/cvrptw_lib.cc", "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 o...
C++
Apache License 2.0
google/or-tools
Make cvrptw_lib a header only lib. - don't need extra stuff in Makefile anymore
261,218
22.11.2018 18:12:55
-3,600
2ac7e3f9b6fe475b5776420481123e635736c9e9
Fixup for CVRPTW library
[ { "change_type": "MODIFY", "old_path": "tools/Makefile.cc.java.dotnet", "new_path": "tools/Makefile.cc.java.dotnet", "diff": "@@ -69,7 +69,6 @@ ifeq ($(SYSTEM),unix)\nPRE_LIB = -Llib -Llib64\nCBC_LNK = -lCbcSolver -lCbc -lOsiCbc -lCgl -lClpSolver -lClp -lOsiClp -lOsi -lCoinUtils\nOR_TOOLS_LNK = $(PR...
C++
Apache License 2.0
google/or-tools
Fixup for CVRPTW library
261,218
22.11.2018 18:14:06
-3,600
20d9bc0e504789e347b58133938ef7b77a4d4a52
Make Dimacs a header only library Remove special case in Makefile rules
[ { "change_type": "DELETE", "old_path": "examples/cpp/parse_dimacs_assignment.cc", "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 ob...
C++
Apache License 2.0
google/or-tools
Make Dimacs a header only library - Remove special case in Makefile rules
261,218
23.11.2018 10:29:34
-3,600
6cdc613a605b12b7666b889a47aa1628182c6ab7
Cleanup examples/cpp/CMakeLists.txt
[ { "change_type": "MODIFY", "old_path": "examples/cpp/CMakeLists.txt", "new_path": "examples/cpp/CMakeLists.txt", "diff": "@@ -11,38 +11,12 @@ else()\nset(CMAKE_INSTALL_RPATH \"$ORIGIN/../../:$ORIGIN/../lib:$ORIGIN/\")\nendif()\n-set(_SRCS\n- cvrptw_lib.cc\n- fap_model_printer.cc\n- fap_parser.cc\n- ...
C++
Apache License 2.0
google/or-tools
Cleanup examples/cpp/CMakeLists.txt
261,218
23.11.2018 10:29:53
-3,600
484e469d2bf9eb42b777b952592cc01dec58c3d7
Clean Makefile.cc.java.dotnet
[ { "change_type": "MODIFY", "old_path": "tools/Makefile.cc.java.dotnet", "new_path": "tools/Makefile.cc.java.dotnet", "diff": "@@ -209,20 +209,13 @@ endif\n## C++ ##\n###########\nEXE = \\\n-$(BIN_DIR)/linear_programming$E \\\n-$(BIN_DIR)/integer_programming$E \\\n-$(BIN_DIR)/constraint_programming_c...
C++
Apache License 2.0
google/or-tools
Clean Makefile.cc.java.dotnet
261,218
23.11.2018 10:49:46
-3,600
f63f6f70511c022d0569b6415f3a52c583aadfc4
Move some examples to constraint_solver/samples
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -311,9 +311,15 @@ $(OBJ_DIR)/%.$O: ortools/graph/samples/%.cc $(OR_TOOLS_LIBS) | $(OBJ_DIR)\n$(OBJ_DIR)/%.$O: ortools/linear_solver/samples/%.cc $(OR_TOOLS_LIBS) | $(OBJ_DIR)\n$(C...
C++
Apache License 2.0
google/or-tools
Move some examples to constraint_solver/samples
261,218
23.11.2018 11:10:54
-3,600
b6f0705a3d38367475d40f8b8023a2f04f24e020
Fixup CMakeLists.txt
[ { "change_type": "MODIFY", "old_path": "examples/cpp/CMakeLists.txt", "new_path": "examples/cpp/CMakeLists.txt", "diff": "@@ -28,6 +28,7 @@ foreach(EXECUTABLE\ngolomb\ninteger_programming\njobshop_sat\n+ knapsack\nlinear_assignment_api\nlinear_programming\nlinear_solver_protocol_buffers\n@@ -35,7 +3...
C++
Apache License 2.0
google/or-tools
Fixup CMakeLists.txt
261,218
23.11.2018 11:14:59
-3,600
0bb40c4fdbecebf787c36683a94d55d2f5c5b843
Fixup archive script
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.archive.mk", "new_path": "makefiles/Makefile.archive.mk", "diff": "@@ -64,6 +64,7 @@ archive_cc: cc | $(TEMP_ARCHIVE_DIR)\n-$(COPY) ortools$Salgorithms$Ssamples$S*.cc $(TEMP_ARCHIVE_DIR)$S$(INSTALL_DIR)$Sexamples$Scpp\n-$(COPY) ortools$Sgrap...
C++
Apache License 2.0
google/or-tools
Fixup archive script
261,218
23.11.2018 14:23:59
-3,600
6311cb837d431abd7ee8ed6a5f91fd6562f3ab91
Archive Fix dotnet examples list
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.archive.mk", "new_path": "makefiles/Makefile.archive.mk", "diff": "@@ -106,6 +106,7 @@ archive_dotnet: dotnet | $(TEMP_ARCHIVE_DIR)\n-$(COPY) ortools$Srouting$Ssamples$S*.fs* $(TEMP_ARCHIVE_DIR)$S$(INSTALL_DIR)$Sexamples$Sdotnet\n-$(COPY) or...
C++
Apache License 2.0
google/or-tools
Archive Fix dotnet examples list
261,218
23.11.2018 14:41:28
-3,600
09f2b94a07d3354f49616a0b3820d5f7bf850e6c
Fixup check_cc rules
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -367,21 +367,19 @@ test_cc_sat_samples: \\\ncheck_cc_pimpl: \\\ntest_cc_algorithms_samples \\\ntest_cc_graph_samples \\\n+ test_cc_constraint_solver_samples \\\ntest_cc_linear_sol...
C++
Apache License 2.0
google/or-tools
Fixup check_cc rules
261,218
23.11.2018 15:51:38
-3,600
4ae6e1fea16f1a0ede66e5f307bc03ebba0ceb9f
Fix examples/cpp/CMakeLists.txt
[ { "change_type": "MODIFY", "old_path": "examples/cpp/CMakeLists.txt", "new_path": "examples/cpp/CMakeLists.txt", "diff": "@@ -58,7 +58,6 @@ endforeach()\nforeach(TEST\ncostas_array\n- cryptarithm\ncvrp_disjoint_tw\ncvrptw\n#cvrptw_with_breaks # Too long\n@@ -76,8 +75,7 @@ foreach(TEST\nlinear_assign...
C++
Apache License 2.0
google/or-tools
Fix examples/cpp/CMakeLists.txt
261,218
23.11.2018 16:58:54
-3,600
c4cb759eb63245a9c923315cd8e633c7df1a9bec
Fix glog compilation on Windows sometime MAKEFLAGS can contains some value which will break the build...
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.third_party.win.mk", "new_path": "makefiles/Makefile.third_party.win.mk", "diff": "@@ -260,6 +260,7 @@ install_glog: dependencies/install/lib/glog.lib\ndependencies/install/lib/glog.lib: dependencies/sources/glog-$(GLOG_TAG) install_gflags\n...
C++
Apache License 2.0
google/or-tools
Fix glog compilation on Windows - sometime MAKEFLAGS can contains some value which will break the build...
261,230
24.11.2018 19:34:08
-3,600
dbbcc1535929dc608d07d1892be2ec4cce25c319
reimplement costas_array with the CP-SAT solver.
[ { "change_type": "MODIFY", "old_path": "examples/cpp/CMakeLists.txt", "new_path": "examples/cpp/CMakeLists.txt", "diff": "@@ -14,7 +14,7 @@ endif()\nget_filename_component(PARENT_SOURCE_DIR ${PROJECT_SOURCE_DIR} DIRECTORY)\nforeach(EXECUTABLE\n- costas_array\n+ costas_array_sat\ncvrp_disjoint_tw\ncv...
C++
Apache License 2.0
google/or-tools
reimplement costas_array with the CP-SAT solver.
261,230
24.11.2018 23:06:05
-3,600
46a78c021dc6b5b500217f58c6d9fe435c19973e
golomb -> golomb_sat
[ { "change_type": "MODIFY", "old_path": "examples/cpp/CMakeLists.txt", "new_path": "examples/cpp/CMakeLists.txt", "diff": "@@ -25,7 +25,7 @@ foreach(EXECUTABLE\ndobble_ls\nflow_api\nfrequency_assignment_problem\n- golomb\n+ golomb_sat\ninteger_programming\njobshop_sat\nknapsack\n@@ -68,7 +68,7 @@ for...
C++
Apache License 2.0
google/or-tools
golomb -> golomb_sat
261,230
25.11.2018 11:10:12
-3,600
4afccdb52cb055a1bb55e249d273c05a3a32c4f8
network routing -> network_routing_sat
[ { "change_type": "MODIFY", "old_path": "examples/cpp/CMakeLists.txt", "new_path": "examples/cpp/CMakeLists.txt", "diff": "@@ -36,7 +36,7 @@ foreach(EXECUTABLE\nmax_flow\nmin_cost_flow\nmps_driver\n- network_routing\n+ network_routing_sat\nnqueens\nrandom_tsp\npdptw\n@@ -77,7 +77,7 @@ foreach(TEST\nl...
C++
Apache License 2.0
google/or-tools
network routing -> network_routing_sat
261,218
26.11.2018 09:51:07
-3,600
463631efb9dfc26c761963ceb6047e81207326b8
Fix Makefile.cc.java.dotnet
[ { "change_type": "MODIFY", "old_path": "tools/Makefile.cc.java.dotnet", "new_path": "tools/Makefile.cc.java.dotnet", "diff": "@@ -215,7 +215,7 @@ $(BIN_DIR)/nurses_cp$E \\\n$(BIN_DIR)/minimal_jobshop_cp$E \\\n\\\n$(BIN_DIR)/constraint_programming_cp$E \\\n-$(BIN_DIR)/costas_array$E \\\n+$(BIN_DIR)/c...
C++
Apache License 2.0
google/or-tools
Fix Makefile.cc.java.dotnet
261,230
26.11.2018 10:35:29
-3,600
536c640f837dde70c628c9f2cd4ab457435e7ea3
fix overflow in presolve
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_presolve.cc", "new_path": "ortools/sat/cp_model_presolve.cc", "diff": "@@ -1443,9 +1443,10 @@ bool PresolveTable(ConstraintProto* ct, PresolveContext* context) {\n}\n// Check that the table is not complete or just here to exclude a few tup...
C++
Apache License 2.0
google/or-tools
fix overflow in presolve
261,218
27.11.2018 08:27:57
-3,600
cdc08f82e817c6cdfbc036ca5d01dfaa981bea86
Update build-manylinux1.sh
[ { "change_type": "MODIFY", "old_path": "tools/docker/build-manylinux1.sh", "new_path": "tools/docker/build-manylinux1.sh", "diff": "@@ -115,14 +115,14 @@ read -r -a SKIP <<< \"$SKIP_PLATFORMS\"\n# Python scripts to be used as tests for the installed wheel. This list of files\n# has been taken from t...
C++
Apache License 2.0
google/or-tools
Update build-manylinux1.sh
261,218
27.11.2018 10:06:54
-3,600
169ce39ba410fe3bb2c819cc8222a7dbad79dcc5
Fix docker python script
[ { "change_type": "MODIFY", "old_path": "tools/docker/build-manylinux1.sh", "new_path": "tools/docker/build-manylinux1.sh", "diff": "@@ -56,7 +56,7 @@ function export_manylinux_wheel {\n# We need to force this target, otherwise the protobuf stub will be missing\n# (for the makefile, it exists even if...
C++
Apache License 2.0
google/or-tools
Fix docker python script
261,230
29.11.2018 15:31:54
-3,600
745906cb7c6b0fa5c945cdfbefd5246d1df6786f
update reference manual for python sat API
[ { "change_type": "MODIFY", "old_path": "ortools/sat/doc/reference.md", "new_path": "ortools/sat/doc/reference.md", "diff": "+<h1 id=\"ortools.sat.python\">ortools.sat.python</h1>\n+\n+\n<h1 id=\"ortools.sat.python.cp_model\">ortools.sat.python.cp_model</h1>\nPropose a natural language on top of cp_m...
C++
Apache License 2.0
google/or-tools
update reference manual for python sat API
261,230
28.11.2018 11:15:45
-3,600
fe0249dd644e7b0f94e81bc9f72ed26d3db90f18
fix cvrptw_lib.h
[ { "change_type": "MODIFY", "old_path": "examples/cpp/cvrptw_lib.h", "new_path": "examples/cpp/cvrptw_lib.h", "diff": "@@ -126,6 +126,8 @@ void DisplayPlan(\nconst operations_research::RoutingDimension& capacity_dimension,\nconst operations_research::RoutingDimension& time_dimension);\n+using NodeInd...
C++
Apache License 2.0
google/or-tools
fix cvrptw_lib.h
261,230
28.11.2018 11:32:45
-3,600
798b9e73e21c7d979eef8cf4602210d342b0d402
fix the rest of the C++ examples
[ { "change_type": "MODIFY", "old_path": "examples/cpp/fap_model_printer.h", "new_path": "examples/cpp/fap_model_printer.h", "diff": "#include <string>\n#include <vector>\n+#include \"absl/strings/str_format.h\"\n#include \"examples/cpp/fap_parser.h\"\n-#include \"ortools/base/stringprintf.h\"\nnamesp...
C++
Apache License 2.0
google/or-tools
fix the rest of the C++ examples
261,230
28.11.2018 11:33:36
-3,600
3ad2248d2e54a491f13d7659d4f948e8f0dac156
reenable all c++ tests
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -422,7 +422,19 @@ test_cc_contrib: ;\n.PHONY: test_cc_cpp # Build and Run all C++ Examples (located in ortools/examples/cpp)\ntest_cc_cpp: \\\n-# rcc_mps_driver \\\n+ rcc_costas_a...
C++
Apache License 2.0
google/or-tools
reenable all c++ tests
261,230
28.11.2018 11:37:32
-3,600
8ca022d2ca7a625797836f553d77a8e74b0cb2f4
enable more c++ tests
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -429,12 +429,10 @@ test_cc_cpp: \\\nrcc_cvrptw_with_refueling \\\nrcc_cvrptw_with_resources \\\nrcc_cvrptw_with_stop_times_and_resources \\\n- rcc_dobble_ls \\\nrcc_flow_api \\\nr...
C++
Apache License 2.0
google/or-tools
enable more c++ tests
261,230
28.11.2018 13:10:47
-3,600
0b034b6e30a3a3182de3747d743839bba6ad76d0
fix cmakefile
[ { "change_type": "MODIFY", "old_path": "examples/cpp/CMakeLists.txt", "new_path": "examples/cpp/CMakeLists.txt", "diff": "@@ -11,34 +11,7 @@ else()\nset(CMAKE_INSTALL_RPATH \"$ORIGIN/../../:$ORIGIN/../lib:$ORIGIN/\")\nendif()\n-set(_SRCS\n- cvrptw_lib.cc\n- fap_model_printer.cc\n- fap_parser.cc\n- f...
C++
Apache License 2.0
google/or-tools
fix cmakefile
261,218
29.11.2018 15:06:24
-3,600
7671e2cfbb7d645a55b3ecd7c029e4870ecaa507
Apply yapf to ortools/sat/samples/*.py
[ { "change_type": "MODIFY", "old_path": "ortools/sat/samples/cp_is_fun_sat.py", "new_path": "ortools/sat/samples/cp_is_fun_sat.py", "diff": "@@ -76,8 +76,8 @@ def CPIsFunSat():\nmodel.AddAllDifferent(letters)\n# CP + IS + FUN = TRUE\n- model.Add(c * base + p + i * base + s + f * base * base + u * bas...
C++
Apache License 2.0
google/or-tools
Apply yapf to ortools/sat/samples/*.py
261,218
30.11.2018 15:13:11
-3,600
4cc4ef330a6feb7b77594b424a2db5d254de4749
Remove F# dead code now living in ortools/dotnet/*
[ { "change_type": "DELETE", "old_path": "ortools/fsharp/Google.sln", "new_path": null, "diff": "-\n-Microsoft Visual Studio Solution File, Format Version 12.00\n-# Visual Studio 15\n-VisualStudioVersion = 15.0.26124.0\n-MinimumVisualStudioVersion = 15.0.26124.0\n-Project(\"{f2a71f9b-5d33-465a-a702-92...
C++
Apache License 2.0
google/or-tools
Remove F# dead code now living in ortools/dotnet/*
261,218
30.11.2018 17:28:26
-3,600
c2d56ed2e492cb9f37df9deaacb9365bce758e0b
Try fixing Travis dotnet Microsoft change its mind src:
[ { "change_type": "MODIFY", "old_path": ".travis/install.sh", "new_path": ".travis/install.sh", "diff": "@@ -26,12 +26,12 @@ function installmono() {\nfunction installdotnetsdk(){\n# Installs for Ubuntu Trusty distro\n- curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsof...
C++
Apache License 2.0
google/or-tools
Try fixing Travis dotnet Microsoft change its mind src: https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial
261,230
01.12.2018 15:20:35
-3,600
7ca7fc393a1986de1ac45ab1228331617977e729
remove template specialization in min/max after int64 revamp
[ { "change_type": "MODIFY", "old_path": "examples/cpp/jobshop_sat.cc", "new_path": "examples/cpp/jobshop_sat.cc", "diff": "@@ -53,14 +53,13 @@ int64 ComputeHorizon(const JsspInputProblem& problem) {\nint64 max_earliest_start = 0;\nfor (const Job& job : problem.jobs()) {\nif (job.has_latest_end()) {\n...
C++
Apache License 2.0
google/or-tools
remove template specialization in min/max after int64 revamp
261,230
03.12.2018 08:39:16
-3,600
5b66707375c08991654a6cab50fa0232c8dcb09a
remove empty layer to use SAT inside the CP solver
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.gen.mk", "new_path": "makefiles/Makefile.gen.mk", "diff": "@@ -2589,7 +2589,6 @@ CP_DEPS = \\\n$(SRC_DIR)/ortools/constraint_solver/routing_neighborhoods.h \\\n$(SRC_DIR)/ortools/constraint_solver/routing_parameters.h \\\n$(SRC_DIR)/ortools/...
C++
Apache License 2.0
google/or-tools
remove empty layer to use SAT inside the CP solver
261,230
03.12.2018 08:48:38
-3,600
a48363e70183080c6509e2c0e7b414786a436d86
remove variable collector in the CP solver
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.gen.mk", "new_path": "makefiles/Makefile.gen.mk", "diff": "@@ -2599,7 +2599,6 @@ CP_DEPS = \\\nCP_LIB_OBJS = \\\n$(OBJ_DIR)/constraint_solver/alldiff_cst.$O \\\n$(OBJ_DIR)/constraint_solver/assignment.$O \\\n- $(OBJ_DIR)/constraint_solver/co...
C++
Apache License 2.0
google/or-tools
remove variable collector in the CP solver
261,230
03.12.2018 10:51:15
-3,600
29064869ed32b59a770aa25eb3ede3bf482058d0
remove obsolete test after code removal
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -413,8 +413,7 @@ test_cc_tests: \\\nrcc_cpp11_test \\\nrcc_forbidden_intervals_test \\\nrcc_issue57 \\\n- rcc_min_max_test \\\n- rcc_visitor_test\n+ rcc_min_max_test\n# $(MAKE) rc...
C++
Apache License 2.0
google/or-tools
remove obsolete test after code removal
261,218
03.12.2018 16:01:50
-3,600
7ecfc6681f979f69d68fae9cb14eafbaac228efe
Fix RPATH in abseil-cpp install rules
[ { "change_type": "MODIFY", "old_path": "patches/abseil-cpp-master.patch", "new_path": "patches/abseil-cpp-master.patch", "diff": "@@ -188,10 +188,24 @@ index 0c93417..46d7ba4 100644\n# create an abseil unit_test and add it to the executed test list\n#\ndiff --git a/CMakeLists.txt b/CMakeLists.txt\n-...
C++
Apache License 2.0
google/or-tools
Fix RPATH in abseil-cpp install rules
261,218
03.12.2018 17:58:24
-3,600
164d1790889e2d04b4973248b7af1092666ff4b2
Bump Gflags v2.2.1 -> v2.2.2
[ { "change_type": "MODIFY", "old_path": "cmake/external/gflags.CMakeLists.txt", "new_path": "cmake/external/gflags.CMakeLists.txt", "diff": "@@ -9,11 +9,11 @@ project(gflags-download NONE)\ninclude(ExternalProject)\nExternalProject_Add(gflags_project\nGIT_REPOSITORY https://github.com/gflags/gflags\n...
C++
Apache License 2.0
google/or-tools
Bump Gflags v2.2.1 -> v2.2.2
261,230
03.12.2018 18:55:22
-3,600
0bc9b79bf27913c18c885c9f3796d0cfadf1fa1e
minor sync with internal code; prepare glop for more incrementality when used inside the CP-SAT solver
[ { "change_type": "MODIFY", "old_path": "ortools/base/integral_types.h", "new_path": "ortools/base/integral_types.h", "diff": "#elif defined(__APPLE__) && defined(__GNUC__)\n#define ARCH_K8 // We only support 64 bit on Mac OS X.\n#elif defined(__GNUC__) && defined(__LP64__) && !defined(__aarch64__)\n...
C++
Apache License 2.0
google/or-tools
minor sync with internal code; prepare glop for more incrementality when used inside the CP-SAT solver
261,230
04.12.2018 14:36:46
-3,600
6a3184872fa856e8709528ea109c787e75a7c5e3
option for add sat constraints to the lp relaxation lazily
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.gen.mk", "new_path": "makefiles/Makefile.gen.mk", "diff": "@@ -1139,6 +1139,7 @@ SAT_LIB_OBJS = \\\n$(OBJ_DIR)/sat/integer_expr.$O \\\n$(OBJ_DIR)/sat/integer_search.$O \\\n$(OBJ_DIR)/sat/intervals.$O \\\n+ $(OBJ_DIR)/sat/linear_constraint.$O...
C++
Apache License 2.0
google/or-tools
option for add sat constraints to the lp relaxation lazily
261,218
04.12.2018 17:36:44
-3,600
6ba307dccf23f66e118f1441765bbbbfab386c66
Update WORKSPACE Bump gflags to v2.2.2
[ { "change_type": "MODIFY", "old_path": "WORKSPACE", "new_path": "WORKSPACE", "diff": "#Import the gflags files.\ngit_repository(\nname = \"com_github_gflags_gflags\",\n- commit = \"f8a0efe03aa69b3336d8e228b37d4ccb17324b88\",\nremote = \"https://github.com/gflags/gflags.git\",\n+ tag = \"v2.2.2\",\n)...
C++
Apache License 2.0
google/or-tools
Update WORKSPACE Bump gflags to v2.2.2
261,218
06.12.2018 15:54:11
-3,600
3543a90dacaa32c15cf882bd6a3823d71bb7914e
Fix MacOS version managment
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.unix.mk", "new_path": "makefiles/Makefile.unix.mk", "diff": "@@ -189,7 +189,7 @@ ifeq ($(PLATFORM),MACOSX)\nDYNAMIC_LD = clang++ -dynamiclib -undefined dynamic_lookup \\\n-Wl,-search_paths_first \\\n-Wl,-headerpad_max_install_names \\\n- -cu...
C++
Apache License 2.0
google/or-tools
Fix MacOS version managment
261,218
06.12.2018 16:00:12
-3,600
57551466529b6551c3774caf630b94bf19ca1cdc
Fix python archive
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.python.mk", "new_path": "makefiles/Makefile.python.mk", "diff": "@@ -861,6 +861,14 @@ ifeq ($(UNIX_PROTOBUF_DIR),$(OR_TOOLS_TOP)/dependencies/install)\nPYTHON_SETUP_DEPS += , 'libprotobuf.$L.3.6.1'\nendif\nendif\n+ifeq ($(UNIX_ABSL_DIR),$(OR...
C++
Apache License 2.0
google/or-tools
Fix python archive
261,218
06.12.2018 16:11:47
-3,600
4ba98b615a41cb525f6652d169e70e8bd5e77534
Fix missing absl libraries in archive
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -621,6 +621,10 @@ ifeq ($(UNIX_PROTOBUF_DIR),$(OR_TOOLS_TOP)/dependencies/install)\n$(COPYREC) $(subst /,$S,$(_PROTOBUF_LIB_DIR))$Slibproto* \"$(DESTDIR)$(prefix)$Slib\"\n$(COPYRE...
C++
Apache License 2.0
google/or-tools
Fix missing absl libraries in archive
261,230
06.12.2018 17:16:22
-3,600
b52ed623f4ebc9b658ef82e865705064e7d7d48f
add scaling to routing log
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/constraint_solver.h", "new_path": "ortools/constraint_solver/constraint_solver.h", "diff": "@@ -2237,7 +2237,6 @@ class Solver {\n// ----- Search Log -----\n// The SearchMonitors below will display a periodic search log\n// on LOG(INF...
C++
Apache License 2.0
google/or-tools
add scaling to routing log
261,230
06.12.2018 17:16:54
-3,600
49816f439bc61d568755860e007df29aa0108a6d
experimental objective lower bound sharing in // CP-SAT search
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_presolve.cc", "new_path": "ortools/sat/cp_model_presolve.cc", "diff": "@@ -2499,11 +2499,13 @@ bool PresolveOneConstraint(int c, PresolveContext* context) {\nif (PresolveLinear(ct, context)) {\ncontext->UpdateConstraintVariableUsage(c);\n}...
C++
Apache License 2.0
google/or-tools
experimental objective lower bound sharing in // CP-SAT search
261,264
07.12.2018 08:53:22
0
694e6cd96107a6356750d1daae09322b5217b86a
Port the Python example solve_shift_scheduling to C#
[ { "change_type": "MODIFY", "old_path": "examples/dotnet/Google.OrTools.Examples.sln", "new_path": "examples/dotnet/Google.OrTools.Examples.sln", "diff": "@@ -29,6 +29,8 @@ Project(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"JobshopSat\", \"JobshopSat.cs\nEndProject\nProject(\"{FAE04EC0-301F-11D3...
C++
Apache License 2.0
google/or-tools
Port the Python example solve_shift_scheduling to C#
261,230
07.12.2018 14:26:39
-3,600
b241cc07cc2afbeb7b736af48bae54c5a7c24a67
polish bound sharing code in// CP-SAT
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/routing.cc", "new_path": "ortools/constraint_solver/routing.cc", "diff": "@@ -2762,11 +2762,14 @@ void RoutingModel::LogSolution(const RoutingSearchParameters& parameters,\nint64 solution_cost, int64 start_time_ms) {\nconst std::strin...
C++
Apache License 2.0
google/or-tools
polish bound sharing code in// CP-SAT
261,218
07.12.2018 17:14:28
-3,600
9aed92069c362a7eef80676e38965ae14c1f84c2
Remove ReadKey from ShiftSchedulingSat
[ { "change_type": "MODIFY", "old_path": "examples/dotnet/ShiftSchedulingSat.cs", "new_path": "examples/dotnet/ShiftSchedulingSat.cs", "diff": "@@ -350,7 +350,6 @@ public class ShiftSchedulingSat\nConsole.WriteLine($\" - conflicts : {solver.NumConflicts()}\");\nConsole.WriteLine($\" - branches : {solv...
C++
Apache License 2.0
google/or-tools
Remove ReadKey from ShiftSchedulingSat
261,230
07.12.2018 19:43:46
-3,600
c36ac046f761f5ab12a18b19f78869257a05744d
prepare c++ code for int64 = int64_t
[ { "change_type": "MODIFY", "old_path": "examples/cpp/weighted_tardiness_sat.cc", "new_path": "examples/cpp/weighted_tardiness_sat.cc", "diff": "@@ -63,7 +63,7 @@ void Solve(const std::vector<int64>& durations,\nint64 next_cost;\nfor (int j = 0; j < num_tasks; ++j) {\nif (is_taken[j]) continue;\n- co...
C++
Apache License 2.0
google/or-tools
prepare c++ code for int64 = int64_t
261,230
09.12.2018 09:17:57
-3,600
681ddb3ec4392850dc96b939566cd90c99eb1f56
fix C# Dotnet warning
[ { "change_type": "MODIFY", "old_path": "ortools/sat/csharp/IntegerExpressions.cs", "new_path": "ortools/sat/csharp/IntegerExpressions.cs", "diff": "@@ -483,7 +483,7 @@ public class NotBooleanVariable : IntegerExpression, ILiteral\nreturn boolvar_;\n}\n- public string ShortString()\n+ public override...
C++
Apache License 2.0
google/or-tools
fix C# Dotnet warning
261,218
10.12.2018 11:00:09
-3,600
4f04ddf204479bbf659842a4ba354e4d558fe6f1
Fix Make-based compilation of absl on windows
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.third_party.win.mk", "new_path": "makefiles/Makefile.third_party.win.mk", "diff": "@@ -353,7 +353,8 @@ install_absl: dependencies/install/lib/absl.lib\ndependencies/install/lib/absl.lib: dependencies/sources/abseil-cpp-$(ABSL_TAG) | dependen...
C++
Apache License 2.0
google/or-tools
Fix Make-based compilation of absl on windows
261,218
10.12.2018 11:39:30
-3,600
9a042cc4eb3eb9c57590a087e085ade7f29e4a99
Fix Appveyor CMake
[ { "change_type": "MODIFY", "old_path": ".appveyor.yml", "new_path": ".appveyor.yml", "diff": "@@ -43,7 +43,7 @@ before_build:\n- python -V\n- python -m pip install virtualenv wheel six\n# - set PATH=\"C:\\Program Files\\Java\\jdk1.8.0\\bin\";%PATH%\n- - if \"%BUILDER%\"==\"cmake\" cmake -H. -Bbuild ...
C++
Apache License 2.0
google/or-tools
Fix Appveyor CMake
261,230
10.12.2018 12:56:50
-3,600
413e07b6fb985b5cf295d528165cc3cf66e9aadf
int64 -> int64_t in C++
[ { "change_type": "MODIFY", "old_path": "ortools/base/integral_types.h", "new_path": "ortools/base/integral_types.h", "diff": "#ifndef OR_TOOLS_BASE_INTEGRAL_TYPES_H_\n#define OR_TOOLS_BASE_INTEGRAL_TYPES_H_\n+#include <cstdint>\n#include <iostream> // NOLINT\n// Detect 64 bit.\n#define ARCH_K8 // Li...
C++
Apache License 2.0
google/or-tools
int64 -> int64_t in C++
261,230
10.12.2018 12:57:27
-3,600
27f9c4f95ef0359d8cee2b131a6d7aff62a2a7b8
support int64_t transition in c#
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.dotnet.mk", "new_path": "makefiles/Makefile.dotnet.mk", "diff": "@@ -195,6 +195,11 @@ $(GEN_DIR)/ortools/constraint_solver/constraint_solver_csharp_wrap.cc: \\\n$(SED) -i -e 's/CSharp_Constraint/CSharp_CpConstraint/g' \\\n$(GEN_PATH)$Sortool...
C++
Apache License 2.0
google/or-tools
support int64_t transition in c#
261,230
10.12.2018 13:35:51
-3,600
a60c3291cdd19d423628a965ade8ea9e1a05f0fe
java support int64 -> int64_t
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.java.mk", "new_path": "makefiles/Makefile.java.mk", "diff": "@@ -98,6 +98,10 @@ $(GEN_DIR)/ortools/constraint_solver/constraint_solver_java_wrap.cc: \\\n-module main \\\n-outdir $(GEN_PATH)$Scom$Sgoogle$Sortools$Sconstraintsolver \\\n$(SRC_D...
C++
Apache License 2.0
google/or-tools
java support int64 -> int64_t
261,230
10.12.2018 14:01:20
-3,600
0d892e24bf9889583038856007564737772a81eb
add missing SWIG_INC to java swig invocations
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.java.mk", "new_path": "makefiles/Makefile.java.mk", "diff": "@@ -92,7 +92,7 @@ $(GEN_DIR)/ortools/constraint_solver/constraint_solver_java_wrap.cc: \\\n$(CP_DEPS) \\\n$(SRC_DIR)/ortools/constraint_solver/routing.h \\\n| $(GEN_DIR)/ortools/co...
C++
Apache License 2.0
google/or-tools
add missing SWIG_INC to java swig invocations
261,218
10.12.2018 14:22:38
-3,600
511b84d7494f2d3595f66daf15a5a2dcfa59254a
Makefile: Fix overwrite in install_cc rule on Windows
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -641,23 +641,23 @@ ifeq ($(WINDOWS_ZLIB_DIR),$(OR_ROOT)dependencies/install)\nendif\nifeq ($(WINDOWS_GFLAGS_DIR),$(OR_ROOT)dependencies/install)\n-$(MKDIR) \"$(DESTDIR)$(prefix)$S...
C++
Apache License 2.0
google/or-tools
Makefile: Fix overwrite in install_cc rule on Windows
261,218
10.12.2018 15:49:45
-3,600
946623c06dc0334ffe8d6cdd6c418e57b53e51e0
Fix Makefile install rule on windows absl headers were not recursively copie to archive... see: `help xcopy`
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -641,23 +641,23 @@ ifeq ($(WINDOWS_ZLIB_DIR),$(OR_ROOT)dependencies/install)\nendif\nifeq ($(WINDOWS_GFLAGS_DIR),$(OR_ROOT)dependencies/install)\n-$(MKDIR) \"$(DESTDIR)$(prefix)$S...
C++
Apache License 2.0
google/or-tools
Fix Makefile install rule on windows - absl headers were not recursively copie to archive... see: `help xcopy`
261,218
10.12.2018 16:09:39
-3,600
aef67526c993a486f97b052f87f6f5f8938dcf24
Remove last remaining %ll in strFormat
[ { "change_type": "MODIFY", "old_path": "ortools/sat/sat_solver.cc", "new_path": "ortools/sat/sat_solver.cc", "diff": "@@ -1473,7 +1473,7 @@ std::string SatSolver::RunningStatisticsString() const {\nconst double time_in_s = timer_.Get();\nreturn absl::StrFormat(\n\"%6.2fs, mem:%s, fails:%d, \"\n- \"d...
C++
Apache License 2.0
google/or-tools
Remove last remaining %ll in strFormat
261,218
10.12.2018 16:17:32
-3,600
e2ac323228ee669e91afc2000ab7c69b1bfbd992
Fix Flags in archive
[ { "change_type": "MODIFY", "old_path": "tools/Makefile.cc.java.dotnet", "new_path": "tools/Makefile.cc.java.dotnet", "diff": "@@ -143,7 +143,8 @@ ifeq ($(SYSTEM),win)\nCXX_BIN := $(shell $(WHICH) $(CXX) 2> NUL)\nDEBUG = /O2 -DNDEBUG\nCXXFLAGS = /EHsc /MD /nologo /D_SILENCE_STDEXT_HASH_DEPRECATION_WA...
C++
Apache License 2.0
google/or-tools
Fix Flags in archive
261,218
10.12.2018 17:18:17
-3,600
652aae5d7117bd8eaee3057476ecf586fc93e7cd
Fixup Makefile in archive
[ { "change_type": "MODIFY", "old_path": "tools/Makefile.cc.java.dotnet", "new_path": "tools/Makefile.cc.java.dotnet", "diff": "@@ -262,7 +262,7 @@ $(BIN_DIR)/magic_square_sat$E \\\n$(BIN_DIR)/max_flow$E \\\n$(BIN_DIR)/min_cost_flow$E \\\n$(BIN_DIR)/mps_driver$E \\\n-$(BIN_DIR)/network_routing$E \\\n+...
C++
Apache License 2.0
google/or-tools
Fixup Makefile in archive
261,230
10.12.2018 17:33:20
-3,600
b70c189167a5f7d584262aa2f7e153f1a739c347
minor fix in CP element; improve time limit support of CP-SAT during presolve; clean up lower bound sharing code in parallel CP-SAT
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/element.cc", "new_path": "ortools/constraint_solver/element.cc", "diff": "@@ -338,7 +338,8 @@ class IntExprElement : public BaseIntExprElement {\n}\nint64 ExprMin() const override { return std::max<int64>(0, expr_->Min()); }\nint64 Ex...
C++
Apache License 2.0
google/or-tools
minor fix in CP element; improve time limit support of CP-SAT during presolve; clean up lower bound sharing code in parallel CP-SAT
261,230
11.12.2018 11:52:50
-3,600
1e59a36509403eb9e0c2996a02f662e70cfa3391
reduce swig complexity
[ { "change_type": "MODIFY", "old_path": "ortools/base/base.i", "new_path": "ortools/base/base.i", "diff": "// type names. Google typedefs are placed at the very end along with\n// the necessary %apply macros. See COPY_TYPEMAPS below for details.\n-\n-// Support for those popular buffer-pointer/length...
C++
Apache License 2.0
google/or-tools
reduce swig complexity
261,218
11.12.2018 17:39:27
-3,600
6f9a2c76cd78332e06fcc3ad825cee1326410210
Try to fix centos-7 docker build
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -623,7 +623,7 @@ ifeq ($(UNIX_PROTOBUF_DIR),$(OR_TOOLS_TOP)/dependencies/install)\nendif\nifeq ($(UNIX_ABSL_DIR),$(OR_TOOLS_TOP)/dependencies/install)\n$(COPYREC) dependencies$Sin...
C++
Apache License 2.0
google/or-tools
Try to fix centos-7 docker build
261,230
11.12.2018 18:05:12
-3,600
9721d1954b9c72688c928851fa76d86e3bab362f
remove useless swig code
[ { "change_type": "MODIFY", "old_path": "ortools/util/java/vector.i", "new_path": "ortools/util/java/vector.i", "diff": "@@ -99,10 +99,8 @@ typedef uint64_t uint64;\nreturn $jnicall;\n}\n-%apply const std::vector<CType>& { const std::vector<CType>& }\n-%apply std::vector<CType> { std::vector<CType> }...
C++
Apache License 2.0
google/or-tools
remove useless swig code
261,230
11.12.2018 18:09:18
-3,600
32f43eb232d4e7ac830dd4142ffafa52d23d646a
fix csflow.cs
[ { "change_type": "MODIFY", "old_path": "examples/dotnet/csflow.cs", "new_path": "examples/dotnet/csflow.cs", "diff": "@@ -36,8 +36,8 @@ public class CsFlow\nint sink = numNodes - 1;\nConsole.WriteLine(\"Solving max flow with \" + numNodes + \" nodes, and \" +\nnumArcs + \" arcs, source=\" + source +...
C++
Apache License 2.0
google/or-tools
fix csflow.cs
261,230
11.12.2018 18:31:17
-3,600
1ab79de02dc87365abe4516f99f8c9198dc53efd
fix contrib examples
[ { "change_type": "MODIFY", "old_path": "examples/contrib/volsay.cs", "new_path": "examples/contrib/volsay.cs", "diff": "@@ -27,7 +27,8 @@ public class Volsay {\n* Also see http://www.hakank.org/or-tools/volsay.py\n*/\nprivate static void Solve() {\n- Solver solver = new Solver(\"Volsay\", Solver.CLP...
C++
Apache License 2.0
google/or-tools
fix contrib examples
261,230
11.12.2018 18:59:26
-3,600
b5dcf54a276c6e19040c7b126d9b10edd83dc19e
fix F# after move to typed enums
[ { "change_type": "MODIFY", "old_path": "examples/contrib/fsProgram.fs", "new_path": "examples/contrib/fsProgram.fs", "diff": "@@ -55,7 +55,7 @@ let solver solverType =\n// Check that the problem has an optimal solution.\nmatch resultStatus with\n- | status when status <> Solver.OPTIMAL ->\n+ | statu...
C++
Apache License 2.0
google/or-tools
fix F# after move to typed enums
261,230
12.12.2018 19:05:53
-3,600
a8cdfe4fa2a601e918d1ace2b5bb30c21e075c06
convert more NodeIndex from int64 to int in routing index manager
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/routing_index_manager.cc", "new_path": "ortools/constraint_solver/routing_index_manager.cc", "diff": "namespace operations_research {\n-const int64 RoutingIndexManager::kUnassigned = -1;\n+const int RoutingIndexManager::kUnassigned = ...
C++
Apache License 2.0
google/or-tools
convert more NodeIndex from int64 to int in routing index manager
261,230
13.12.2018 15:08:33
-3,600
65ba1eb837a6e2c4f8503a84b08d7b95764528e7
move java swig vector code to util/java/vector.i
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/java/constraint_solver.i", "new_path": "ortools/constraint_solver/java/constraint_solver.i", "diff": "@@ -571,75 +571,16 @@ class SolverToVoid {\n%rename (value) operations_research::IntVarLocalSearchFilter::Value;\n%rename (var) oper...
C++
Apache License 2.0
google/or-tools
move java swig vector code to util/java/vector.i
261,230
13.12.2018 15:19:30
-3,600
887b15020747aaaff1f3de21fe2481fb011af8c6
generalize java vector.i
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/java/constraint_solver.i", "new_path": "ortools/constraint_solver/java/constraint_solver.i", "diff": "@@ -571,14 +571,14 @@ class SolverToVoid {\n%rename (value) operations_research::IntVarLocalSearchFilter::Value;\n%rename (var) oper...
C++
Apache License 2.0
google/or-tools
generalize java vector.i
261,218
14.12.2018 10:02:13
-3,600
c52e9d95b94c9af5cfde91542567ec2e6cbd0757
Move nurses_sat to ortools/sat/samples
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.python.mk", "new_path": "makefiles/Makefile.python.mk", "diff": "@@ -515,6 +515,7 @@ test_python_sat_samples: \\\nrpy_literal_sample_sat \\\nrpy_minimal_jobshop_sat \\\nrpy_no_overlap_sample_sat \\\n+ rpy_nurses_sat \\\nrpy_optional_interval...
C++
Apache License 2.0
google/or-tools
Move nurses_sat to ortools/sat/samples
261,230
16.12.2018 23:18:40
-3,600
a510e8e19bd642b94eacb27e998d9faf2d83f76b
tentative variable bound sharing between threads
[ { "change_type": "MODIFY", "old_path": "examples/cpp/cvrptw_lib.h", "new_path": "examples/cpp/cvrptw_lib.h", "diff": "namespace operations_research {\n-typedef std::function<int64(RoutingNodeIndex, RoutingNodeIndex)>\n- RoutingNodeEvaluator2;\n+ typedef std::function<int64(int, int)> IntPairToLong;\...
C++
Apache License 2.0
google/or-tools
tentative variable bound sharing between threads
261,230
17.12.2018 09:10:37
-3,600
37776ddc6f1c12daa5426b7fc9b954f492ba97fd
cleanup routing API and examples on transits
[ { "change_type": "MODIFY", "old_path": "examples/contrib/SimpleRoutingTest.java", "new_path": "examples/contrib/SimpleRoutingTest.java", "diff": "import com.google.ortools.constraintsolver.Assignment;\nimport com.google.ortools.constraintsolver.FirstSolutionStrategy;\n-import com.google.ortools.cons...
C++
Apache License 2.0
google/or-tools
cleanup routing API and examples on transits
261,218
14.12.2018 10:27:22
-3,600
0b37767c68d451efd3180e5b5d80699865933f65
remove .pylintrc in examples/python now files are formated using: python3 -m yapf -i --style=Google *.py which follow the PEP8 indentation i.e. pylint is happy with default config
[ { "change_type": "DELETE", "old_path": "examples/python/.pylintrc", "new_path": null, "diff": "-[MASTER]\n-\n-# Specify a configuration file.\n-#rcfile=\n-\n-# Python code to execute, usually for sys.path manipulation such as\n-# pygtk.require().\n-#init-hook=\n-\n-# Add files or directories to the ...
C++
Apache License 2.0
google/or-tools
remove .pylintrc in examples/python now files are formated using: python3 -m yapf -i --style=Google *.py which follow the PEP8 indentation i.e. pylint is happy with default config
261,218
17.12.2018 14:15:10
-3,600
6da44f8eaf8c085a26c391bb5fd037cb285de236
Python: Fix AssignmentContainer<T, TElement> wrappers (Fix
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/python/constraint_solver.i", "new_path": "ortools/constraint_solver/python/constraint_solver.i", "diff": "@@ -1776,7 +1776,6 @@ namespace operations_research {\n// - Reset()\n// - Clone()\n// - Copy()\n-// - Var()\n// - Store()\n// - ...
C++
Apache License 2.0
google/or-tools
Python: Fix AssignmentContainer<T, TElement> wrappers (Fix #967)
261,230
17.12.2018 16:50:15
-3,600
14096d7cf08b672595e2e0b73d696b93b23cadae
polish bound sharing code
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.gen.mk", "new_path": "makefiles/Makefile.gen.mk", "diff": "@@ -1102,6 +1102,7 @@ SAT_DEPS = \\\n$(SRC_DIR)/ortools/sat/simplification.h \\\n$(SRC_DIR)/ortools/sat/swig_helper.h \\\n$(SRC_DIR)/ortools/sat/symmetry.h \\\n+ $(SRC_DIR)/ortools/s...
C++
Apache License 2.0
google/or-tools
polish bound sharing code
261,230
18.12.2018 11:42:14
-3,600
b7980e7bb2b2683a4991f38e182a543c95d7211b
work on info sharing between workers; disable bounds sharing in parameters
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_solver.cc", "new_path": "ortools/sat/cp_model_solver.cc", "diff": "@@ -1205,16 +1205,21 @@ void RegisterVariableBoundsLevelZeroWatcher(\nexternal_solution_observer,\nIntegerVariable objective_var, SharedBoundsManager* shared_bounds_manager...
C++
Apache License 2.0
google/or-tools
work on info sharing between workers; disable bounds sharing in parameters
261,218
18.12.2018 13:58:22
-3,600
5a3b76ca7f9e3c1680663c6539bdecce7a8fc009
Add test_routing_api.py to check AssignmentContainer instantiation.
[ { "change_type": "ADD", "old_path": null, "new_path": "examples/tests/test_routing_api.py", "diff": "+# Various calls to CP api from python to verify they work.\n+'''Test routing API'''\n+from __future__ import print_function\n+import types\n+import unittest\n+\n+from ortools.constraint_solver impor...
C++
Apache License 2.0
google/or-tools
Add test_routing_api.py to check AssignmentContainer instantiation.
261,230
18.12.2018 14:32:49
-3,600
f1ed9ba9052b67996ec678afe0c28c286c8bd11a
export more linear solver parameters in C#
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/csharp/linear_solver.i", "new_path": "ortools/linear_solver/csharp/linear_solver.i", "diff": "@@ -209,13 +209,53 @@ class MPSolutionResponse;\n%unignore operations_research::MPObjective::BestBound;\n// MPSolverParameters API. For expert u...
C++
Apache License 2.0
google/or-tools
export more linear solver parameters in C#
261,218
18.12.2018 14:38:45
-3,600
f4f7dd06e240b3ced1c6e6ceebcf9af943e3fda3
dotnet: Add all AssignmentContainer template intantiation
[ { "change_type": "MODIFY", "old_path": "examples/dotnet/csls_api.cs", "new_path": "examples/dotnet/csls_api.cs", "diff": "@@ -90,7 +90,7 @@ public class SumFilter : IntVarLocalSearchFilter {\n}\npublic override bool Accept(Assignment delta, Assignment unused_deltadelta) {\n- AssignmentIntContainer s...
C++
Apache License 2.0
google/or-tools
dotnet: Add all AssignmentContainer template intantiation
261,218
18.12.2018 14:39:52
-3,600
77579d5faa5358ff8bd10b10ad643dc4edc2ce96
java: Add all AssignmentContainer template intantiation
[ { "change_type": "MODIFY", "old_path": "examples/java/LsApi.java", "new_path": "examples/java/LsApi.java", "diff": "// limitations under the License.\nimport com.google.ortools.constraintsolver.Assignment;\n-import com.google.ortools.constraintsolver.AssignmentIntContainer;\n+import com.google.ortoo...
C++
Apache License 2.0
google/or-tools
java: Add all AssignmentContainer template intantiation
261,218
18.12.2018 14:40:36
-3,600
2898165bce84204d1a061bd3e95b2930017bf561
Java: rename AssignmentContainer::MutableElement to mutableElement
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/java/constraint_solver.i", "new_path": "ortools/constraint_solver/java/constraint_solver.i", "diff": "@@ -225,7 +225,7 @@ class SolverToVoid {\n%rename (empty) operations_research::AssignmentContainer::Empty;\n%rename (copy) operation...
C++
Apache License 2.0
google/or-tools
Java: rename AssignmentContainer::MutableElement to mutableElement
261,230
18.12.2018 15:45:34
-3,600
1d04b1738dc804fcb7540be152867956d5f32188
move routing code around; cleanup examples
[ { "change_type": "MODIFY", "old_path": "examples/cpp/cvrptw_with_breaks.cc", "new_path": "examples/cpp/cvrptw_with_breaks.cc", "diff": "@@ -158,9 +158,12 @@ int main(int argc, char** argv) {\n// First, fill service time vector.\nstd::vector<int64> service_times(routing.Size());\nfor (int node = 0; n...
C++
Apache License 2.0
google/or-tools
move routing code around; cleanup examples
261,230
18.12.2018 16:02:01
-3,600
29823da0034684c6e023114d913c10fab89fa4e6
add missing java vector swig pragmas
[ { "change_type": "MODIFY", "old_path": "ortools/util/java/vector.i", "new_path": "ortools/util/java/vector.i", "diff": "@@ -98,75 +98,40 @@ typedef uint64_t uint64;\n%typemap(javaout) std::vector<CType> {\nreturn $jnicall;\n}\n-\n%enddef // VECTOR_AS_JAVA_ARRAY\nVECTOR_AS_JAVA_ARRAY(int, int, Int);\...
C++
Apache License 2.0
google/or-tools
add missing java vector swig pragmas
261,230
18.12.2018 16:10:22
-3,600
82dc07c20024b9a8e7b3777a4325e6cdfa21a41a
speedup SpeakerSchedulingSat.cs by using parallelism
[ { "change_type": "MODIFY", "old_path": "examples/dotnet/SpeakerSchedulingSat.cs", "new_path": "examples/dotnet/SpeakerSchedulingSat.cs", "diff": "@@ -145,6 +145,7 @@ class SpeakerScheduling\n// Creates the solver and solve.\nCpSolver solver = new CpSolver();\n+ solver.StringParameters = \"num_search...
C++
Apache License 2.0
google/or-tools
speedup SpeakerSchedulingSat.cs by using parallelism
261,218
19.12.2018 14:35:11
-3,600
cab12b8b01202e936c97930ee6cd0d25c082c103
Fix python package on distro using lib64
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.python.mk", "new_path": "makefiles/Makefile.python.mk", "diff": "@@ -1008,10 +1008,10 @@ ifeq ($(UNIX_GLOG_DIR),$(OR_TOOLS_TOP)/dependencies/install)\n$(COPYREC) dependencies$Sinstall$Slib$Slibglog* $(PYPI_ARCHIVE_TEMP_DIR)$Sortools$Sortools...
C++
Apache License 2.0
google/or-tools
Fix python package on distro using lib64
261,230
19.12.2018 16:05:16
-3,600
4342c010f6d15c1d0878e49b5f85756e19e1ff6b
improve info sharing between bounds, reorganize code, fix bug in presolve found by lns
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.gen.mk", "new_path": "makefiles/Makefile.gen.mk", "diff": "@@ -1964,8 +1964,25 @@ objs/sat/symmetry.$O: ortools/sat/symmetry.cc ortools/sat/symmetry.h \\\nobjs/sat/synchronization.$O: ortools/sat/synchronization.cc \\\nortools/sat/synchroniz...
C++
Apache License 2.0
google/or-tools
improve info sharing between bounds, reorganize code, fix bug in presolve found by lns
261,218
19.12.2018 17:37:03
-3,600
76dd97b5272d7e90fd95dc774ac3e2152749683d
Backport nurses_sat.py from g3
[ { "change_type": "MODIFY", "old_path": "ortools/sat/samples/nurses_sat.py", "new_path": "ortools/sat/samples/nurses_sat.py", "diff": "@@ -17,6 +17,7 @@ from __future__ import print_function\nimport math\n# [START import]\nfrom ortools.sat.python import cp_model\n+\n# [END import]\n@@ -26,31 +27,33 @...
C++
Apache License 2.0
google/or-tools
Backport nurses_sat.py from g3
261,218
19.12.2018 16:44:36
-3,600
5f93db75a9a501f1560fd12ddd82357e05ef2672
Update auditwheel to support manylinux2010 policy
[ { "change_type": "MODIFY", "old_path": "tools/docker/manylinux1.Dockerfile", "new_path": "tools/docker/manylinux1.Dockerfile", "diff": "@@ -51,6 +51,9 @@ RUN curl --location-trusted \\\n&& cd .. \\\n&& rm -rf swig-3.0.12\n+# Update auditwheel to support manylinux2010\n+RUN /opt/_internal/cpython-3.6...
C++
Apache License 2.0
google/or-tools
Update auditwheel to support manylinux2010 policy
261,218
19.12.2018 16:45:06
-3,600
6802912233413ababc874b2a497030e5b0d72811
Try to use auditwheel repair --plat manylinux2010
[ { "change_type": "MODIFY", "old_path": "tools/docker/build-manylinux1.sh", "new_path": "tools/docker/build-manylinux1.sh", "diff": "@@ -66,7 +66,7 @@ function export_manylinux_wheel {\ncd temp_python*/ortools\npython setup.py bdist_wheel\ncd dist\n- auditwheel repair ./*.whl -w \"$export_root\"\n+ a...
C++
Apache License 2.0
google/or-tools
Try to use auditwheel repair --plat manylinux2010
261,218
20.12.2018 11:43:27
-3,600
5afa57afda400dee0bb0d6cc251d0ed828793a79
docker: Mount export in bash_<distro> container
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "@@ -83,7 +83,7 @@ manylinux1-pypi: export/python/docker.tar\n\"/root/build/build-manylinux1.sh /root/src /root/build /export\"\nbash_python: export/python/docker.tar\n- $(DOCKER_RUN_CMD) or-...
C++
Apache License 2.0
google/or-tools
docker: Mount export in bash_<distro> container
261,218
20.12.2018 11:43:53
-3,600
586a880fda89a982233fb84c7ce18733d86e80c7
Docker: disable python3.4 python package
[ { "change_type": "MODIFY", "old_path": "tools/docker/manylinux1.Dockerfile", "new_path": "tools/docker/manylinux1.Dockerfile", "diff": "@@ -77,7 +77,8 @@ RUN make cc\nENV EXPORT_ROOT /export\n# The build of Python 2.6.x bindings is known to be broken.\n-ENV SKIP_PLATFORMS \"cp26-cp26m cp26-cp26mu\"\...
C++
Apache License 2.0
google/or-tools
Docker: disable python3.4 python package
261,218
20.12.2018 11:44:22
-3,600
6d9473b540b4c458c567a1ca911a691816b02fdb
fix building manylinux2010 package
[ { "change_type": "MODIFY", "old_path": "tools/docker/build-manylinux1.sh", "new_path": "tools/docker/build-manylinux1.sh", "diff": "@@ -60,13 +60,11 @@ function export_manylinux_wheel {\n# We need to clean first to avoid to use previous python swig object file\nmake clean_python\nmake python\n- make...
C++
Apache License 2.0
google/or-tools
fix building manylinux2010 package
261,218
20.12.2018 13:10:24
-3,600
084c1b0d78d25bbecf1a5bbd455ae6d47dd56366
Docker: remove deprecated target
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "@@ -403,28 +403,6 @@ distclean: clean\n-docker image rm $$(docker image ls --all -q)\nrm -rf export\n-#################\n-## DEPRECATED ##\n-#################\n-.PHONY: images\n-images: \\\n...
C++
Apache License 2.0
google/or-tools
Docker: remove deprecated target
261,218
20.12.2018 13:10:57
-3,600
f9eca864d6c946da4b498051e3b7e4ee3978f522
Docker: remove unneeded python package
[ { "change_type": "MODIFY", "old_path": "tools/docker/centos-7.Dockerfile", "new_path": "tools/docker/centos-7.Dockerfile", "diff": "@@ -8,7 +8,6 @@ RUN yum -y update \\\n&& yum -y install \\\nwget git pkg-config make autoconf libtool zlib-devel gawk gcc-c++ curl subversion \\\nredhat-lsb-core pcre-d...
C++
Apache License 2.0
google/or-tools
Docker: remove unneeded python package
261,230
20.12.2018 15:18:09
-3,600
f7fc84791a87a7c3bda3682b21ebb600835c90ec
reorganize bound sharing code
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_solver.cc", "new_path": "ortools/sat/cp_model_solver.cc", "diff": "#include <utility>\n#include <vector>\n+#include \"absl/memory/memory.h\"\n+\n#if !defined(__PORTABLE_PLATFORM__)\n#include \"absl/synchronization/notification.h\"\n#includ...
C++
Apache License 2.0
google/or-tools
reorganize bound sharing code
261,218
20.12.2018 15:28:45
-3,600
5d791894c8c94da521d505ecbeb535ac2dfdad12
Rename manylinux2010 to manylinux1 pip doesn't recognize manylinux2010 yet Supported distro, should work even with manylinux2010 package...
[ { "change_type": "MODIFY", "old_path": "tools/docker/build-manylinux1.sh", "new_path": "tools/docker/build-manylinux1.sh", "diff": "@@ -182,7 +182,18 @@ do\n###\n### Wheel test\n###\n- WHEEL_FILE=$(echo \"${EXPORT_ROOT}\"/*-\"${PYTAG}\"-*.whl)\n+\n+ # Hack wheel file to rename it manylinux1 since ma...
C++
Apache License 2.0
google/or-tools
Rename manylinux2010 to manylinux1 - pip doesn't recognize manylinux2010 yet - Supported distro, should work even with manylinux2010 package...
261,230
20.12.2018 16:01:06
-3,600
a7cd954e558f212dd152f39443224bef3fbc4cfa
fix bound sharing
[ { "change_type": "MODIFY", "old_path": "ortools/sat/integer_search.cc", "new_path": "ortools/sat/integer_search.cc", "diff": "@@ -415,11 +415,14 @@ SatSolver::Status SolveProblemWithPortfolioSearch(\npolicy_index = (policy_index + 1) % num_policies;\n}\n- LevelZeroCallbackHelper* level_zero_callback...
C++
Apache License 2.0
google/or-tools
fix bound sharing