author int64 658 755k | date stringlengths 19 19 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods list | language stringclasses 20 values | license stringclasses 3 values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
261,218 | 04.02.2019 16:48:12 | -3,600 | 3ad89c61d254a63526f502598c617778bad63079 | Add Java tests for Constraint Solver & Routing Solver | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/tests/TestConstraintSolver.java",
"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 obta... | C++ | Apache License 2.0 | google/or-tools | Add Java tests for Constraint Solver & Routing Solver |
261,218 | 05.02.2019 18:03:01 | -3,600 | 97535178eeb0cc31a947b5327b86a927b1b3a63c | Sync with g3 | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/routing.i",
"new_path": "ortools/constraint_solver/java/routing.i",
"diff": "@@ -331,20 +331,8 @@ import java.util.function.LongUnaryOperator;\n%rename (makeDisjunctionNodesUnperformed) operations_research::RoutingFilteredDecisio... | C++ | Apache License 2.0 | google/or-tools | Sync with g3 |
261,218 | 05.02.2019 18:19:32 | -3,600 | 49790d3f59658845cb3758ac24b18bcb3327df9a | Java Routing sample, remove unneeded import(s) | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/samples/TspDistanceMatrix.java",
"new_path": "ortools/constraint_solver/samples/TspDistanceMatrix.java",
"diff": "@@ -19,7 +19,6 @@ import com.google.ortools.constraintsolver.Assignment;\nimport com.google.ortools.constraintsolver.Rou... | C++ | Apache License 2.0 | google/or-tools | Java Routing sample, remove unneeded import(s) |
261,218 | 06.02.2019 08:58:56 | -3,600 | 0f4c907108ed6bdf92593b223cac15f0d44e3468 | Java: disable SearchLog with GC tests until code is fixed | [
{
"change_type": "MODIFY",
"old_path": "examples/tests/TestConstraintSolver.java",
"new_path": "examples/tests/TestConstraintSolver.java",
"diff": "@@ -100,8 +100,8 @@ public class TestConstraintSolver {\npublic static void main(String[] args) throws Exception {\ntestSearchLog();\ntestSearchLogWithC... | C++ | Apache License 2.0 | google/or-tools | Java: disable SearchLog with GC tests until code is fixed |
261,218 | 06.02.2019 08:59:47 | -3,600 | 4ffa33bf0c5ba3be03de47e4cc9ffa32bc889386 | Fix TestRouting.java
a lambda cannot specify its output type (contrary to C++) | [
{
"change_type": "MODIFY",
"old_path": "examples/tests/TestRouting.java",
"new_path": "examples/tests/TestRouting.java",
"diff": "@@ -39,7 +39,7 @@ public class TestRouting {\nint transitCallbackIndex;\nif (true) {\ntransitCallbackIndex = routing.registerTransitCallback(\n- (long fromIndex, long toI... | C++ | Apache License 2.0 | google/or-tools | Fix TestRouting.java
- a lambda cannot specify its output type (contrary to C++) |
261,218 | 06.02.2019 09:05:00 | -3,600 | f9c48ead3ea8c3477c289f4a0d151f00a487f165 | Fix CapacitatedVehicleRoutingProblemWithTimeWindows | [
{
"change_type": "MODIFY",
"old_path": "examples/java/CapacitatedVehicleRoutingProblemWithTimeWindows.java",
"new_path": "examples/java/CapacitatedVehicleRoutingProblemWithTimeWindows.java",
"diff": "// limitations under the License.\nimport com.google.ortools.constraintsolver.Assignment;\nimport co... | C++ | Apache License 2.0 | google/or-tools | Fix CapacitatedVehicleRoutingProblemWithTimeWindows |
261,218 | 06.02.2019 10:37:38 | -3,600 | 36d61a73b5e692f95a675cfc0c6b3e44967d3be6 | Now make.rb formula doesn't have `--with-default-names`
see: | [
{
"change_type": "MODIFY",
"old_path": ".travis/install.sh",
"new_path": ".travis/install.sh",
"diff": "@@ -58,7 +58,7 @@ if [ \"${BUILDER}\" == make ]; then\nbrew update\n# see https://github.com/travis-ci/travis-ci/issues/10275\nbrew install gcc || brew link --overwrite gcc\n- brew install make --... | C++ | Apache License 2.0 | google/or-tools | Now make.rb formula doesn't have `--with-default-names`
see: https://github.com/Homebrew/homebrew-core/commit/dce96029d356bc76d137abd21d34d96f17568485 |
261,218 | 06.02.2019 11:03:31 | -3,600 | 64110b2dc0b2e3219aba1ff01de0d87c42c4ec3b | .Net: don't use function_swig_helper anymore | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/functions_swig_helpers.h",
"new_path": "ortools/util/functions_swig_helpers.h",
"diff": "#define OR_TOOLS_UTIL_FUNCTIONS_SWIG_HELPERS_H_\n// This file contains class definitions for the wrapping of C++ std::functions\n-// in Java and C#. It is #in... | C++ | Apache License 2.0 | google/or-tools | .Net: don't use function_swig_helper anymore |
261,218 | 06.02.2019 11:33:56 | -3,600 | d35436355a6473468aaa2b3a7576a06df5703034 | Remove installmono() form travis script
dead code | [
{
"change_type": "MODIFY",
"old_path": ".travis/install.sh",
"new_path": ".travis/install.sh",
"diff": "@@ -12,18 +12,6 @@ function installswig() {\nmake install >/dev/null\n}\n-function installmono() {\n- # Need mono >= 4.2 cf. makefiles/Makefile.port.mk:87\n- # http://www.mono-project.com/download... | C++ | Apache License 2.0 | google/or-tools | Remove installmono() form travis script
dead code |
261,218 | 06.02.2019 11:34:37 | -3,600 | 9a1da9581713ffb789cdff277c875d9a3814ae01 | travis: bump to dotnet-sdk-2.2
see: | [
{
"change_type": "MODIFY",
"old_path": ".travis/install.sh",
"new_path": ".travis/install.sh",
"diff": "@@ -20,7 +20,7 @@ function installdotnetsdk(){\nsudo dpkg -i packages-microsoft-prod.deb\n# Install dotnet sdk 2.1\nsudo apt-get update -qq\n- sudo apt-get install -yqq dotnet-sdk-2.1\n+ sudo apt-... | C++ | Apache License 2.0 | google/or-tools | travis: bump to dotnet-sdk-2.2
see: https://dotnet.microsoft.com/download/linux-package-manager/ubuntu14-04/sdk-current |
261,218 | 06.02.2019 16:14:52 | -3,600 | 4aa6605f9a85de7964b2d8f018aa700b55d55d04 | Sync constraint solver java SWIG with g3 | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/routing.i",
"new_path": "ortools/constraint_solver/java/routing.i",
"diff": "@@ -70,7 +70,7 @@ DEFINE_INDEX_TYPE_TYPEDEF(\n// RoutingModel Callback\nnamespace operations_research {\n// Map transit callback to Java @FunctionalInte... | C++ | Apache License 2.0 | google/or-tools | Sync constraint solver java SWIG with g3 |
261,230 | 06.02.2019 17:57:23 | -3,600 | 43c3649bf33a5cc6ec5e6684fb796412a81c6280 | add more data sets | [
{
"change_type": "MODIFY",
"old_path": "examples/python/reallocate_sat.py",
"new_path": "examples/python/reallocate_sat.py",
"diff": "@@ -22,13 +22,35 @@ from ortools.sat.python import cp_model\ndef main():\n# Data\n- pr = [\n+ data_0 = [\n[107, 107, 107, 0, 0], # pr1\n[0, 47, 47, 47, 0], # pr2\n[10... | C++ | Apache License 2.0 | google/or-tools | add more data sets |
261,218 | 08.02.2019 11:58:23 | -3,600 | c034056580f517b6a4f16dc600e862aceb48f648 | Java: Routing use GlobalRef instead of GlobalWeakRef
now the C++ lambda own the Java callback ownership
so we don't have to store it in the Java RoutingModel anymore. | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/routing.i",
"new_path": "ortools/constraint_solver/java/routing.i",
"diff": "@@ -72,9 +72,6 @@ namespace operations_research {\n// Map transit callback to Java @FunctionalInterface types.\n// This replaces the RoutingTransitCallb... | C++ | Apache License 2.0 | google/or-tools | Java: Routing use GlobalRef instead of GlobalWeakRef
now the C++ lambda own the Java callback ownership
so we don't have to store it in the Java RoutingModel anymore. |
261,218 | 08.02.2019 13:32:43 | -3,600 | 95c290bc59eba30b2784b5ec33ba1568038d407b | Fix dotnet install on travis | [
{
"change_type": "MODIFY",
"old_path": ".travis/install.sh",
"new_path": ".travis/install.sh",
"diff": "@@ -15,7 +15,9 @@ function installswig() {\nfunction installdotnetsdk(){\n# Installs for Ubuntu Trusty distro\nsudo apt-get update -qq\n- sudo apt-get install -yq apt-transport-https\n+ # Need to ... | C++ | Apache License 2.0 | google/or-tools | Fix dotnet install on travis |
261,218 | 08.02.2019 15:09:11 | -3,600 | 0452c5027d4afa59d140aa6a80fe072bc3f3e91b | dotnet: fix sample with SDK > 2.2.101
CallbackIndex can't be const since value is not know at compile time
see: | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/samples/SimpleRoutingProgram.cs",
"new_path": "ortools/constraint_solver/samples/SimpleRoutingProgram.cs",
"diff": "@@ -44,7 +44,7 @@ public class SimpleRoutingProgram {\n// Create and register a transit callback.\n// [START transit_c... | C++ | Apache License 2.0 | google/or-tools | dotnet: fix sample with SDK > 2.2.101
CallbackIndex can't be const since value is not know at compile time
see: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/const |
261,218 | 08.02.2019 17:01:55 | -3,600 | 07e1cd9dea41cb0b2f5455d4f6f767d7a68a52e5 | Travis: run java tests sequentially... | [
{
"change_type": "MODIFY",
"old_path": ".travis/script.sh",
"new_path": ".travis/script.sh",
"diff": "@@ -53,6 +53,9 @@ if [ \"${BUILDER}\" == make ];then\nif [ \"${LANGUAGE}\" == python2 ] || [ \"${LANGUAGE}\" == python3 ]; then\nmake python --jobs=4\nmake test_python --jobs=4\n+ elif [ \"${LANGUAG... | C++ | Apache License 2.0 | google/or-tools | Travis: run java tests sequentially... |
261,218 | 08.02.2019 18:46:49 | -3,600 | f0581e54750c04ab4efec55d3d8e17454d17ce80 | Travis: Try to fix test_java by running tests with one jobs | [
{
"change_type": "MODIFY",
"old_path": ".travis/script.sh",
"new_path": ".travis/script.sh",
"diff": "@@ -84,6 +84,9 @@ if [ \"${BUILDER}\" == make ];then\nif [ \"${LANGUAGE}\" == python2 ] || [ \"${LANGUAGE}\" == python3 ]; then\nmake python --jobs=4\nmake test_python --jobs=4\n+ elif [ \"${LANGUAG... | C++ | Apache License 2.0 | google/or-tools | Travis: Try to fix test_java by running tests with one jobs |
261,230 | 10.02.2019 19:00:47 | -3,600 | 8257b081db31b9a10a4f6bd9b584bea5b1ab4521 | examples compiles with bazel | [
{
"change_type": "MODIFY",
"old_path": "examples/cpp/BUILD",
"new_path": "examples/cpp/BUILD",
"diff": "cc_binary(\n- name = \"costas_array\",\n- srcs = [\"costas_array.cc\"],\n+ name = \"constraint_programming_cp\",\n+ srcs = [\"constraint_programming_cp.cc\"],\ndeps = [\n\"//ortools/base\",\n- \"/... | C++ | Apache License 2.0 | google/or-tools | examples compiles with bazel |
261,230 | 10.02.2019 21:43:09 | -3,600 | b72b98c013b892b2e3dd384fb40e95e3a7bbf2b2 | bump gflags to 2.2.2; use latest commit on glog to benefit from included build file before v0.4.0 | [
{
"change_type": "MODIFY",
"old_path": "WORKSPACE",
"new_path": "WORKSPACE",
"diff": "@@ -2,18 +2,19 @@ load(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\nload(\"@bazel_tools//tools/build_defs/repo:git.bzl\", \"git_repository\", \"new_git_repository\")\n#Import the gflags file... | C++ | Apache License 2.0 | google/or-tools | bump gflags to 2.2.2; use latest commit on glog to benefit from included build file before v0.4.0 |
261,230 | 10.02.2019 23:05:13 | -3,600 | af8839e7e82768a8b4ec615a7f8cd07d1bf4762a | simplify flatzinc bazel BUILD file and dependencies | [
{
"change_type": "MODIFY",
"old_path": "ortools/flatzinc/BUILD",
"new_path": "ortools/flatzinc/BUILD",
"diff": "@@ -14,17 +14,17 @@ cc_library(\nsrcs = [\"model.cc\"],\nhdrs = [\"model.h\"],\ndeps = [\n- \":logging\",\n\"//ortools/base\",\n\"//ortools/base:hash\",\n\"//ortools/base:map_util\",\n\"//... | C++ | Apache License 2.0 | google/or-tools | simplify flatzinc bazel BUILD file and dependencies |
261,230 | 11.02.2019 07:29:32 | -3,600 | 59ce741ab916683d25d087cb625ce6c002f0453e | disable automaton expansion | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_presolve.cc",
"new_path": "ortools/sat/cp_model_presolve.cc",
"diff": "@@ -2326,79 +2326,7 @@ bool PresolveAutomaton(ConstraintProto* ct, PresolveContext* context) {\ncontext->UpdateRuleStats(\"automaton: reduce variable domains\");\n}\n- ... | C++ | Apache License 2.0 | google/or-tools | disable automaton expansion |
261,306 | 31.12.2018 00:32:23 | -3,600 | 6321ba420718d556d0f3816a96170da36d47c5c1 | Additional guidelines using windows paths added
To avoid make errors due to bad path definitions on windows additional guideline added.
E.g. Adding a \ to an absolute path WINDOWS_SCIP_DIR will result in bad path for SCIP_INC (with space). See tools\make.exe detect_third_party | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.third_party.win.mk",
"new_path": "makefiles/Makefile.third_party.win.mk",
"diff": "@@ -192,6 +192,8 @@ Makefile.local: makefiles/Makefile.third_party.$(SYSTEM).mk\n@echo # WINDOWS_GLOG_DIR, WINDOWS_PROTOBUF_DIR, WINDOWS_SWIG_BINARY, >> Makef... | C++ | Apache License 2.0 | google/or-tools | Additional guidelines using windows paths added
To avoid make errors due to bad path definitions on windows additional guideline added.
E.g. Adding a \ to an absolute path WINDOWS_SCIP_DIR will result in bad path for SCIP_INC (with space). See tools\make.exe detect_third_party |
261,235 | 09.02.2019 14:54:23 | -3,600 | eefd732edc76824f8b2ffa44333ed823882ea59d | Sets up bazel in Travis. | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -63,6 +63,17 @@ matrix:\nosx_image: xcode9.4\ncompiler: clang\nenv: BUILDER=cmake\n+ # Bazel builds and tests\n+ - os: linux\n+ dist: trusty\n+ addons:\n+ apt:\n+ sources:\n+ - sourceline: \"deb [arch=amd64]... | C++ | Apache License 2.0 | google/or-tools | Sets up bazel in Travis. |
261,230 | 11.02.2019 13:09:27 | -3,600 | 9aed182dcfe2f2e67f86aa2e38d04001cf74a271 | add comments, reindent | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/csharp/constraint_solver.i",
"new_path": "ortools/constraint_solver/csharp/constraint_solver.i",
"diff": "@@ -498,6 +498,7 @@ namespace operations_research {\nreturn (*(void (*)(int64))$input)(u);};\n%}\n+// TODO(user): Add new delega... | C++ | Apache License 2.0 | google/or-tools | add comments, reindent |
261,230 | 11.02.2019 13:10:32 | -3,600 | ecba45db625437e22eeed63a26d49c7dd6a28663 | Speed up glop in CP-SAT | [
{
"change_type": "MODIFY",
"old_path": "ortools/glop/revised_simplex.cc",
"new_path": "ortools/glop/revised_simplex.cc",
"diff": "@@ -269,12 +269,7 @@ Status RevisedSimplex::Solve(const LinearProgram& lp, TimeLimit* time_limit) {\n//\n// Note(user): Currently, we never do both at the same time, so w... | C++ | Apache License 2.0 | google/or-tools | Speed up glop in CP-SAT |
261,230 | 11.02.2019 13:11:18 | -3,600 | bd2dc1454f780a5d661abce642327d5a806e955f | tame complexity in sorted interval lists | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/sorted_interval_list.cc",
"new_path": "ortools/util/sorted_interval_list.cc",
"diff": "@@ -264,13 +264,21 @@ Domain Domain::AdditionWith(const Domain& domain) const {\nreturn result;\n}\n+Domain Domain::RelaxIfTooComplex() const {\n+ if (NumInterv... | C++ | Apache License 2.0 | google/or-tools | tame complexity in sorted interval lists |
261,230 | 11.02.2019 13:11:56 | -3,600 | 0d8f52397810a022d149a7dc082017f88e8e8762 | tweak CP-SAT log; fix presolve bugs; expand element constraints with fixed targets | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_presolve.cc",
"new_path": "ortools/sat/cp_model_presolve.cc",
"diff": "@@ -387,13 +387,22 @@ void PresolveContext::FullyEncodeVariable(int var) {\nfor (int64 v = interval.start; v <= interval.end; ++v) {\nconst int lit = NewBoolVar();\nAdd... | C++ | Apache License 2.0 | google/or-tools | tweak CP-SAT log; fix presolve bugs; expand element constraints with fixed targets |
261,218 | 11.02.2019 17:21:10 | -3,600 | 807ce59344ebf966c92b987ba23f9409771a760c | Fixup Java constraint solver. | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/csharp/constraint_solver.i",
"new_path": "ortools/constraint_solver/csharp/constraint_solver.i",
"diff": "@@ -63,7 +63,6 @@ class SearchLimitParameters;\n#include \"ortools/base/integral_types.h\"\n#include \"ortools/constraint_solver... | C++ | Apache License 2.0 | google/or-tools | Fixup Java constraint solver. |
261,218 | 12.02.2019 09:35:55 | -3,600 | 1a0cfd1980e35916c25424e6072bf60b24aa868d | Update dotnet makefile target doc | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -408,11 +408,11 @@ endif\nbuild: $(SOURCE) $(SOURCE)proj $(DOTNET_ORTOOLS_NUPKG)\n\"$(DOTNET_BIN)\" build $(SOURCE_PATH)proj\n-.PHONY: run # Run a .Net C# program.\n+.PHONY:... | C++ | Apache License 2.0 | google/or-tools | Update dotnet makefile target doc |
261,218 | 12.02.2019 17:16:25 | -3,600 | 18d21667e104d55fb69ce184ca05fbd3d34a0045 | Sync java SWIG with g3 | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/constraint_solver.i",
"new_path": "ortools/constraint_solver/java/constraint_solver.i",
"diff": "@@ -123,6 +123,7 @@ PROTECT_FROM_FAILURE(Solver::Fail(), arg1);\n%{\n#include <setjmp.h>\n#include <vector>\n+\n#include \"ortools/b... | C++ | Apache License 2.0 | google/or-tools | Sync java SWIG with g3 |
261,218 | 12.02.2019 16:17:42 | -3,600 | cd97e8e87752f85800045a2e4944d450716df241 | Travis CI: use Java JDK 11 | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -38,7 +38,7 @@ matrix:\ncompiler: clang\nenv: BUILDER=make LANGUAGE=python3\n- os: osx\n- osx_image: xcode9.4\n+ osx_image: xcode10.1\ncompiler: clang\nenv: BUILDER=make LANGUAGE=java\n- os: osx\n"
},
{
... | C++ | Apache License 2.0 | google/or-tools | Travis CI: use Java JDK 11 |
261,230 | 13.02.2019 11:02:17 | -3,600 | f0de80e2d3ff66c8b54aca24b5dde98836b6c88f | [CP-SAT] fix bug in precedences, fix bug in cuts; improve presolve on element and automaton | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/BUILD",
"new_path": "ortools/sat/BUILD",
"diff": "@@ -41,15 +41,15 @@ cc_library(\nhdrs = [\"cp_model.h\"],\nvisibility = [\"//visibility:public\"],\ndeps = [\n- \"@com_google_absl//absl/container:flat_hash_map\",\n- \"@com_google_absl//absl/string... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] fix bug in precedences, fix bug in cuts; improve presolve on element and automaton |
261,230 | 13.02.2019 16:49:02 | -3,600 | 828d7df7f33df2d46ecfeaa3985caed935c5987d | polish presolve code | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_presolve.cc",
"new_path": "ortools/sat/cp_model_presolve.cc",
"diff": "@@ -339,6 +339,7 @@ void PresolveContext::InitializeNewDomains() {\n}\nint PresolveContext::GetOrCreateVarValueEncoding(int ref, int64 value) {\n+ // TODO(user,user): u... | C++ | Apache License 2.0 | google/or-tools | polish presolve code |
261,230 | 14.02.2019 16:44:57 | -3,600 | 80426425408ddf9b9cc852bf7b9231658b9726a0 | [CP-SAT] improve presolve; new random-restart strategy; improve integer encoding | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_presolve.cc",
"new_path": "ortools/sat/cp_model_presolve.cc",
"diff": "@@ -50,6 +50,7 @@ namespace sat {\nint PresolveContext::NewIntVar(const Domain& domain) {\nIntegerVariableProto* const var = working_model->add_variables();\nFillDomain... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] improve presolve; new random-restart strategy; improve integer encoding |
261,264 | 14.02.2019 23:13:16 | 0 | 9a35fa6e7ab2d742fd8d0ac99468e9b18998cf4a | Ported the Python example balance_group_sat.py to C# | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/dotnet/BalanceGroupSat.cs",
"diff": "+// Copyright 2010-2019 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 c... | C++ | Apache License 2.0 | google/or-tools | Ported the Python example balance_group_sat.py to C# |
261,230 | 15.02.2019 19:07:10 | -3,600 | c233d4eb3a390d55ba7dfe81b3c827966b9c0293 | rewrite diffn | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/clause.cc",
"new_path": "ortools/sat/clause.cc",
"diff": "@@ -889,7 +889,9 @@ void BinaryImplicationGraph::TransformIntoMaxCliques(\n// Special case for clique of size 2, we don't expand them if they\n// are included in an already added clique.\n- ... | C++ | Apache License 2.0 | google/or-tools | rewrite diffn |
261,230 | 16.02.2019 00:09:33 | -3,600 | ce508f51ec6ae3407b9acd3a84d731ae616ee905 | minor tuning diffn code | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_constraints.cc",
"new_path": "ortools/sat/cp_constraints.cc",
"diff": "#include <algorithm>\n#include \"absl/container/flat_hash_map.h\"\n+#include \"absl/container/flat_hash_set.h\"\n#include \"ortools/base/map_util.h\"\n#include \"ortools/sat/... | C++ | Apache License 2.0 | google/or-tools | minor tuning diffn code |
261,218 | 19.02.2019 10:07:42 | -3,600 | a2cc377d3639c57bf972d1b673463bab84b804a7 | Appveyor: Cleanup dotnet discovery | [
{
"change_type": "MODIFY",
"old_path": ".appveyor.yml",
"new_path": ".appveyor.yml",
"diff": "@@ -34,14 +34,13 @@ before_build:\n- git config --global user.email \"ci@appveyor.com\"\n- git config --global user.name \"CI\"\n- call \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\V... | C++ | Apache License 2.0 | google/or-tools | Appveyor: Cleanup dotnet discovery |
261,218 | 19.02.2019 10:08:13 | -3,600 | 904d03261356f52f7a7bba345b809d0ae222b462 | Appveyor: Bump to JDK 11 | [
{
"change_type": "MODIFY",
"old_path": ".appveyor.yml",
"new_path": ".appveyor.yml",
"diff": "@@ -41,7 +41,9 @@ before_build:\n- python -m pip install virtualenv wheel six\n- tools\\win\\which.exe dotnet.exe\n- dotnet --info\n-# - set PATH=\"C:\\Program Files\\Java\\jdk1.8.0\\bin\";%PATH%\n+ - set \... | C++ | Apache License 2.0 | google/or-tools | Appveyor: Bump to JDK 11 |
261,230 | 19.02.2019 17:55:36 | -3,600 | 2ec05809f732527ed293cfc299027f493f858ff8 | fix diffn reasons | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_loader.cc",
"new_path": "ortools/sat/cp_model_loader.cc",
"diff": "@@ -65,23 +65,37 @@ void CpModelMapping::CreateVariables(const CpModelProto& model_proto,\n// All [0, 1] variables always have a corresponding Boolean, even if it is\n// fi... | C++ | Apache License 2.0 | google/or-tools | fix diffn reasons |
261,218 | 20.02.2019 08:25:15 | -3,600 | 7a7b72729aaf79669848133344f3ea8db25a0575 | Fix ] in TspCircuitBoard.cs | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/samples/TspCircuitBoard.cs",
"new_path": "ortools/constraint_solver/samples/TspCircuitBoard.cs",
"diff": "@@ -158,7 +158,7 @@ public class TspCircuitBoard {\n);\n// [END transit_callback]\n- // [START arc_cost\n+ // [START arc_cost]\n... | C++ | Apache License 2.0 | google/or-tools | Fix ] in TspCircuitBoard.cs |
261,218 | 20.02.2019 10:54:52 | -3,600 | c72cb4635043ec6a2f9fdf392cbcd87d9762b369 | fix missing nuget properties (Fix | [
{
"change_type": "MODIFY",
"old_path": "ortools/dotnet/Google.OrTools.FSharp/Google.OrTools.FSharp.fsproj.in",
"new_path": "ortools/dotnet/Google.OrTools.FSharp/Google.OrTools.FSharp.fsproj.in",
"diff": "<OutputType>Library</OutputType>\n<TargetFrameworks>netstandard2.0</TargetFrameworks>\n<Assembly... | C++ | Apache License 2.0 | google/or-tools | fix missing nuget properties (Fix #990) |
261,218 | 20.02.2019 14:10:43 | -3,600 | 49c5bdb3caa9a17600859bdfd4905a7d8b22c351 | Fix $(ARGS) when using make run in .Net | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -410,11 +410,11 @@ build: $(SOURCE) $(SOURCE)proj $(DOTNET_ORTOOLS_NUPKG)\n.PHONY: run # Run a .Net C# program (using 'dotnet run').\nrun: build\n- \"$(DOTNET_BIN)\" run --n... | C++ | Apache License 2.0 | google/or-tools | Fix $(ARGS) when using make run in .Net |
261,218 | 20.02.2019 15:17:15 | -3,600 | a1b94377144daa03655a4bafbfdf87c9f960f999 | dotnet: ugly fixup
TODO(mizux)
Solver::MakeIntVar(), solver should keep IntVar alive !
Solver::MakeMinimize(), solver should keep objective var alive !
Solver::MakeSearchlog(), searchlog should keep solver alive ! | [
{
"change_type": "MODIFY",
"old_path": "examples/tests/ConstraintSolverTests.cs",
"new_path": "examples/tests/ConstraintSolverTests.cs",
"diff": "@@ -776,6 +776,9 @@ namespace Google.OrTools.Tests {\nGC.Collect();\n}\nRunSearchLog(in searchlog);\n+ GC.KeepAlive(var);\n+ GC.KeepAlive(objective);\n+ G... | C++ | Apache License 2.0 | google/or-tools | dotnet: ugly fixup
TODO(mizux)
- Solver::MakeIntVar(), solver should keep IntVar alive !
- Solver::MakeMinimize(), solver should keep objective var alive !
- Solver::MakeSearchlog(), searchlog should keep solver alive ! |
261,230 | 20.02.2019 15:29:42 | -3,600 | e6c95a311672d426153c32a34b8b7c240b0f284f | improve diff2 constraint | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/diffn.cc",
"new_path": "ortools/sat/diffn.cc",
"diff": "namespace operations_research {\nnamespace sat {\n-IntegerValue NonOverlappingRectanglesPropagator::Min(IntegerVariable v) const {\n- return integer_trail_->LowerBound(v);\n-}\n-\n-IntegerValu... | C++ | Apache License 2.0 | google/or-tools | improve diff2 constraint |
261,218 | 20.02.2019 16:25:19 | -3,600 | 6696c3014a17fc4c495d7e5b7c05333aea505ff7 | Fix dotnet examples/tests | [
{
"change_type": "MODIFY",
"old_path": "examples/tests/ConstraintSolverTests.cs",
"new_path": "examples/tests/ConstraintSolverTests.cs",
"diff": "@@ -3,8 +3,7 @@ using Xunit;\nusing Google.OrTools.ConstraintSolver;\nnamespace Google.OrTools.Tests {\n- public\n- class ConstraintSolverTest {\n+ public... | C++ | Apache License 2.0 | google/or-tools | Fix dotnet examples/tests |
261,218 | 20.02.2019 16:39:04 | -3,600 | ef77e8166cdd919758d7de7d7d8db84ecf5e823b | Update CircuitBoard.py indent | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/samples/tsp_circuit_board.py",
"new_path": "ortools/constraint_solver/samples/tsp_circuit_board.py",
"diff": "@@ -18,6 +18,7 @@ from __future__ import print_function\nimport math\nfrom ortools.constraint_solver import routing_enums_pb... | C++ | Apache License 2.0 | google/or-tools | Update CircuitBoard.py indent |
261,230 | 20.02.2019 17:08:30 | -3,600 | 20410d28b58cb670b2f8be62c8365e96707be018 | improve integer <-> literal encoding; fix energy reason in diffn | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_search.cc",
"new_path": "ortools/sat/cp_model_search.cc",
"diff": "@@ -243,7 +243,8 @@ std::function<LiteralIndex()> InstrumentSearchStrategy(\nif (decision == kNoLiteralIndex) return decision;\nfor (const IntegerLiteral i_lit :\n- model->... | C++ | Apache License 2.0 | google/or-tools | improve integer <-> literal encoding; fix energy reason in diffn |
261,218 | 20.02.2019 17:09:02 | -3,600 | eff63c4d3e5ea427c53d9511296310a076304b98 | Fix test_dotnet_tests target | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.dotnet.mk",
"new_path": "makefiles/Makefile.dotnet.mk",
"diff": "@@ -498,9 +498,9 @@ test_dotnet_tests:\n$(MAKE) run_test SOURCE=examples/tests/ConstraintSolverTests.cs\n$(MAKE) run_test SOURCE=examples/tests/RoutingSolverTests.cs\n$(MAKE) r... | C++ | Apache License 2.0 | google/or-tools | Fix test_dotnet_tests target |
261,218 | 21.02.2019 08:37:11 | -3,600 | 781e3790f55c694a949b87a9b749767bd2e2ad0d | Fix cstsp.cs | [
{
"change_type": "MODIFY",
"old_path": "examples/dotnet/cstsp.cs",
"new_path": "examples/dotnet/cstsp.cs",
"diff": "@@ -17,7 +17,7 @@ using Google.OrTools.ConstraintSolver;\nclass Tsp\n{\n- class RandomManhattan : LongLongToLong {\n+ class RandomManhattan {\npublic RandomManhattan(RoutingIndexManage... | C++ | Apache License 2.0 | google/or-tools | Fix cstsp.cs |
261,218 | 21.02.2019 08:37:24 | -3,600 | 1b76065bc43254e063b1b6c03b57e7deb7fb4cb3 | Fix csls_api.cs | [
{
"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- IntContainer solution_de... | C++ | Apache License 2.0 | google/or-tools | Fix csls_api.cs |
261,218 | 21.02.2019 08:37:37 | -3,600 | 8fbf82332c391b71cdfc7c46d3db6225f8f36f88 | Fix cscvrptw.cs | [
{
"change_type": "MODIFY",
"old_path": "examples/dotnet/cscvrptw.cs",
"new_path": "examples/dotnet/cscvrptw.cs",
"diff": "@@ -63,15 +63,17 @@ public class CapacitatedVehicleRoutingProblemWithTimeWindows {\n/// positions and computes the Manhattan distance between the two\n/// positions of two differ... | C++ | Apache License 2.0 | google/or-tools | Fix cscvrptw.cs |
261,230 | 22.02.2019 11:24:00 | -3,600 | 9af19c875d798b55fe347f1439457bcb2dc87cbc | polish encoding; change algorithm in the diffn constrait | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/BUILD",
"new_path": "ortools/sat/BUILD",
"diff": "@@ -943,6 +943,7 @@ cc_library(\nsrcs = [\"diffn.cc\"],\nhdrs = [\"diffn.h\"],\ndeps = [\n+ \":disjunctive\",\n\":integer\",\n\":intervals\",\n\":model\",\n"
},
{
"change_type": "MODIFY",
... | C++ | Apache License 2.0 | google/or-tools | polish encoding; change algorithm in the diffn constrait |
261,218 | 22.02.2019 09:54:56 | -3,600 | 9bbe0a71dd671cfea11252d92ca6e16096a5c636 | Bump Abseil-cpp to SHA1 (Fix | [
{
"change_type": "MODIFY",
"old_path": "cmake/cpp.cmake",
"new_path": "cmake/cpp.cmake",
"diff": "@@ -78,14 +78,14 @@ target_include_directories(${PROJECT_NAME} INTERFACE\ntarget_link_libraries(${PROJECT_NAME} PUBLIC\nZLIB::ZLIB\nabsl::base\n- absl::container\n+ absl::raw_hash_set\nabsl::hash\nabsl:... | C++ | Apache License 2.0 | google/or-tools | Bump Abseil-cpp to SHA1 93d155b (Fix #1074) |
261,218 | 22.02.2019 16:21:58 | -3,600 | 07a142892e960093ad277a6b7b95a1ee3b162d48 | Fix abseil-cpp patch on windows | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.third_party.unix.mk",
"new_path": "makefiles/Makefile.third_party.unix.mk",
"diff": "@@ -358,7 +358,7 @@ dependencies/sources/abseil-cpp-$(ABSL_TAG): | dependencies/sources\ngit clone --quiet https://github.com/abseil/abseil-cpp.git dependen... | C++ | Apache License 2.0 | google/or-tools | Fix abseil-cpp patch on windows |
261,218 | 25.02.2019 10:13:46 | -3,600 | ff21f9d731bcaf747df76933a897b0246339a84e | Windows: Reduce link commands length
Windows command promtpt seems to buffer overflow. | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.third_party.win.mk",
"new_path": "makefiles/Makefile.third_party.win.mk",
"diff": "@@ -222,7 +222,7 @@ dependencies/archives/zlib$(ZLIB_ARCHIVE_TAG).zip:\nZLIB_INC = /I\"$(WINDOWS_ZLIB_PATH)\\\\include\"\nZLIB_SWIG = -I\"$(WINDOWS_ZLIB_DIR)/... | C++ | Apache License 2.0 | google/or-tools | Windows: Reduce link commands length
Windows command promtpt seems to buffer overflow. |
261,218 | 25.02.2019 13:38:13 | -3,600 | 11fbc1157ed90b790dfe242d2485a8e738848d60 | Fix flatzink compile on windows (Fix | [
{
"change_type": "MODIFY",
"old_path": "ortools/flatzinc/parser.lex",
"new_path": "ortools/flatzinc/parser.lex",
"diff": "%%\n\"array\" { return ARRAY; }\n-\"bool\" { return BOOL; }\n+\"bool\" { return TOKEN_BOOL;}\n\"constraint\" { return CONSTRAINT;}\n-\"float\" { return FLOAT; }\n-\"int\" { retur... | C++ | Apache License 2.0 | google/or-tools | Fix flatzink compile on windows (Fix #1088) |
261,218 | 26.02.2019 09:47:51 | -3,600 | 3af499493e51c5bc92757353a88d733b7538be0e | Fix windows routing callback | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/constraint_solver.i",
"new_path": "ortools/constraint_solver/java/constraint_solver.i",
"diff": "@@ -282,37 +282,49 @@ DEFINE_VOID_TO_R_CALLBACK(\nDEFINE_ARGS_TO_R_CALLBACK(\nstd::function<int64(int64)>,\nLongUnaryOperator, \"app... | C++ | Apache License 2.0 | google/or-tools | Fix windows routing callback |
261,218 | 26.02.2019 09:49:46 | -3,600 | 1bae88522d9820b685e693a0ab32799b5f8aed08 | Fix type in vrp_capacity.cc | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/samples/vrp_capacity.cc",
"new_path": "ortools/constraint_solver/samples/vrp_capacity.cc",
"diff": "@@ -88,7 +88,7 @@ void PrintSolution(const DataModel& data, const RoutingIndexManager& manager,\nint64 route_load{0};\nstd::stringstre... | C++ | Apache License 2.0 | google/or-tools | Fix type in vrp_capacity.cc |
261,230 | 26.02.2019 14:41:30 | -3,600 | 0e3968b3ebb9e32b21a1602ca0da50fe6c337680 | improve glop status | [
{
"change_type": "MODIFY",
"old_path": "ortools/linear_solver/glop_utils.cc",
"new_path": "ortools/linear_solver/glop_utils.cc",
"diff": "@@ -21,21 +21,30 @@ MPSolver::ResultStatus GlopToMPSolverResultStatus(glop::ProblemStatus s) {\nreturn MPSolver::OPTIMAL;\ncase glop::ProblemStatus::PRIMAL_FEASIB... | C++ | Apache License 2.0 | google/or-tools | improve glop status |
261,230 | 27.02.2019 14:26:44 | -3,600 | 58ee3bde4381f6435824c09914abe76ede414227 | [CP-SAT] polish diffn code; improve presolve w.r.t. intervals; simplify use of GCD in linear constraints; polish samples | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_checker.cc",
"new_path": "ortools/sat/cp_model_checker.cc",
"diff": "@@ -108,7 +108,7 @@ std::string ValidateArgumentReferencesInConstraint(const CpModelProto& model,\nProtobufShortDebugString(ct));\n}\n}\n- for (const int i : references.i... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] polish diffn code; improve presolve w.r.t. intervals; simplify use of GCD in linear constraints; polish samples |
261,281 | 27.02.2019 12:03:16 | -3,600 | 4941e038dbc62230fecb96d1694994277b39caf3 | Incorporate set_time_limit method. | [
{
"change_type": "MODIFY",
"old_path": "ortools/algorithms/python/knapsack_solver.i",
"new_path": "ortools/algorithms/python/knapsack_solver.i",
"diff": "@@ -38,6 +38,7 @@ typedef uint64_t uint64;\n%unignore operations_research::KnapsackSolver::Solve;\n// TODO(user): unit test BestSolutionContains.\... | C++ | Apache License 2.0 | google/or-tools | Incorporate set_time_limit method. |
261,230 | 28.02.2019 13:30:01 | -3,600 | c122f20fa7e54c01b667c317c318a073cefb2325 | [CP-SAT] Implemented division with numerator and target spanning across 0, and constant denominator | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_loader.cc",
"new_path": "ortools/sat/cp_model_loader.cc",
"diff": "@@ -709,8 +709,13 @@ void LoadIntDivConstraint(const ConstraintProto& ct, Model* m) {\nconst IntegerVariable div = mapping->Integer(ct.int_div().target());\nconst std::vect... | C++ | Apache License 2.0 | google/or-tools | [CP-SAT] Implemented division with numerator and target spanning across 0, and constant denominator |
261,230 | 28.02.2019 15:42:50 | -3,600 | 7c87356c179392f36e2cce4b733621bfcbf3b0e5 | internal cleaning | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/diffn.cc",
"new_path": "ortools/sat/diffn.cc",
"diff": "@@ -345,11 +345,12 @@ bool DetectPrecedences(bool time_direction, IntegerValue other_time,\nreturn true;\n}\n-// Specialized propagation when only two boxes are mandatory on a single line\n+//... | C++ | Apache License 2.0 | google/or-tools | internal cleaning |
261,230 | 28.02.2019 17:07:29 | -3,600 | 9038067e6793496bc727931fc5f5b7eb806019be | minor improvements in CP-SAT | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model_loader.cc",
"new_path": "ortools/sat/cp_model_loader.cc",
"diff": "@@ -711,7 +711,11 @@ void LoadIntDivConstraint(const ConstraintProto& ct, Model* m) {\nmapping->Integers(ct.int_div().vars());\nif (m->Get(IsFixed(vars[1]))) {\nconst Integ... | C++ | Apache License 2.0 | google/or-tools | minor improvements in CP-SAT |
261,230 | 28.02.2019 22:50:08 | -3,600 | 5ed8089e9b5a6d0ceb9c10bdb1fd23a31fae9124 | cleanup diffn code | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/cp_model.proto",
"new_path": "ortools/sat/cp_model.proto",
"diff": "syntax = \"proto3\";\n+package operations_research.sat;\n+\noption csharp_namespace = \"Google.OrTools.Sat\";\noption java_package = \"com.google.ortools.sat\";\noption java_multip... | C++ | Apache License 2.0 | google/or-tools | cleanup diffn code |
261,230 | 01.03.2019 09:55:22 | -3,600 | ef800733f2f675de625a7ac24a641af40283ac44 | add NotLast propagator to diffn | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/diffn.cc",
"new_path": "ortools/sat/diffn.cc",
"diff": "@@ -350,9 +350,120 @@ bool DetectPrecedences(bool time_direction, IntegerValue y_line_for_reason,\nreturn true;\n}\n+bool NotLast(bool time_direction, IntegerValue y_line_for_reason,\n+ const ... | C++ | Apache License 2.0 | google/or-tools | add NotLast propagator to diffn |
261,230 | 01.03.2019 11:11:36 | -3,600 | 77be330c0536933f5fda98eb75638b356e56e1e0 | improve CP-SAT <-> glop connection | [
{
"change_type": "MODIFY",
"old_path": "ortools/sat/diffn.cc",
"new_path": "ortools/sat/diffn.cc",
"diff": "@@ -61,6 +61,7 @@ bool NonOverlappingRectanglesPropagator::Propagate() {\n}\nRETURN_IF_FALSE(FindBoxesThatMustOverlapAHorizontalLine(&x_, &y_));\n+\n// We can actually swap dimensions to propa... | C++ | Apache License 2.0 | google/or-tools | improve CP-SAT <-> glop connection |
261,218 | 27.02.2019 10:26:18 | -3,600 | a96399ad438727eaac86e6bf3b23364a199f2457 | Java: remove Get(Source|Sink)SideMinCut in MaxFlow
no typemap for argument INOUT of type vector<T>* ... | [
{
"change_type": "MODIFY",
"old_path": "ortools/graph/java/graph.i",
"new_path": "ortools/graph/java/graph.i",
"diff": "@@ -50,6 +50,8 @@ typedef uint64_t uint64;\n%ignoreall\n%unignore operations_research;\n+\n+// MaxFlow\n%rename (MaxFlow) operations_research::SimpleMaxFlow;\n%unignore operations_... | C++ | Apache License 2.0 | google/or-tools | Java: remove Get(Source|Sink)SideMinCut in MaxFlow
no typemap for argument INOUT of type vector<T>* ... |
261,218 | 27.02.2019 14:28:47 | -3,600 | 9131b610605cadee1653f3e4ff0a3cfba7401117 | Java: Remove IntTupleSet::RawData() | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/java/tuple_set.i",
"new_path": "ortools/util/java/tuple_set.i",
"diff": "%rename (insertAll) operations_research::IntTupleSet::InsertAll;\n%rename (numDifferentValuesInColumn) operations_research::IntTupleSet::NumDifferentValuesInColumn;\n%rename ... | C++ | Apache License 2.0 | google/or-tools | Java: Remove IntTupleSet::RawData() |
261,218 | 28.02.2019 14:31:20 | -3,600 | 606df8ea0ff9dea8d30cbd4a5bde1de46762d291 | Rework base/base.i | [
{
"change_type": "MODIFY",
"old_path": "ortools/base/base.i",
"new_path": "ortools/base/base.i",
"diff": "// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n-\n-#ifdef... | C++ | Apache License 2.0 | google/or-tools | Rework base/base.i |
261,218 | 26.02.2019 17:39:00 | -3,600 | e6de613f7daff1680972396199d58a38728f84e7 | Java: Add MATRIX_AS_JAVA_ARRAY() | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/routing_types.i",
"new_path": "ortools/constraint_solver/java/routing_types.i",
"diff": "// Convert std::vector<IndexT> to/from int arrays.\nVECTOR_AS_JAVA_ARRAY(IndexT, int, Int);\n-\n-// TODO(user): define a macro in util/java/... | C++ | Apache License 2.0 | google/or-tools | Java: Add MATRIX_AS_JAVA_ARRAY() |
261,218 | 01.03.2019 16:57:16 | -3,600 | 1a6d20ed9a0f1fcb3e9dc74a6eae4ebad9845059 | Java: Remove typedef in vector.i
note: already in base.i | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/java/vector.i",
"new_path": "ortools/util/java/vector.i",
"diff": "#include \"ortools/base/integral_types.h\"\n%}\n-typedef int64_t int64;\n-typedef uint64_t uint64;\n-\n// Typemaps to represent const std::vector<CType>& arguments as arrays of\n//... | C++ | Apache License 2.0 | google/or-tools | Java: Remove typedef in vector.i
note: already in base.i |
261,218 | 28.02.2019 14:33:43 | -3,600 | 1291b534288f3e693d5bb4bcb92c2195d13abe02 | Java: Add support for std::vector<CType*> | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/java/vector.i",
"new_path": "ortools/util/java/vector.i",
"diff": "@@ -177,6 +177,25 @@ MATRIX_AS_JAVA_ARRAY(double, double, Double);\n%typemap(javaout) const std::vector<CType*> & {\nreturn $jnicall;\n}\n+\n+// Same, for std::vector<CType*>\n+%ty... | C++ | Apache License 2.0 | google/or-tools | Java: Add support for std::vector<CType*> |
261,218 | 28.02.2019 17:51:53 | -3,600 | 4ed0f943918e02f8ed3e911a3b62e6fc7ce8624e | Java: Add support for vector<vector<POD>>* OUTPUT | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/java/vector.i",
"new_path": "ortools/util/java/vector.i",
"diff": "@@ -129,6 +129,45 @@ VECTOR_AS_JAVA_ARRAY(double, double, Double);\n$1 = &result;\n%}\n+// Same, for std::vector<std::vector<CType>>*\n+%typemap(jstype) std::vector<std::vector<CTy... | C++ | Apache License 2.0 | google/or-tools | Java: Add support for vector<vector<POD>>* OUTPUT |
261,218 | 28.02.2019 17:52:29 | -3,600 | ad23634d52133d61761ae1ec9ec72791c0ade957 | Java: Fixup const vector<vector<CType>> & | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/java/vector.i",
"new_path": "ortools/util/java/vector.i",
"diff": "@@ -109,6 +109,7 @@ VECTOR_AS_JAVA_ARRAY(double, double, Double);\n%typemap(jstype) const std::vector<std::vector<CType> >& #JavaType \"[][]\"\n%typemap(javain) const std::vector<s... | C++ | Apache License 2.0 | google/or-tools | Java: Fixup const vector<vector<CType>> & |
261,218 | 01.03.2019 16:55:40 | -3,600 | 2878edbb9541b25768598f960582b80b02b61e71 | Java: removed typedef in constraint_solver.i
Already in base/base.i | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/constraint_solver.i",
"new_path": "ortools/constraint_solver/java/constraint_solver.i",
"diff": "@@ -63,9 +63,6 @@ class GlobalRefGuard {\n};\n%}\n-typedef int64_t int64;\n-typedef uint64_t uint64;\n-\n// ############ BEGIN DUPLI... | C++ | Apache License 2.0 | google/or-tools | Java: removed typedef in constraint_solver.i
- Already in base/base.i |
261,218 | 27.02.2019 14:28:14 | -3,600 | 633bdfa4f444312c9d2f097f3c9d1736d85c6db8 | Java: Add LongToIntFunction for PathOperator | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/constraint_solver.i",
"new_path": "ortools/constraint_solver/java/constraint_solver.i",
"diff": "@@ -276,6 +276,13 @@ DEFINE_VOID_TO_R_CALLBACK(\nRunnable, \"run\", \"()V\",\nvoid, CallVoidMethod)\n+DEFINE_ARGS_TO_R_CALLBACK(\n+ ... | C++ | Apache License 2.0 | google/or-tools | Java: Add LongToIntFunction for PathOperator |
261,218 | 27.02.2019 14:29:18 | -3,600 | 803cca09f60db96953d129665891656baef81033 | Java: Fix cast in IntIntToLongFunction() | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/constraint_solver.i",
"new_path": "ortools/constraint_solver/java/constraint_solver.i",
"diff": "@@ -307,7 +307,7 @@ DEFINE_ARGS_TO_R_CALLBACK(\nIntIntToLongFunction, \"applyAsLong\", \"(II)J\",\nlong, CallLongMethod,\nVAR_ARGS(i... | C++ | Apache License 2.0 | google/or-tools | Java: Fix cast in IntIntToLongFunction() |
261,218 | 28.02.2019 14:33:09 | -3,600 | b6b42f122c5abf90ae05731ff42f8af5fd11d186 | Java: fix support for `int64*[const]` argument | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/constraint_solver.i",
"new_path": "ortools/constraint_solver/java/constraint_solver.i",
"diff": "@@ -126,6 +126,9 @@ PROTECT_FROM_FAILURE(Solver::Fail(), arg1);\n#include \"ortools/constraint_solver/constraint_solveri.h\"\n%}\n+%... | C++ | Apache License 2.0 | google/or-tools | Java: fix support for `int64*[const]` argument |
261,218 | 01.03.2019 17:03:24 | -3,600 | 6575ebb0be1efd22fc5239f0c3f6ee52a3b79005 | Java: Cleanup routing.i | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/routing.i",
"new_path": "ortools/constraint_solver/java/routing.i",
"diff": "@@ -49,6 +49,7 @@ DEFINE_INDEX_TYPE_TYPEDEF(\noperations_research::RoutingModel::VehicleClassIndex);\nnamespace operations_research {\n+\n// RoutingMode... | C++ | Apache License 2.0 | google/or-tools | Java: Cleanup routing.i |
261,218 | 04.03.2019 10:02:45 | -3,600 | b92d396fd7d0ec6fd0216f706f3836b19173a7b0 | .Net: Add support for long[][] -> CpInt64VectorVector | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/csharp/IntArrayHelper.cs",
"new_path": "ortools/constraint_solver/csharp/IntArrayHelper.cs",
"diff": "@@ -127,6 +127,22 @@ public partial class CpInt64VectorVector : IDisposable, System.Collections.IEnum\nreturn outVal;\n}\n+ // cast ... | C++ | Apache License 2.0 | google/or-tools | .Net: Add support for long[][] -> CpInt64VectorVector |
261,218 | 04.03.2019 14:56:57 | -3,600 | f71b7e0a065c22df3a7e84104d6be8fb16958fc8 | Java: vector.i fixup | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/java/vector.i",
"new_path": "ortools/util/java/vector.i",
"diff": "// Typemaps to represent const std::vector<CType>& arguments as arrays of\n// JavaType.\n%define VECTOR_AS_JAVA_ARRAY(CType, JavaType, JavaTypeName)\n-%typemap(jni) const std::vect... | C++ | Apache License 2.0 | google/or-tools | Java: vector.i fixup |
261,218 | 06.03.2019 11:01:50 | -3,600 | 1304f15ef85c632937b6c39dce64cde703cb4bd6 | Java: constraint_solver.i cleanup | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/constraint_solver.i",
"new_path": "ortools/constraint_solver/java/constraint_solver.i",
"diff": "@@ -1183,6 +1183,7 @@ import java.lang.Runnable;\n%rename (var) Constraint::Var;\n// DisjunctiveConstraint\n+%unignore DisjunctiveCo... | C++ | Apache License 2.0 | google/or-tools | Java: constraint_solver.i cleanup |
261,218 | 05.03.2019 15:26:52 | -3,600 | a44b22f26ce53d64d05c13de18f0f1d0681bb3f9 | Java: routing.i cleanup | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/java/routing_types.i",
"new_path": "ortools/constraint_solver/java/routing_types.i",
"diff": "%define DEFINE_INDEX_TYPE(IndexT)\n// Convert IndexT to (32-bit signed) integers.\n-%typemap(jni) IndexT \"jint\"\n-%typemap(jtype) IndexT \... | C++ | Apache License 2.0 | google/or-tools | Java: routing.i cleanup |
261,218 | 07.03.2019 09:48:35 | -3,600 | 85f0e3817f34a3e2e2dac3b72ca7739bdc698623 | Update PickupDelivery samples | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/samples/VrpPickupDelivery.cs",
"new_path": "ortools/constraint_solver/samples/VrpPickupDelivery.cs",
"diff": "@@ -43,16 +43,18 @@ public class VrpPickupDelivery {\n{776, 868, 1552, 560, 674, 1050, 1278, 742, 1084, 810, 1152, 274, 388,... | C++ | Apache License 2.0 | google/or-tools | Update PickupDelivery samples |
261,218 | 07.03.2019 10:54:24 | -3,600 | 842d1a4d24273acd3a091037eefcf545cc5a1ad1 | Update VRP Pickup Delivery FIFO/LIFO | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/samples/VrpPickupDeliveryFifo.cs",
"new_path": "ortools/constraint_solver/samples/VrpPickupDeliveryFifo.cs",
"diff": "@@ -43,16 +43,18 @@ public class VrpPickupDeliveryFifo {\n{776, 868, 1552, 560, 674, 1050, 1278, 742, 1084, 810, 115... | C++ | Apache License 2.0 | google/or-tools | Update VRP Pickup Delivery FIFO/LIFO |
261,218 | 04.03.2019 15:14:40 | -3,600 | 4b261b41fb1e36dce022ea7e3cef1290981384f7 | .Net: remove Get(Source|Sink)SideMinCut in MaxFlow
no %typemap() for argument of type `vector<T>* INOUT` | [
{
"change_type": "MODIFY",
"old_path": "ortools/graph/csharp/graph.i",
"new_path": "ortools/graph/csharp/graph.i",
"diff": "@@ -55,8 +55,9 @@ typedef uint64_t uint64;\n%unignore operations_research::SimpleMaxFlow::Capacity;\n%unignore operations_research::SimpleMaxFlow::OptimalFlow;\n%unignore opera... | C++ | Apache License 2.0 | google/or-tools | .Net: remove Get(Source|Sink)SideMinCut in MaxFlow
no %typemap() for argument of type `vector<T>* INOUT` |
261,218 | 26.02.2019 17:42:24 | -3,600 | 310ce27f27406c5495aa303f61ed42dcbbe6bef8 | .Net: remove uneeded typedef from vector.i
already in base.i | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/csharp/vector.i",
"new_path": "ortools/util/csharp/vector.i",
"diff": "#include \"ortools/base/integral_types.h\"\n%}\n-typedef int64_t int64;\n-typedef uint64_t uint64;\n-\n// Typemaps to represent const std::vector<TYPE>& arguments as arrays of\... | C++ | Apache License 2.0 | google/or-tools | .Net: remove uneeded typedef from vector.i
- already in base.i |
261,218 | 04.03.2019 15:00:38 | -3,600 | 22a4a1ea554bec6475e9210a238f217531e2ed49 | .Net: Cleanup VECTOR_AS_CSHARP_ARRAY | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/csharp/vector.i",
"new_path": "ortools/util/csharp/vector.i",
"diff": "// Typemaps to represent const std::vector<TYPE>& arguments as arrays of\n// CSHARPTYPE.\n-%define VECTOR_AS_CSHARP_ARRAY(TYPE, CTYPE, CSHARPTYPE)\n-%typemap(ctype) const std::... | C++ | Apache License 2.0 | google/or-tools | .Net: Cleanup VECTOR_AS_CSHARP_ARRAY |
261,218 | 04.03.2019 15:06:32 | -3,600 | dfa2f640dfea83f8bef9112fac02fe949ed4ffc0 | .Net: Add OUTPUT support in VECTOR_AS_CSHARP_ARRAY | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/csharp/vector.i",
"new_path": "ortools/util/csharp/vector.i",
"diff": "}\n%}\n%typemap(freearg) const std::vector<TYPE>& { delete $1; }\n+\n+%typemap(out) const std::vector<TYPE>& %{\n+ $result = new std::vector< CTYPE >((const std::vector< CTYPE>... | C++ | Apache License 2.0 | google/or-tools | .Net: Add OUTPUT support in VECTOR_AS_CSHARP_ARRAY |
261,218 | 04.03.2019 15:01:29 | -3,600 | ee8c0a05f6ca830fc72735b28ff994cc68610a7f | .Net: Cleanup MATRIX_AS_CSHARP_ARRAY | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/csharp/vector.i",
"new_path": "ortools/util/csharp/vector.i",
"diff": "//VECTOR_AS_CSHARP_ARRAY(int64, int64, long);\n//VECTOR_AS_CSHARP_ARRAY(double, double, double);\n-%define MATRIX_AS_CSHARP_ARRAY(TYPE, CTYPE, CSHARPTYPE)\n-%typemap(ctype) con... | C++ | Apache License 2.0 | google/or-tools | .Net: Cleanup MATRIX_AS_CSHARP_ARRAY |
261,218 | 05.03.2019 15:25:57 | -3,600 | 76b5d3438280a0eca4b0d0d0c5d8a176c5e2cbe9 | .Net: Fix tuple_set.i
missing vector.i include
ignore RawData() | [
{
"change_type": "MODIFY",
"old_path": "ortools/util/csharp/tuple_set.i",
"new_path": "ortools/util/csharp/tuple_set.i",
"diff": "%include \"ortools/base/base.i\"\n+%include \"ortools/util/csharp/vector.i\"\n%{\n// TODO(user): See if we really need <vector>.\n#include \"ortools/util/tuple_set.h\"\n%... | C++ | Apache License 2.0 | google/or-tools | .Net: Fix tuple_set.i
- missing vector.i include
- ignore RawData() |
261,218 | 06.03.2019 17:52:31 | -3,600 | 2292fdb49eb9c350e70007b8518f30344a56d6f9 | .Net: Fix linear_solver.i | [
{
"change_type": "MODIFY",
"old_path": "ortools/linear_solver/csharp/linear_solver.i",
"new_path": "ortools/linear_solver/csharp/linear_solver.i",
"diff": "%include \"std_vector.i\"\n%include \"ortools/base/base.i\"\n+%include \"ortools/util/csharp/vector.i\"\n%{\n#include \"ortools/linear_solver/li... | C++ | Apache License 2.0 | google/or-tools | .Net: Fix linear_solver.i |
261,218 | 05.03.2019 15:27:59 | -3,600 | 1e398fabad54bc605ffa8273b078ee66341c4313 | .Net: routing_type.i cleanup | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/csharp/routing_types.i",
"new_path": "ortools/constraint_solver/csharp/routing_types.i",
"diff": "%define DEFINE_INDEX_TYPE(IndexT)\n// Convert IndexT to (32-bit signed) integers.\n-%typemap(ctype) IndexT \"int\"\n-%typemap(imtype) In... | C++ | Apache License 2.0 | google/or-tools | .Net: routing_type.i cleanup |
261,218 | 26.02.2019 17:39:29 | -3,600 | afa5e151562846f65520bbc3a66c45f35c850d1e | .Net: Rework routing.i
Add missing DEFINE_INDEX_TYPE_TYPEDEF() | [
{
"change_type": "MODIFY",
"old_path": "ortools/constraint_solver/csharp/routing.i",
"new_path": "ortools/constraint_solver/csharp/routing.i",
"diff": "@@ -35,95 +35,99 @@ class RoutingSearchParameters;\n%module(directors=\"1\") operations_research;\n-%ignore operations_research::RoutingModel::AddVe... | C++ | Apache License 2.0 | google/or-tools | .Net: Rework routing.i
- Add missing DEFINE_INDEX_TYPE_TYPEDEF() |
261,218 | 06.03.2019 13:21:13 | -3,600 | 76f902ecf88c87fd573895ff7da604e28e1ea218 | Fix contrib/contiguity_transition.cs | [
{
"change_type": "MODIFY",
"old_path": "examples/contrib/contiguity_transition.cs",
"new_path": "examples/contrib/contiguity_transition.cs",
"diff": "@@ -31,11 +31,13 @@ public class ContiguityRegular\nint[] accepting_states = {1,2,3};\n// The regular expression 0*1*0* {state, input, next state}\n- ... | C++ | Apache License 2.0 | google/or-tools | Fix contrib/contiguity_transition.cs |
261,218 | 11.03.2019 11:29:20 | -3,600 | 4907f8095159c69f7cbdc5d807f4aae2245ed514 | Makefile: Fix install_python target on unix
now absl is used as static libraries
(since shared libs is not officially supported) | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.third_party.unix.mk",
"new_path": "makefiles/Makefile.third_party.unix.mk",
"diff": "@@ -402,6 +402,8 @@ $(_ABSL_STATIC_LIB_DIR)libabsl_demangle_internal.a \\\n$(_ABSL_STATIC_LIB_DIR)libabsl_dynamic_annotations.a \\\n_ABSL_LIB_DIR = $(dir $(... | C++ | Apache License 2.0 | google/or-tools | Makefile: Fix install_python target on unix
- now absl is used as static libraries
(since shared libs is not officially supported) |
261,218 | 11.03.2019 14:03:57 | -3,600 | 211c809101151a0dcfce649c5ec3b496632634a0 | Fixup absl install | [
{
"change_type": "MODIFY",
"old_path": "makefiles/Makefile.python.mk",
"new_path": "makefiles/Makefile.python.mk",
"diff": "@@ -1028,7 +1028,7 @@ ifeq ($(UNIX_PROTOBUF_DIR),$(OR_TOOLS_TOP)/dependencies/install)\n$(COPYREC) $(subst /,$S,$(_PROTOBUF_LIB_DIR))libproto* $(PYPI_ARCHIVE_TEMP_DIR)$Sortools... | C++ | Apache License 2.0 | google/or-tools | Fixup absl install |
261,264 | 11.03.2019 13:47:52 | 0 | 98680ba4905d930d6edb1009d34fd294b700b319 | Remove references to tsp and vrp projects from examples solution file | [
{
"change_type": "MODIFY",
"old_path": "examples/dotnet/Google.OrTools.Examples.sln",
"new_path": "examples/dotnet/Google.OrTools.Examples.sln",
"diff": "@@ -37,10 +37,6 @@ Project(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SpeakerSchedulingSat\", \"Spe\nEndProject\nProject(\"{FAE04EC0-301F-11D... | C++ | Apache License 2.0 | google/or-tools | Remove references to tsp and vrp projects from examples solution file |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.