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 | 05.09.2018 22:33:31 | -7,200 | 0f16f22fb7cd75e6f99b908784cd12d2b7e6927c | first try at a reference manual | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "ortools/sat/doc/reference.md",
"diff": "+<h1 id=\"ortools.sat.python.cp_model\">ortools.sat.python.cp_model</h1>\n+\n+Propose a natural language on top of cp_model_pb2 python proto.\n+\n+This file implements a easy-to-use API on top of the cp_mo... | C++ | Apache License 2.0 | google/or-tools | first try at a reference manual |
261,218 | 04.09.2018 17:12:03 | -7,200 | 8608266f18670e0c41b8e42600a2b805b1dbca49 | Makefile: fix flatzinc rule on windows | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -486,8 +486,8 @@ test_fz_examples: fz\n$(MAKE) rfz_golomb\n$(MAKE) rfz_alpha\n-rfz_%: fz $(EX_DIR)$Sflatzinc$S%.fzn\n- $(BIN_DIR)$Sfz$E $(EX_DIR)$Sflatzinc$S$*.fzn\n+rfz_%: fz $(E... | C++ | Apache License 2.0 | google/or-tools | Makefile: fix flatzinc rule on windows |
261,218 | 06.09.2018 11:30:11 | -7,200 | cd3f8748d10bb28b50c882eaf968ff89ddc301e2 | cc: Fix clean_cc
Add samples binaries to `clean_cc` target | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -264,10 +264,29 @@ issue57 \\\nmin_max_test \\\nvisitor_test\n+CC_SAMPLES = \\\n+binpacking_problem \\\n+bool_or_sample \\\n+channeling_sample \\\n+code_sample \\\n+interval_sampl... | C++ | Apache License 2.0 | google/or-tools | cc: Fix clean_cc
- Add samples binaries to `clean_cc` target |
261,218 | 04.09.2018 15:50:22 | -7,200 | 60aca4edc4d0b67d64f74e60c754dc87ad3dd964 | Makefile: fixup dependencies on phony target third_party_check
make cc twice do nothing as expected (and all targets which depends on it) | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "@@ -7,7 +7,7 @@ dependencies/archives/\ndependencies/install/\ndependencies/sources/\n-\n+dependencies/check.log\nor-tools*.tar.gz\nor-tools*.zip\n"
},
{
"change_type": "MODIFY",
"old_path": "makefile... | C++ | Apache License 2.0 | google/or-tools | Makefile: fixup dependencies on phony target third_party_check
- make cc twice do nothing as expected (and all targets which depends on it) |
261,218 | 04.09.2018 16:29:31 | -7,200 | dd2ff1e6d07e3f96628fab997e896d723a904c8f | Makefile: Rework SCIP check | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.third_party.unix.mk",
"new_path": "makefiles/Makefile.third_party.unix.mk",
"diff": "@@ -93,6 +93,12 @@ ifndef UNIX_GUROBI_DIR\nendif\nifndef UNIX_SCIP_DIR\n$(info SCIP: not found)\n+else\n+ ifeq ($(wildcard $(UNIX_SCIP_DIR)/include/scip/sci... | C++ | Apache License 2.0 | google/or-tools | Makefile: Rework SCIP check |
261,218 | 04.09.2018 17:12:24 | -7,200 | 72a0f3f8ee7cb9435dfa1df6f054d1a649732566 | Update to SCIP 6.0
Unix:
Use of make based install of scip
Windows:
Use of cmake based install/installer of scip
Need to copy scip.dll in BIN_DIR | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -173,6 +173,10 @@ $(OR_TOOLS_LIBS): \\\n$(CP_LIB_OBJS) \\\n$(DEPENDENCIES_LNK) \\\n$(LDFLAGS)\n+ifdef WINDOWS_SCIP_DIR\n+ $(COPY) $(WINDOWS_SCIP_DIR)$Sbin$Sscip.dll $(BIN_DIR)\n+e... | C++ | Apache License 2.0 | google/or-tools | Update to SCIP 6.0
Unix:
- Use of make based install of scip
Windows:
- Use of cmake based install/installer of scip
- Need to copy scip.dll in BIN_DIR |
261,230 | 06.09.2018 13:13:39 | -7,200 | 88f3724e27649188ca6be3bb771d09162679eeea | update sat python doc | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/doc/reference.md",
"new_path": "ortools/sat/doc/reference.md",
"diff": "@@ -5,36 +5,6 @@ Propose a natural language on top of cp_model_pb2 python proto.\nThis file implements a easy-to-use API on top of the cp_model_pb2 protobuf\ndefined in ../ .\n... | C++ | Apache License 2.0 | google/or-tools | update sat python doc |
261,230 | 06.09.2018 15:15:10 | -7,200 | d8a3013c5bd6efbfbf3555ec37dd4424a07e836a | more work on sat doc, change threshold to choose the LB branching in the sat solver | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/integer_search.cc",
"new_path": "ortools/sat/integer_search.cc",
"diff": "@@ -176,7 +176,7 @@ std::function<LiteralIndex()> ExploitIntegerLpSolution(\n}\nconst int num_integer_variables =\nmodel->GetOrCreate<IntegerTrail>()->NumIntegerVariables().v... | C++ | Apache License 2.0 | google/or-tools | more work on sat doc, change threshold to choose the LB branching in the sat solver |
261,218 | 06.09.2018 14:26:00 | -7,200 | c1962fada8b06574f1bdc2e4fa7cc8f8e3a21cc4 | python: Fix cvrptw_lib NodeIndex in display function | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/cvrptw_lib.cc",
"new_path": "examples/cpp/cvrptw_lib.cc",
"diff": "@@ -164,9 +164,9 @@ void DisplayPlan(\nfor (int order = 1; order < routing.nodes(); ++order) {\nif (plan.Value(routing.NextVar(order)) == order) {\nif (dropped.empty()) {\n- String... | C++ | Apache License 2.0 | google/or-tools | python: Fix cvrptw_lib NodeIndex in display function |
261,218 | 06.09.2018 15:15:26 | -7,200 | 68a6cc9c722741ac7de3d6c6933ee4a271a70b4a | Travis-CI mitigate dotnet job timeout on OSX | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -77,6 +77,13 @@ matrix:\nlanguage: cpp\ncompiler: clang\nenv: BUILDER=cmake DISTRO=native\n+# Jobs too long\n+ allow_failures:\n+ - os: osx\n+ osx_image: xode9.4\n+ language: cpp\n+ compiler: clang\n+ env: B... | C++ | Apache License 2.0 | google/or-tools | Travis-CI mitigate dotnet job timeout on OSX |
261,230 | 06.09.2018 15:30:27 | -7,200 | f435b175916213011385595264e223d5a7d90fe6 | implement a TODO in sat precedence propagations and explanations | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/precedences.cc",
"new_path": "ortools/sat/precedences.cc",
"diff": "@@ -530,98 +530,58 @@ bool PrecedencesPropagator::DisassembleSubtree(\nreturn false;\n}\n-// Note(user): because of our \"special\" graph, we can't just follow the\n-// bf_parent_a... | C++ | Apache License 2.0 | google/or-tools | implement a TODO in sat precedence propagations and explanations |
261,230 | 06.09.2018 16:48:13 | -7,200 | fcc6a58cf038d0a1ca60d07116c635ee5893d922 | improve doc of sat/python | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/doc/reference.md",
"new_path": "ortools/sat/doc/reference.md",
"diff": "@@ -22,22 +22,21 @@ Returns a short name of an integer variable, or its negation.\n```python\nLinearExpression(self, /, *args, **kwargs)\n```\n-Holds an integer expression.\n+H... | C++ | Apache License 2.0 | google/or-tools | improve doc of sat/python |
261,218 | 06.09.2018 17:26:36 | -7,200 | 3713802c8589b660ead82b3dcc107f772760f5a6 | Fixup cvrptw_lib::DisplayPlan | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/cvrptw_lib.cc",
"new_path": "examples/cpp/cvrptw_lib.cc",
"diff": "@@ -161,7 +161,8 @@ void DisplayPlan(\n// Display dropped orders.\nstd::string dropped;\n- for (int order = 1; order < routing.nodes(); ++order) {\n+ for (int64 order = 0; order < ... | C++ | Apache License 2.0 | google/or-tools | Fixup cvrptw_lib::DisplayPlan |
261,230 | 06.09.2018 21:25:00 | -7,200 | 1d7e5a92d9cc4fcc1a20981169e3a4bc858ead87 | favor python3 over python2 when detecting | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.port.mk",
"new_path": "makefiles/Makefile.port.mk",
"diff": "@@ -17,7 +17,11 @@ ifeq ($(SYSTEM),unix)\nOR_TOOLS_TOP ?= $(shell pwd)\nOS = $(shell uname -s)\nifeq ($(UNIX_PYTHON_VER),)\n+ ifeq ($(shell which python3),)\nDETECTED_PYTHON_VERSIO... | C++ | Apache License 2.0 | google/or-tools | favor python3 over python2 when detecting #844 |
261,218 | 07.09.2018 08:22:40 | -7,200 | 2369b29ac21cc35f53fcfab210f6b983412479fe | Fix test_dotnet on windows | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -520,7 +520,10 @@ test_dotnet_examples: $(DOTNET_ORTOOLS_NUPKG)\n$(MAKE) rdotnet_volsay3\n$(MAKE) rdotnet_wedding_optimal_chart\n$(MAKE) rdotnet_who_killed_agatha\n+ifneq ($... | C++ | Apache License 2.0 | google/or-tools | Fix test_dotnet on windows |
261,230 | 07.09.2018 11:45:24 | -7,200 | 26fe10d00aa32129bf69758110d7a3511c696a8b | wrap InterruptSolve in Java/CSharp | [
{
"change_type": "MODIFY",
"old_path": "ortools/linear_solver/csharp/linear_solver.i",
"new_path": "ortools/linear_solver/csharp/linear_solver.i",
"diff": "@@ -112,6 +112,7 @@ class MPSolutionResponse;\n%rename (SetTimeLimit) operations_research::MPSolver::set_time_limit;\n// Expose some of the more... | C++ | Apache License 2.0 | google/or-tools | wrap InterruptSolve in Java/CSharp #423 |
261,218 | 07.09.2018 11:30:53 | -7,200 | b6a7cb824f2cab470724f81e7ebab82eaf58865a | Fix `archive_cc` prerequisite
Now `cc` don't generate example lib helpers aka $(CVRPTW_LIBS) $(DIMACS_LIBS) $(FAP_LIBS) | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.archive.mk",
"new_path": "makefiles/Makefile.archive.mk",
"diff": "@@ -52,7 +52,7 @@ endif\n# -$(DELREC) $(TEMP_ARCHIVE_DIR)\n.PHONY: archive_cc # Add C++ OR-Tools to archive.\n-archive_cc: cc | $(TEMP_ARCHIVE_DIR)\n+archive_cc: cc $(CVRPTW_... | C++ | Apache License 2.0 | google/or-tools | Fix `archive_cc` prerequisite
- Now `cc` don't generate example lib helpers aka $(CVRPTW_LIBS) $(DIMACS_LIBS) $(FAP_LIBS) |
261,230 | 07.09.2018 11:54:19 | -7,200 | 7432ea51029ba6075f379b2777d441b331a67e6b | expose SolutionCollector director in C# | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/csharp/constraint_solver.i",
"new_path": "ortools/constraint_solver/csharp/constraint_solver.i",
"diff": "@@ -46,6 +46,7 @@ class SearchLimitParameters;\n%feature(\"director\") SearchLimit;\n%feature(\"director\") SearchMonitor;\n%fea... | C++ | Apache License 2.0 | google/or-tools | expose SolutionCollector director in C# #234 |
261,218 | 06.09.2018 17:46:16 | -7,200 | 0b30b2e932a00216537a912e20b4d8a292249bab | dotnet: improve test time
Do not rebuild when calling `dotnet run` since it follows `dotnet build` | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -554,21 +554,21 @@ rdotnet_%: \\\n$(DOTNET_EX_DIR)/%.csproj \\\n$(DOTNET_ORTOOLS_NUPKG)\n\"$(DOTNET_BIN)\" build $(DOTNET_EX_PATH)$S$*.csproj\n- \"$(DOTNET_BIN)\" run --proj... | C++ | Apache License 2.0 | google/or-tools | dotnet: improve test time
- Do not rebuild when calling `dotnet run` since it follows `dotnet build` |
261,218 | 07.09.2018 09:05:27 | -7,200 | 3d58f2113ca0a06dff3eee5dc0e9cf6fd6b73edc | dotnet cleanup | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -273,7 +273,7 @@ $(OBJ_DIR)/swig/sat_csharp_wrap.$O: \\\n-c $(GEN_PATH)$Sortools$Ssat$Ssat_csharp_wrap.cc \\\n$(OBJ_OUT)$(OBJ_DIR)$Sswig$Ssat_csharp_wrap.$O\n-$(DOTNET_ORTOO... | C++ | Apache License 2.0 | google/or-tools | dotnet cleanup |
261,218 | 07.09.2018 17:22:19 | -7,200 | 2b1d70acdec194650834a36c9b624a678eb57247 | generate dotnet examples proj update | [
{
"change_type": "MODIFY",
"old_path": "tools/generate_dotnet_proj.sh",
"new_path": "tools/generate_dotnet_proj.sh",
"diff": "@@ -14,11 +14,11 @@ fi\n###############\n## Cleanup ##\n###############\n-rm -rf examples/dotnet/bin examples/dotnet/obj\n-echo \"Remove prevous .*proj .sln files...\"\n-rm -... | C++ | Apache License 2.0 | google/or-tools | generate dotnet examples proj update |
261,230 | 08.09.2018 17:56:07 | -7,200 | 9eeda9e498594b743a2199c22607c50d41218ed2 | fix a few pylint problems | [
{
"change_type": "MODIFY",
"old_path": "examples/python/jobshop_ft06_sat.py",
"new_path": "examples/python/jobshop_ft06_sat.py",
"diff": "# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations u... | C++ | Apache License 2.0 | google/or-tools | fix a few pylint problems |
261,230 | 09.09.2018 15:20:46 | -7,200 | b594a0ee5deaad6177743d455366c93ec035145c | task allocation problem from a blog | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/python/task_allocation_sat.py",
"diff": "+# Copyright 2010-2017 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 ... | C++ | Apache License 2.0 | google/or-tools | task allocation problem from a blog |
261,230 | 09.09.2018 15:22:56 | -7,200 | 28c2d91345223a0013aef9c22d907805acb13962 | Update task_allocation_sat.py | [
{
"change_type": "MODIFY",
"old_path": "examples/python/task_allocation_sat.py",
"new_path": "examples/python/task_allocation_sat.py",
"diff": "@@ -97,7 +97,6 @@ def main():\nN = 3\n# Model\n-\nmodel = cp_model.CpModel()\nx = {}\nfor i in I:\n@@ -124,10 +123,11 @@ def main():\nmodel.Minimize(count)\... | C++ | Apache License 2.0 | google/or-tools | Update task_allocation_sat.py |
261,230 | 09.09.2018 18:08:31 | -7,200 | 7165366a1fe3409aa652c1de45cd55e028e034e7 | polish task allocation problem | [
{
"change_type": "MODIFY",
"old_path": "examples/python/task_allocation_sat.py",
"new_path": "examples/python/task_allocation_sat.py",
"diff": "# See the License for the specific language governing permissions and\n# limitations under the License.\n-# CP-SAT model from http://yetanothermathprogrammi... | C++ | Apache License 2.0 | google/or-tools | polish task allocation problem |
261,218 | 07.09.2018 17:57:52 | -7,200 | 7d7d8cdefda24c6da599392792be375bfe92efd3 | Bump to Protobuf 3.6.1 (Fix | [
{
"change_type": "MODIFY",
"old_path": "cmake/external/protobuf.CMakeLists.txt",
"new_path": "cmake/external/protobuf.CMakeLists.txt",
"diff": "@@ -9,11 +9,11 @@ project(protobuf-download NONE)\ninclude(ExternalProject)\nExternalProject_Add(protobuf_project\nGIT_REPOSITORY https://github.com/google/... | C++ | Apache License 2.0 | google/or-tools | Bump to Protobuf 3.6.1 (Fix #838) |
261,218 | 10.09.2018 10:48:13 | -7,200 | be123bf6b49296581608d1ac346d8c76a98fe88f | Remove now empty Makefile.test.mk | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -65,14 +65,9 @@ include $(OR_ROOT)makefiles/Makefile.cpp.mk\ninclude $(OR_ROOT)makefiles/Makefile.python.mk\ninclude $(OR_ROOT)makefiles/Makefile.java.mk\ninclude $(OR_ROOT)makefiles/Makefile.dotnet.mk\n-# include... | C++ | Apache License 2.0 | google/or-tools | Remove now empty Makefile.test.mk |
261,218 | 10.09.2018 11:07:10 | -7,200 | 8318422611fed57abebe2d2f9db9b53278fb5a8f | Remove deprecated Makefile.install.mk | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -66,7 +66,6 @@ include $(OR_ROOT)makefiles/Makefile.python.mk\ninclude $(OR_ROOT)makefiles/Makefile.java.mk\ninclude $(OR_ROOT)makefiles/Makefile.dotnet.mk\ninclude $(OR_ROOT)makefiles/Makefile.archive.mk\n-includ... | C++ | Apache License 2.0 | google/or-tools | Remove deprecated Makefile.install.mk |
261,218 | 10.09.2018 11:07:48 | -7,200 | 5f549eed6aa2717f88ff7d9eebac52c15e2f2878 | Update detect_archive
Gets more debug info (Maintainability) | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.archive.mk",
"new_path": "makefiles/Makefile.archive.mk",
"diff": "@@ -193,8 +193,12 @@ endif\n.PHONY: detect_archive # Show variables used to build archive OR-Tools.\ndetect_archive:\n@echo Relevant info for the archive build:\n+ @echo TEMP... | C++ | Apache License 2.0 | google/or-tools | Update detect_archive
- Gets more debug info (Maintainability) |
261,218 | 10.09.2018 11:08:09 | -7,200 | e50cf8a121e3da1e3e038f4673b0138f659ecb76 | Archive: update archive_dotnet | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.archive.mk",
"new_path": "makefiles/Makefile.archive.mk",
"diff": "@@ -76,26 +76,14 @@ endif\n.PHONY: archive_dotnet # Add .Net OR-Tools to archive.\narchive_dotnet: dotnet | $(TEMP_ARCHIVE_DIR)\n- $(MKDIR_P) $(TEMP_ARCHIVE_DIR)$S$(INSTALL_D... | C++ | Apache License 2.0 | google/or-tools | Archive: update archive_dotnet |
261,218 | 10.09.2018 13:23:29 | -7,200 | 67730bb415595f42e88be88fe6739304d1902d89 | Rework Makefile shipped with the archive
add rjava_% rdotnet_% and rcc_% commands | [
{
"change_type": "MODIFY",
"old_path": "tools/Makefile.cc.java.dotnet",
"new_path": "tools/Makefile.cc.java.dotnet",
"diff": "@@ -228,6 +228,7 @@ $(BIN_DIR)/strawberry_fields_with_column_generation$E \\\n$(BIN_DIR)/tsp$E \\\n$(BIN_DIR)/weighted_tardiness_sat$E\n+.PHONY: cc test_cc ccc rcc\nifndef CX... | C++ | Apache License 2.0 | google/or-tools | Rework Makefile shipped with the archive
- add rjava_% rdotnet_% and rcc_% commands |
261,218 | 10.09.2018 14:26:25 | -7,200 | b10b2e92a44ab37f31cea2d9d50af5f9c039f406 | Maintenance: update Makefile.java.mk
Add quotes guards to protect from space in path | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.java.mk",
"new_path": "makefiles/Makefile.java.mk",
"diff": "@@ -339,45 +339,43 @@ test_java_samples: $(JAVA_OR_TOOLS_LIBS)\n$(CLASS_DIR)/%: $(JAVA_EX_DIR)/%.java $(JAVA_OR_TOOLS_LIBS) | $(CLASS_DIR)\n-$(DELREC) $(CLASS_DIR)$S$*\n-$(MKDIR_P)... | C++ | Apache License 2.0 | google/or-tools | Maintenance: update Makefile.java.mk
- Add quotes guards to protect from space in path |
261,218 | 11.09.2018 11:09:45 | -7,200 | 76dd91d2117e7b7e22f38003b82aeeb0fff3a2b6 | dotnet: bump dependency protobuf 3.5.1 -> 3.6.1 | [
{
"change_type": "MODIFY",
"old_path": "ortools/dotnet/runtime.linux-x64.Google.OrTools/runtime.linux-x64.Google.OrTools.csproj.in",
"new_path": "ortools/dotnet/runtime.linux-x64.Google.OrTools/runtime.linux-x64.Google.OrTools.csproj.in",
"diff": "</ItemGroup>\n<ItemGroup>\n- <PackageReference Inclu... | C++ | Apache License 2.0 | google/or-tools | dotnet: bump dependency protobuf 3.5.1 -> 3.6.1 |
261,218 | 11.09.2018 15:05:03 | -7,200 | f7fde3bd255245293c6911f661ea88da1670831d | dotnet: Move CreateSigningKey to ortools/dotnet (Fix | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -273,8 +273,8 @@ $(OBJ_DIR)/swig/sat_csharp_wrap.$O: \\\n-c $(GEN_PATH)$Sortools$Ssat$Ssat_csharp_wrap.cc \\\n$(OBJ_OUT)$(OBJ_DIR)$Sswig$Ssat_csharp_wrap.$O\n-$(DOTNET_ORTOO... | C++ | Apache License 2.0 | google/or-tools | dotnet: Move CreateSigningKey to ortools/dotnet (Fix #824) |
261,218 | 11.09.2018 15:10:45 | -7,200 | b11276d669857d3139a4c919281cd68b60f59cca | Use protobuf 3.6.1 with MSVC Dynamic linkage on windows | [
{
"change_type": "MODIFY",
"old_path": "patches/protobuf-3.6.1.patch",
"new_path": "patches/protobuf-3.6.1.patch",
"diff": "diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt\n-index 02174e96..ea5347cf 100644\n+index 02174e96..b82e50f0 100644\n--- a/cmake/CMakeLists.txt\n+++ b/cmake/CMakeLists... | C++ | Apache License 2.0 | google/or-tools | Use protobuf 3.6.1 with MSVC Dynamic linkage on windows |
261,230 | 12.09.2018 16:58:19 | -7,200 | c4c6cb614159fb829f7608e82f2c0602b812b397 | remove all optional integer variables from sat code; allow multiple enforcement literals for a few constraints | [
{
"change_type": "MODIFY",
"old_path": "ortools/com/google/ortools/sat/Constraint.java",
"new_path": "ortools/com/google/ortools/sat/Constraint.java",
"diff": "@@ -33,6 +33,13 @@ public class Constraint {\nconstraintBuilder.addEnforcementLiteral(lit.getIndex());\n}\n+ /** Adds a list of literals to ... | C++ | Apache License 2.0 | google/or-tools | remove all optional integer variables from sat code; allow multiple enforcement literals for a few constraints |
261,230 | 12.09.2018 17:53:34 | -7,200 | 844157933995a81278df3455ee4c31950029edb5 | fix jobshop_sat.cc | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/jobshop_sat.cc",
"new_path": "examples/cpp/jobshop_sat.cc",
"diff": "@@ -55,14 +55,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 | fix jobshop_sat.cc |
261,230 | 12.09.2018 18:25:43 | -7,200 | 34f8cf3f6a2311a7499559b863e107eac674fc7e | use multiple enforcement literals in rcpsp | [
{
"change_type": "MODIFY",
"old_path": "examples/python/rcpsp_sat.py",
"new_path": "examples/python/rcpsp_sat.py",
"diff": "@@ -206,12 +206,7 @@ def SolveRcpsp(problem, proto_file, params):\ndelay = delay_matrix.recipe_delays[m1].min_delays[m2]\ns2 = starts_per_task[next_id][m2]\np2 = presences_per_... | C++ | Apache License 2.0 | google/or-tools | use multiple enforcement literals in rcpsp |
261,230 | 12.09.2018 18:32:05 | -7,200 | b676ac3c700fb975cc412dceddba30e91f63f921 | fix jobshop_sat | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/jobshop_sat.cc",
"new_path": "examples/cpp/jobshop_sat.cc",
"diff": "@@ -55,13 +55,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 | fix jobshop_sat |
261,230 | 13.09.2018 15:40:52 | -7,200 | 17eb5c7c54172a0908e288e08a00de68563b2135 | enable Control C in SAT/python | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/swig_helper.h",
"new_path": "ortools/sat/swig_helper.h",
"diff": "#include \"ortools/sat/cp_model_solver.h\"\n#include \"ortools/sat/model.h\"\n#include \"ortools/sat/sat_parameters.pb.h\"\n+#include \"ortools/util/sigint.h\"\n#include \"ortools/ut... | C++ | Apache License 2.0 | google/or-tools | enable Control C in SAT/python |
261,230 | 13.09.2018 16:26:03 | -7,200 | 01815e2d6d26e80a2630f4511075768b22fc6dab | fix bug in the sat scheduling code found by the rcpsp | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.gen.mk",
"new_path": "makefiles/Makefile.gen.mk",
"diff": "@@ -1561,6 +1561,7 @@ $(OBJ_DIR)/graph/max_flow.$O: \\\n$(SRC_DIR)/ortools/base/integral_types.h \\\n$(SRC_DIR)/ortools/base/logging.h \\\n$(SRC_DIR)/ortools/base/macros.h \\\n+ $(SR... | C++ | Apache License 2.0 | google/or-tools | fix bug in the sat scheduling code found by the rcpsp |
261,218 | 14.09.2018 15:13:16 | -7,200 | 1937b3cf24f1a91f9fa14b04e5b094caf879be4d | Remove rcpsp_sat.cpp from archive Makefile | [
{
"change_type": "MODIFY",
"old_path": "tools/Makefile.cc.java.dotnet",
"new_path": "tools/Makefile.cc.java.dotnet",
"diff": "@@ -221,8 +221,8 @@ $(BIN_DIR)/multidim_knapsack$E \\\n$(BIN_DIR)/network_routing$E \\\n$(BIN_DIR)/nqueens$E \\\n$(BIN_DIR)/pdptw$E \\\n-$(BIN_DIR)/rcpsp_sat$E \\\n$(BIN_DIR)... | C++ | Apache License 2.0 | google/or-tools | Remove rcpsp_sat.cpp from archive Makefile |
261,218 | 14.09.2018 16:40:24 | -7,200 | 158938685a11f5178a3131d3cbb5ab3436b495fa | archive: Fix `make dotnet` | [
{
"change_type": "MODIFY",
"old_path": "tools/Makefile.cc.java.dotnet",
"new_path": "tools/Makefile.cc.java.dotnet",
"diff": "@@ -449,17 +449,148 @@ endif\n##############\n## DOTNET ##\n##############\n-DLL = \\\n-$(BIN_DIR)/a_puzzle$D \\\n-$(BIN_DIR)/Program$D\n-\n.PHONY: dotnet test_dotnet cdotnet... | C++ | Apache License 2.0 | google/or-tools | archive: Fix `make dotnet` |
261,218 | 14.09.2018 17:37:40 | -7,200 | d96123c4be1820feb58ebb59e061b5e19527056e | archive: fix typo in rdotnet_% rule | [
{
"change_type": "MODIFY",
"old_path": "tools/Makefile.cc.java.dotnet",
"new_path": "tools/Makefile.cc.java.dotnet",
"diff": "@@ -633,7 +633,7 @@ rdotnet_%: \\\nrdotnet_%: \\\n$(DOTNET_EX_DIR)/%.fs \\\n- $(DOTNET_EX_DIR)/%.fsproj \\\n+ $(DOTNET_EX_DIR)/%.fsproj\n\"$(DOTNET_BIN)\" build $(DOTNET_EX_P... | C++ | Apache License 2.0 | google/or-tools | archive: fix typo in rdotnet_% rule |
261,218 | 14.09.2018 18:35:57 | -7,200 | 490360f4431225f497703de588246ccf0700edcc | archive: fix test_dotnet | [
{
"change_type": "MODIFY",
"old_path": "tools/Makefile.cc.java.dotnet",
"new_path": "tools/Makefile.cc.java.dotnet",
"diff": "@@ -592,9 +592,9 @@ dotnet:\n$(MAKE) rdotnet_fsvolsay\n# $(MAKE) rdotnet_word_square # depends on /usr/share/dict/words\n-test_dotnet: detect_dotnet $(BIN_DIR)/a_puzzle$D $(B... | C++ | Apache License 2.0 | google/or-tools | archive: fix test_dotnet |
261,218 | 17.09.2018 09:18:27 | -7,200 | 16cbba9944fcff8ee0baac28f3e5a79287c871aa | rlease: Add version to build.log | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_mac.sh",
"new_path": "tools/release/build_delivery_mac.sh",
"diff": "set -x\nset -e\n+# Print version\n+make print-OR_TOOLS_VERSION | tee build.log\n+\n# Check all prerequisite\n# cc\n-command -v clang | xargs echo \"clang: \" | te... | C++ | Apache License 2.0 | google/or-tools | rlease: Add version to build.log |
261,218 | 17.09.2018 10:44:54 | -7,200 | 76a1327ace3fa67a52907cb8f1cc49125d0b171a | archive: Fix test_archive
odnt't pass any flags when invoking make in `test_archive` target | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.archive.mk",
"new_path": "makefiles/Makefile.archive.mk",
"diff": "@@ -151,12 +151,12 @@ test_archive: $(INSTALL_DIR)$(ARCHIVE_EXT)\n$(MKDIR) $(TEMP_TEST_DIR)\nifeq ($(SYSTEM),win)\n$(UNZIP) $< -d $(TEMP_TEST_DIR)\n- cd $(TEMP_TEST_DIR)$S$(I... | C++ | Apache License 2.0 | google/or-tools | archive: Fix test_archive
- odnt't pass any flags when invoking make in `test_archive` target |
261,218 | 17.09.2018 11:06:57 | -7,200 | b3701b1b9f1034f5d955a300dd43570c56bd895e | makefile: Fix JA*_BIN path | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.java.mk",
"new_path": "makefiles/Makefile.java.mk",
"diff": "@@ -248,7 +248,7 @@ $(JAVA_OR_TOOLS_LIBS): \\\n$(GEN_DIR)/com/google/ortools/sat/SatParameters.java \\\n$(GEN_DIR)/com/google/ortools/sat/CpModel.java | \\\n$(CLASS_DIR)/com/google... | C++ | Apache License 2.0 | google/or-tools | makefile: Fix JA*_BIN path |
261,218 | 17.09.2018 14:05:54 | -7,200 | d2031c2d48f32589501c4bbdfa394b26ee2d4701 | Centos dotnet fix | [
{
"change_type": "MODIFY",
"old_path": "ortools/dotnet/runtime.linux-x64.Google.OrTools/runtime.linux-x64.Google.OrTools.csproj.in",
"new_path": "ortools/dotnet/runtime.linux-x64.Google.OrTools/runtime.linux-x64.Google.OrTools.csproj.in",
"diff": "</Compile>\n<!-- Native library must be in native di... | C++ | Apache License 2.0 | google/or-tools | Centos dotnet fix |
261,230 | 17.09.2018 16:02:47 | -7,200 | dcad684a68a57d1e1065adc23d02750de8b2f894 | more examples and tests for CP-SAT | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/python/stable_marriage_sat.py",
"diff": "+# Copyright 2018 Gergo Rozner\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... | C++ | Apache License 2.0 | google/or-tools | more examples and tests for CP-SAT |
261,218 | 17.09.2018 17:30:13 | -7,200 | eb5409ec8cab181f3d75abeba7aef7e513f117e1 | release: fix build_release_win cmd
nuget packages are generated during `make dotnet` | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_win.cmd",
"new_path": "tools/release/build_delivery_win.cmd",
"diff": "@@ -105,7 +105,3 @@ make.exe test_python WINDOWS_PATH_TO_PYTHON=c:\\python37-64 || exit 1\necho make test_python3.7: DONE | tee.exe -a build.log\nmake.exe pypi_... | C++ | Apache License 2.0 | google/or-tools | release: fix build_release_win cmd
nuget packages are generated during `make dotnet` |
261,218 | 18.09.2018 10:10:25 | -7,200 | 4bb95a81931be16b82102b3693d8e7579c16f7e2 | Rework *EX_DIR/*EX_PATH macro | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -43,6 +43,7 @@ cc: $(OR_TOOLS_LIBS)\ntest_cc: \\\nccexe \\\n+ test_cc_tests \\\ntest_cc_samples \\\ntest_cc_examples\ntest_fz: \\\n@@ -182,7 +183,7 @@ endif\nCVRPTW_LIBS = $(LIB_D... | C++ | Apache License 2.0 | google/or-tools | Rework *EX_DIR/*EX_PATH macro |
261,218 | 18.09.2018 10:19:47 | -7,200 | a4a035be5581091ae3332cd96df566a61d00fa3c | Python: Create target `test_python_tests` for UT | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.python.mk",
"new_path": "makefiles/Makefile.python.mk",
"diff": "@@ -51,6 +51,7 @@ python: \\\npyrcpsp\ntest_python: \\\n+ test_python_tests \\\ntest_python_samples \\\ntest_python_examples\n@@ -450,6 +451,21 @@ endif\n######################... | C++ | Apache License 2.0 | google/or-tools | Python: Create target `test_python_tests` for UT |
261,218 | 18.09.2018 10:30:36 | -7,200 | 96de4ec227ce4e62122002dc8986bfa6b902089b | Java: Create target `test_java_tests` for UT | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.java.mk",
"new_path": "makefiles/Makefile.java.mk",
"diff": "@@ -39,6 +39,7 @@ test_java: java\nelse\njava: $(JAVA_OR_TOOLS_LIBS)\ntest_java: \\\n+ test_java_tests \\\ntest_java_samples \\\ntest_java_examples\nBUILT_LANGUAGES +=, Java\n@@ -2... | C++ | Apache License 2.0 | google/or-tools | Java: Create target `test_java_tests` for UT |
261,218 | 18.09.2018 10:33:00 | -7,200 | ab300db1237ab8cffaef3c76b1b008e68c1a6297 | Fixup test_dotnet_tests typo | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -44,7 +44,7 @@ dotnet: \\\ntest_dotnet: \\\ntest_dotnet_csharp \\\ntest_dotnet_fsharp \\\n- test_donet_tests \\\n+ test_dotnet_tests \\\ntest_donet_samples \\\ntest_dotnet_e... | C++ | Apache License 2.0 | google/or-tools | Fixup test_dotnet_tests typo |
261,230 | 18.09.2018 11:58:25 | -7,200 | 0c07c828be426cbd415647dc3f3478cb9d6c6def | add rank management to scheduling_with_costs python CP-SAT example | [
{
"change_type": "MODIFY",
"old_path": "examples/python/scheduling_with_transitions_sat.py",
"new_path": "examples/python/scheduling_with_transitions_sat.py",
"diff": "@@ -69,9 +69,12 @@ def main():\nstarts_per_machines = collections.defaultdict(list)\nends_per_machines = collections.defaultdict(lis... | C++ | Apache License 2.0 | google/or-tools | add rank management to scheduling_with_costs python CP-SAT example |
261,230 | 18.09.2018 17:45:44 | -7,200 | 73f78941560e0ae896990b500d3ee53b4567cc47 | magic sequence in sat | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/python/magic_sequence_sat.py",
"diff": "+# Copyright 2018 Gergo Rozner\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 ... | C++ | Apache License 2.0 | google/or-tools | magic sequence in sat |
261,218 | 19.09.2018 08:26:14 | -7,200 | e10c3cc99c5a9e59b936b9f5ebe0b461db85cfa5 | Add magic_sequence_sat to test_python | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.python.mk",
"new_path": "makefiles/Makefile.python.mk",
"diff": "@@ -548,6 +548,7 @@ test_python_examples: python\n$(MAKE) rpy_lectures\n$(MAKE) rpy_linear_assignment_api\n$(MAKE) rpy_linear_programming\n+ $(MAKE) rpy_magic_sequence_sat\n$(M... | C++ | Apache License 2.0 | google/or-tools | Add magic_sequence_sat to test_python |
261,218 | 19.09.2018 08:44:03 | -7,200 | 5d220f0e98eb14240815197db722713f545b55dc | Update Archive README.md | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.archive.mk",
"new_path": "makefiles/Makefile.archive.mk",
"diff": "@@ -38,8 +38,9 @@ clean_archive:\n$(TEMP_ARCHIVE_DIR):\n$(MKDIR_P) $(TEMP_ARCHIVE_DIR)$S$(INSTALL_DIR)\n-$(INSTALL_DIR)$(ARCHIVE_EXT): archive_cc archive_java archive_dotnet\... | C++ | Apache License 2.0 | google/or-tools | Update Archive README.md |
261,218 | 19.09.2018 09:22:09 | -7,200 | ef8c3952c23649c7c66a5255506f05e12cf46991 | Fix docker `delivery` target | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/Makefile",
"new_path": "tools/docker/Makefile",
"diff": "@@ -139,14 +139,14 @@ bash_ubuntu-18.04: export/ubuntu-18.04/docker.tar\n$(DOCKER_RUN_CMD) or-tools_ubuntu-18.04:devel /bin/bash\n# Build Archives\n-.PHONY: archive \\\n+.PHONY: archives \\\... | C++ | Apache License 2.0 | google/or-tools | Fix docker `delivery` target |
261,230 | 19.09.2018 10:28:06 | -7,200 | bd5239fb146d9318c449bcff5e76bedd10169051 | add large data set to scheduling_with_transitions_sat.py | [
{
"change_type": "MODIFY",
"old_path": "examples/python/scheduling_with_transitions_sat.py",
"new_path": "examples/python/scheduling_with_transitions_sat.py",
"diff": "@@ -33,11 +33,56 @@ def main():\n\"\"\"Solves the scheduling with transitions problem.\"\"\"\n#-------------------------------------... | C++ | Apache License 2.0 | google/or-tools | add large data set to scheduling_with_transitions_sat.py |
261,230 | 19.09.2018 13:21:13 | -7,200 | df3fc2af44c6f63f5dcec122e88a5b2d62a74208 | change comment to docstring | [
{
"change_type": "MODIFY",
"old_path": "examples/python/balance_group_sat.py",
"new_path": "examples/python/balance_group_sat.py",
"diff": "# See the License for the specific language governing permissions and\n# limitations under the License.\n-# We are trying to group items in equal sized groups.\... | C++ | Apache License 2.0 | google/or-tools | change comment to docstring |
261,230 | 19.09.2018 13:24:09 | -7,200 | 32e9afd2dc0b7d1ee015a913194f6e498c7e4361 | single machine scheduling | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py",
"diff": "+# Copyright 2010-2017 Google\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with ... | C++ | Apache License 2.0 | google/or-tools | single machine scheduling |
261,230 | 19.09.2018 14:24:28 | -7,200 | 759bdb12c3dd031d14a41c577ac81a9bf59c8d58 | add latest examples to python tests | [
{
"change_type": "MODIFY",
"old_path": "examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py",
"new_path": "examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py",
"diff": "@@ -31,7 +31,7 @@ PARSER.add_argument(\nPARSER.add_argument('--params', defaul... | C++ | Apache License 2.0 | google/or-tools | add latest examples to python tests |
261,230 | 19.09.2018 14:58:50 | -7,200 | 19dca72711f6e2f10090f4dd63293bdd112ca68c | dominance relation on single machine scheduling | [
{
"change_type": "MODIFY",
"old_path": "examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py",
"new_path": "examples/python/single_machine_scheduling_with_setup_release_due_dates_sat.py",
"diff": "@@ -224,8 +224,13 @@ def main(args):\nlit = model.NewBoolVar('%i follows %i' %... | C++ | Apache License 2.0 | google/or-tools | dominance relation on single machine scheduling |
261,230 | 20.09.2018 11:30:19 | -7,200 | b1da9320f931a38971ef74d1c7557ed4ed17fcff | enable objective lower bound (when minimizing) on the SAT solver in Python, Java, C#; change objective_value to be double (as in C++) for these languages. | [
{
"change_type": "MODIFY",
"old_path": "examples/python/scheduling_with_transitions_sat.py",
"new_path": "examples/python/scheduling_with_transitions_sat.py",
"diff": "@@ -271,7 +271,7 @@ def main(args):\ntransition_time = 0\n# We add the reified transition to link the literals with the times\n# of ... | C++ | Apache License 2.0 | google/or-tools | enable objective lower bound (when minimizing) on the SAT solver in Python, Java, C#; change objective_value to be double (as in C++) for these languages. |
261,218 | 19.09.2018 14:35:06 | -7,200 | 1438b6769614e3f84d02fbfcb36e25b07cf4b27a | Fix publish_delivery_win
Nuget package are published by hand,
since I need the three `runtime.<rid>` on one machine first... | [
{
"change_type": "MODIFY",
"old_path": "tools/release/publish_delivery_win.cmd",
"new_path": "tools/release/publish_delivery_win.cmd",
"diff": "@@ -9,7 +9,3 @@ make.exe pypi_upload WINDOWS_PATH_TO_PYTHON=c:\\python35-64\nmake.exe pypi_upload WINDOWS_PATH_TO_PYTHON=c:\\python36-64\nmake.exe pypi_uplo... | C++ | Apache License 2.0 | google/or-tools | Fix publish_delivery_win
- Nuget package are published by hand,
since I need the three `runtime.<rid>` on one machine first... |
261,218 | 18.09.2018 12:53:42 | -7,200 | 8036f869dc2f158d9b849dc63e8ce8dd0a2559f7 | CP: fix python swig for SearchParameters | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/python/constraint_solver.i",
"new_path": "ortools/constraint_solver/python/constraint_solver.i",
"diff": "@@ -927,6 +927,7 @@ namespace operations_research {\n%rename (FailuresLimit) Solver::MakeFailuresLimit;\n%rename (SolutionsLimit... | C++ | Apache License 2.0 | google/or-tools | CP: fix python swig for SearchParameters |
261,218 | 21.09.2018 13:59:48 | -7,200 | 12fd6cdaf84055a5ecdfc007242715f5813ab3ed | clean_python: suppress all temp-python* | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.python.mk",
"new_path": "makefiles/Makefile.python.mk",
"diff": "@@ -758,7 +758,7 @@ clean_python:\n-$(DEL) $(GEN_PATH)$Sortools$Sutil$S_pywrap*\n-$(DEL) $(LIB_DIR)$S_pywrap*.$(SWIG_PYTHON_LIB_SUFFIX)\n-$(DEL) $(OBJ_DIR)$Sswig$S*python_wrap.... | C++ | Apache License 2.0 | google/or-tools | clean_python: suppress all temp-python* |
261,218 | 21.09.2018 13:14:29 | -7,200 | e9e6e9ba3a9866b9441f1f60cb93e8b2b0dffb61 | pypi_archive: make it dependent of ortools_libs | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.python.mk",
"new_path": "makefiles/Makefile.python.mk",
"diff": "@@ -937,7 +937,7 @@ $(PYPI_ARCHIVE_TEMP_DIR)/ortools/ortools/.libs: | $(PYPI_ARCHIVE_TEMP_DIR)/ortoo\n$(MKDIR) $(PYPI_ARCHIVE_TEMP_DIR)$Sortools$Sortools$S.libs\n.PHONY: pypi_a... | C++ | Apache License 2.0 | google/or-tools | pypi_archive: make it dependent of ortools_libs |
261,218 | 21.09.2018 13:27:00 | -7,200 | fe4b33aae5ebf5f201b6841495876591279509f6 | Rework test_delivery_* scripts
Verify python wheel packages are working | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "@@ -22,6 +22,7 @@ or-tools*.zip\n*.swp\nbuild.log\n+test.log\nbin/\nortools/gen/\nobjs/\n"
},
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_win.cmd",
"new_path": "tools/rele... | C++ | Apache License 2.0 | google/or-tools | Rework test_delivery_* scripts (#855)
Verify python wheel packages are working |
261,218 | 21.09.2018 17:55:14 | -7,200 | c4d0a310e3ead454f1361dfc138d76a51c061c75 | release: on windows copy all wheel packages in root dir | [
{
"change_type": "MODIFY",
"old_path": "tools/release/build_delivery_win.cmd",
"new_path": "tools/release/build_delivery_win.cmd",
"diff": "@@ -100,6 +100,8 @@ copy test.py.in %TEMP_DIR%\\venv\\test.py\n%TEMP_DIR%\\venv\\Scripts\\python %TEMP_DIR%\\venv\\test.py 2>&1 | tee.exe -a test.log\necho Test... | C++ | Apache License 2.0 | google/or-tools | release: on windows copy all wheel packages in root dir |
261,218 | 21.09.2018 17:57:58 | -7,200 | cb514e5a3b42c0d016df2fbbfc017c091f82c444 | Update manylinux script | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/build-manylinux1.sh",
"new_path": "tools/docker/build-manylinux1.sh",
"diff": "@@ -56,6 +56,8 @@ function export_manylinux_wheel {\n# (for the makefile, it exists even if previously generated for another\n# platform)\nmake -B install_python_module... | C++ | Apache License 2.0 | google/or-tools | Update manylinux script (#855) |
261,265 | 22.09.2018 01:47:37 | 14,400 | b02da107a677aa6e3b1325cd5814fd3a05e37772 | Cleanup macOS Travis build.
Fix typo with xcode9.4 and force JAVA_HOME as workaround until Travis fixes support for multiple JDKs in macOS: | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -31,27 +31,27 @@ matrix:\nenv: BUILDER=make DISTRO=native LANGUAGE=dotnet\n- os: osx\n- osx_image: xode9.4\n+ osx_image: xcode9.4\nlanguage: cpp\ncompiler: clang\nenv: BUILDER=make DISTRO=native LANGUAGE=cc\... | C++ | Apache License 2.0 | google/or-tools | Cleanup macOS Travis build.
Fix typo with xcode9.4 and force JAVA_HOME as workaround until Travis fixes support for multiple JDKs in macOS: https://docs.travis-ci.com/user/languages/java/#testing-against-multiple-jdks |
261,230 | 24.09.2018 11:08:10 | -7,200 | ae5e4fd5c153740eba8991eb73453788c06aa425 | optim on the sat solver | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cumulative.cc",
"new_path": "ortools/sat/cumulative.cc",
"diff": "@@ -231,6 +231,9 @@ std::function<void(Model*)> CumulativeTimeDecomposition(\nsat_solver->AddLinearConstraint(false, Coefficient(0), true,\nCoefficient(capacity.value()),\n&literals_... | C++ | Apache License 2.0 | google/or-tools | optim on the sat solver |
261,218 | 24.09.2018 17:35:56 | -7,200 | f157f7d77dbb001e619767857a258e6a6dae0c3f | Add test_pypi_archive | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.python.mk",
"new_path": "makefiles/Makefile.python.mk",
"diff": "@@ -958,8 +958,20 @@ ifeq ($(UNIX_CBC_DIR),$(OR_TOOLS_TOP)/dependencies/install)\n$(COPYREC) dependencies$Sinstall$Slib$SlibCoinUtils* $(PYPI_ARCHIVE_TEMP_DIR)$Sortools$Sortool... | C++ | Apache License 2.0 | google/or-tools | Add test_pypi_archive |
261,218 | 24.09.2018 17:36:32 | -7,200 | fab7d5e154f5acd0f8ddca53c32963d9b46e74e3 | Update docker script to run test on archive | [
{
"change_type": "MODIFY",
"old_path": "tools/docker/Makefile",
"new_path": "tools/docker/Makefile",
"diff": "@@ -165,9 +165,9 @@ export/archives/or-tools_%_v$(OR_TOOLS_VERSION).tar.gz: export/%/docker.tar | ex\n-rm -f export/archives/or-tools_flatzinc_$*_v*.tar.gz\ndocker load -i $<\n$(DOCKER_RUN_C... | C++ | Apache License 2.0 | google/or-tools | Update docker script to run test on archive |
261,218 | 24.09.2018 17:36:47 | -7,200 | 38fca8f5a4213d86d30acd48e7379c810482376b | Update CC example list | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -468,12 +468,42 @@ $(OBJ_DIR)/%.$O: $(TEST_DIR)/%.cc $(CP_DEPS) $(SAT_DEPS) $(LP_DEPS) | $(OBJ_DIR)\n.PHONY: test_cc_examples # Build and Run all C++ Examples (located in examples... | C++ | Apache License 2.0 | google/or-tools | Update CC example list |
261,230 | 24.09.2018 21:48:41 | -7,200 | 4b272939ad427ec11fd8f659ce867a41c56ab4cc | incomplete fix dimacs example | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/print_dimacs_assignment.cc",
"new_path": "examples/cpp/print_dimacs_assignment.cc",
"diff": "#include <cstdio>\n#include <string>\n-#include \"base/logging.h\"\n-#include \"base/stringprintf.h\"\n-#include \"graph/ebert_graph.h\"\n-#include \"grap... | C++ | Apache License 2.0 | google/or-tools | incomplete fix dimacs example |
261,230 | 24.09.2018 23:43:53 | -7,200 | 2eecedf328e47f119cb822615c2848393389acff | fix wrong rpath on dimacs lib on mac os X | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -199,7 +199,7 @@ DIMACS_DEPS = \\\n$(GRAPH_DEPS)\nDIMACS_LNK = $(PRE_LIB)dimacs$(POST_LIB) $(OR_TOOLS_LNK)\nifeq ($(PLATFORM),MACOSX)\n-DIMACS_LDFLAGS = -install_name @rpath/$(LIB... | C++ | Apache License 2.0 | google/or-tools | fix wrong rpath on dimacs lib on mac os X |
261,230 | 24.09.2018 23:47:57 | -7,200 | 2091e3ffcee74e13c95276440941ee8992cea7e7 | second fix on dimacs file, now runs. Remove from tests as we have no data file | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -476,7 +476,7 @@ test_cc_examples: cc\n$(MAKE) rcc_cvrptw_with_refueling\n$(MAKE) rcc_cvrptw_with_resources\n$(MAKE) rcc_cvrptw_with_stop_times_and_resources\n- $(MAKE) rcc_dimacs... | C++ | Apache License 2.0 | google/or-tools | second fix on dimacs file, now runs. Remove from tests as we have no data file |
261,230 | 25.09.2018 08:10:36 | -7,200 | bbbe8b1fd49202cdeb620b77a59fd7abbb20be58 | reenable dimacs problem | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/data/dimacs/assignment/small.asn",
"diff": "+c This is a simple example file to demonstrate the DIMACS\n+c input file format for assignment problems.\n+c\n+c Problem line (resources+tasks) (resources*tasks)\n+p asn 10 25\n+c\n+c Node de... | C++ | Apache License 2.0 | google/or-tools | reenable dimacs problem |
261,218 | 25.09.2018 08:24:12 | -7,200 | 08439dd579f5229eb12d4aed4ccaba8b90a2270e | Fix wrong rpath on fap lib on macOS | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -213,7 +213,7 @@ FAP_DEPS = \\\n$(LP_DEPS)\nFAP_LNK = $(PRE_LIB)fap$(POST_LIB) $(OR_TOOLS_LNK)\nifeq ($(PLATFORM),MACOSX)\n-FAP_LDFLAGS = -install_name @rpath/$(LIB_PREFIX)cvrptw_... | C++ | Apache License 2.0 | google/or-tools | Fix wrong rpath on fap lib on macOS |
261,230 | 25.09.2018 08:51:19 | -7,200 | d93d85b4633948e4f525743755ae1fcf95500c16 | fix flexible_jobshop example and test | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/flexible_jobshop.h",
"new_path": "examples/cpp/flexible_jobshop.h",
"diff": "@@ -160,7 +160,6 @@ class FlexibleJobShopData {\n}\nAddTask(current_job_index_, machines, durations);\n}\n- CHECK_EQ(index, words.size());\ncurrent_job_index_++;\n}\n}\n"... | C++ | Apache License 2.0 | google/or-tools | fix flexible_jobshop example and test |
261,230 | 25.09.2018 10:28:17 | -7,200 | 56d6af52bcd314a2dd8ab3f36490e9c1d06e8b5c | fix make test_cc_examples | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -480,7 +480,7 @@ test_cc_examples: cc\n$(MAKE) rcc_dobble_ls\n$(MAKE) rcc_flexible_jobshop ARGS=\"--data_file examples/data/flexible_jobshop/hurink_data/edata/la01.fjs\"\n$(MAKE) ... | C++ | Apache License 2.0 | google/or-tools | fix make test_cc_examples |
261,230 | 25.09.2018 13:23:27 | -7,200 | 6b7036832b23dfaebc938a0217ad943651334e94 | add missing API on CP-SAT Java interface; polish doc | [
{
"change_type": "MODIFY",
"old_path": "ortools/com/google/ortools/sat/CpModel.java",
"new_path": "ortools/com/google/ortools/sat/CpModel.java",
"diff": "@@ -696,6 +696,69 @@ public class CpModel {\nreturn addReservoirConstraint(times, toLongArray(demands), minLevel, maxLevel);\n}\n+ /**\n+ * Adds {... | C++ | Apache License 2.0 | google/or-tools | add missing API on CP-SAT Java interface; polish doc |
261,230 | 25.09.2018 21:47:40 | -7,200 | ebf86f1f7c0aeec866020c256165fa8c3f286c78 | new python problem | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/python/task_and_workers_assignment.py",
"diff": "+# Copyright 2010-2017 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... | C++ | Apache License 2.0 | google/or-tools | new python problem |
261,230 | 25.09.2018 21:56:00 | -7,200 | f71ac3100a7b9fa307df892234d097f80fd563d2 | rename last examples, fix comment | [
{
"change_type": "RENAME",
"old_path": "examples/python/task_and_workers_assignment.py",
"new_path": "examples/python/tasks_and_workers_assignment.py",
"diff": "# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissio... | C++ | Apache License 2.0 | google/or-tools | rename last examples, fix comment |
261,230 | 26.09.2018 08:09:17 | -7,200 | eb07d1593f369c5c5669223d3c1f49d2a9deeb88 | tentative fix appveyor test_cc_examples | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -497,7 +497,7 @@ test_cc_examples: cc\n$(MAKE) rcc_multidim_knapsack ARGS=\"--data_file examples/data/multidim_knapsack/PB1.DAT\"\n$(MAKE) rcc_network_routing ARGS=\"--clients=10 ... | C++ | Apache License 2.0 | google/or-tools | tentative fix appveyor test_cc_examples |
261,230 | 26.09.2018 11:03:15 | -7,200 | e07a02ba808c52b87b0be95fc6621e2ef18e1b30 | small CP-SAT C++ examples with variable duration intervals | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/cpp/variable_intervals_sat.cc",
"diff": "+#include \"ortools/sat/cp_model.pb.h\"\n+#include \"ortools/sat/cp_model_solver.h\"\n+#include \"ortools/sat/cp_model_utils.h\"\n+#include \"ortools/sat/model.h\"\n+#include \"ortools/sat/sat_pa... | C++ | Apache License 2.0 | google/or-tools | small CP-SAT C++ examples with variable duration intervals |
261,218 | 25.09.2018 17:11:09 | -7,200 | a2978f293dc001cfcbc570074150dfe501f1ebf0 | Fix typo in cstsp.cs | [
{
"change_type": "MODIFY",
"old_path": "examples/dotnet/cstsp.cs",
"new_path": "examples/dotnet/cstsp.cs",
"diff": "@@ -107,7 +107,7 @@ class Tsp\nsize = Convert.ToInt32(args[0]);\n}\nint forbidden = 0;\n- if (args.Length > 0) {\n+ if (args.Length > 1) {\nforbidden = Convert.ToInt32(args[1]);\n}\nin... | C++ | Apache License 2.0 | google/or-tools | Fix typo in cstsp.cs |
261,218 | 26.09.2018 11:05:15 | -7,200 | 9684ae756544a9748d98275ba3c3f8f4db2784b4 | Update test_archive | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.archive.mk",
"new_path": "makefiles/Makefile.archive.mk",
"diff": "@@ -152,14 +152,60 @@ test_archive: $(INSTALL_DIR)$(ARCHIVE_EXT)\n$(MKDIR) $(TEMP_TEST_DIR)\nifeq ($(SYSTEM),win)\n$(UNZIP) $< -d $(TEMP_TEST_DIR)\n- cd $(TEMP_TEST_DIR)$S$(I... | C++ | Apache License 2.0 | google/or-tools | Update test_archive |
261,218 | 26.09.2018 13:23:09 | -7,200 | 6b61fdc07eb0cf036c41958bec32055d8f0367d5 | Fix `rdotnet EX=` | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -633,8 +633,8 @@ $(TEMP_DOTNET_DIR)/%$D: \\\n$(DOTNET_ORTOOLS_NUPKG) \\\n| $(TEMP_DOTNET_DIR)\n\"$(DOTNET_BIN)\" build \\\n- -o \"..$S..$S..$S$(TEMP_DOTNET_DIR)\" \\\n- $(DO... | C++ | Apache License 2.0 | google/or-tools | Fix `rdotnet EX=` |
261,218 | 26.09.2018 13:38:12 | -7,200 | afe2833b31d46c0f7a969960e58140fb2a5cb1b1 | Add missing `*_DEPS` prerequisite to $(OBJ_DIR)/%.$O | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -155,11 +155,11 @@ $(OR_TOOLS_LIBS): \\\n$(DATA_LIB_OBJS) \\\n$(LP_DATA_LIB_OBJS) \\\n$(GLOP_LIB_OBJS) \\\n+ $(BOP_LIB_OBJS) \\\n+ $(LP_LIB_OBJS) \\\n$(GRAPH_LIB_OBJS) \\\n$(ALGOR... | C++ | Apache License 2.0 | google/or-tools | Add missing `*_DEPS` prerequisite to $(OBJ_DIR)/%.$O |
261,218 | 26.09.2018 16:24:06 | -7,200 | ea03a859f215524d361eda1a65d11f777db2386b | Fixup CI by adding deps to ortools/sat/cp_model.pb.h in bop_base.cc | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.gen.mk",
"new_path": "makefiles/Makefile.gen.mk",
"diff": "@@ -3713,6 +3713,7 @@ $(OBJ_DIR)/bop/bop_base.$O: \\\n$(SRC_DIR)/ortools/sat/boolean_problem.h \\\n$(GEN_DIR)/ortools/sat/boolean_problem.pb.h \\\n$(SRC_DIR)/ortools/sat/clause.h \\\... | C++ | Apache License 2.0 | google/or-tools | Fixup CI by adding deps to ortools/sat/cp_model.pb.h in bop_base.cc |
261,230 | 26.09.2018 23:12:36 | -7,200 | af27df74b4898bbcc2b9bd38ee6029c232aaece9 | tentative fix for appveyor | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -533,7 +533,7 @@ test_cc_examples: cc\n$(MAKE) rcc_network_routing ARGS=\"--clients=10 --backbones=5 --demands=10 --traffic_min=5 --traffic_max=10 --min_client_degree=2 --max_clie... | C++ | Apache License 2.0 | google/or-tools | tentative fix for appveyor |
261,218 | 27.09.2018 10:36:00 | -7,200 | 023d437c1789606aa3f74b7eada34554a7944424 | Update python routing examples | [
{
"change_type": "MODIFY",
"old_path": "examples/python/cvrp.py",
"new_path": "examples/python/cvrp.py",
"diff": "\"\"\"\nfrom __future__ import print_function\n-from collections import namedtuple\nfrom six.moves import xrange\nfrom ortools.constraint_solver import pywrapcp\nfrom ortools.constraint_... | C++ | Apache License 2.0 | google/or-tools | Update python routing examples |
261,218 | 27.09.2018 10:37:23 | -7,200 | 53afbc0c8885651f4cf315b38118192fa4e82514 | cpp: remove ccexe variables
Now test_cc run "all" examples so we don't need it anymore | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -42,8 +42,8 @@ test_fz: cc\nelse\ncc: $(OR_TOOLS_LIBS)\n+\ntest_cc: \\\n- ccexe \\\ntest_cc_tests \\\ntest_cc_samples \\\ntest_cc_examples\n@@ -239,81 +239,6 @@ FAP_LDFLAGS = -ins... | C++ | Apache License 2.0 | google/or-tools | cpp: remove ccexe variables
Now test_cc run "all" examples so we don't need it anymore |
261,218 | 27.09.2018 10:38:29 | -7,200 | a06a25e891f522c6b5561ebf8ce06b91fe0e076e | Cleaning Makefile.cpp.mk | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -28,13 +28,13 @@ HAS_CCC =\nendif\n# Main target\n-.PHONY: cc # Build C++ OR-Tools and C++ Examples.\n-.PHONY: test_cc # Test C++ OR-Tools using various examples.\n-.PHONY: test_f... | C++ | Apache License 2.0 | google/or-tools | Cleaning Makefile.cpp.mk |
261,218 | 27.09.2018 10:51:15 | -7,200 | fec7747583e90326614fcd86bb3cf9f5c9dff92a | Cpp: disable pdptw | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.cpp.mk",
"new_path": "makefiles/Makefile.cpp.mk",
"diff": "@@ -460,7 +460,7 @@ test_cc_examples: cc\n$(MAKE) rcc_network_routing ARGS=\"--clients=10 --backbones=5 --demands=10 --traffic_min=5 --traffic_max=10 --min_client_degree=2 --max_clie... | C++ | Apache License 2.0 | google/or-tools | Cpp: disable pdptw |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.