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
02.09.2022 10:22:54
-7,200
323db0a8696972ecb358f62784028131db82e6c8
cmake(ci): Remove all arm workflows
[ { "change_type": "MODIFY", "old_path": "cmake/Makefile", "new_path": "cmake/Makefile", "diff": "@@ -112,21 +112,6 @@ help:\n@echo -e \"\\t${BOLD}sh_glop_<stage>${RESET}: Run a Glop <stage> container using an Ubuntu:rolling docker image (debug purpose).\"\n@echo -e \"\\t${BOLD}clean_glop_<stage>${RES...
C++
Apache License 2.0
google/or-tools
cmake(ci): Remove all arm workflows
261,218
02.09.2022 10:39:03
-7,200
875655a5e70afedada5ac30b63e1e63acdb4be82
cmake(ci): Rework Makefile
[ { "change_type": "MODIFY", "old_path": "cmake/Makefile", "new_path": "cmake/Makefile", "diff": "@@ -36,9 +36,6 @@ help:\n@echo -e \"\\t${BOLD}save_<distro>_<stage>${RESET}: Save a <stage> docker image for a specific distro.\"\n@echo -e \"\\t${BOLD}sh_<distro>_<stage>${RESET}: run a container using t...
C++
Apache License 2.0
google/or-tools
cmake(ci): Rework Makefile
261,218
02.09.2022 11:21:28
-7,200
5e22237e6f050e95a1f557a4aac5b877f9a332c2
Update Protobuf 3.19.4 -> v21.5 note: python 4.21.5, all others languages 3.21.5
[ { "change_type": "MODIFY", "old_path": "Dependencies.txt", "new_path": "Dependencies.txt", "diff": "-Protobuf=3.19.4\n+Protobuf=v21.5\nabseil-cpp=20211102.0\nCbc=2.10.7\nCgl=0.60.5\n" }, { "change_type": "MODIFY", "old_path": "WORKSPACE", "new_path": "WORKSPACE", "diff": "@@ -29,...
C++
Apache License 2.0
google/or-tools
Update Protobuf 3.19.4 -> v21.5 note: python 4.21.5, all others languages 3.21.5
261,218
02.09.2022 13:36:09
-7,200
2d94127d59768d51d9b0dd5fdbe4f04947cf4785
cmake: Remove SOURCE_SUBDIR when fetching protobuf since protobuf v21.5 move root cmake/CMakeLists.txt to root dir
[ { "change_type": "MODIFY", "old_path": "cmake/dependencies/CMakeLists.txt", "new_path": "cmake/dependencies/CMakeLists.txt", "diff": "@@ -97,25 +97,13 @@ if(BUILD_Protobuf)\nset(protobuf_BUILD_SHARED_LIBS OFF)\nset(protobuf_BUILD_EXPORT OFF)\nset(protobuf_MSVC_STATIC_RUNTIME OFF)\n- # FetchContent_D...
C++
Apache License 2.0
google/or-tools
cmake: Remove SOURCE_SUBDIR when fetching protobuf since protobuf v21.5 move root cmake/CMakeLists.txt to root dir
261,218
02.09.2022 15:58:04
-7,200
f41aa968c200865acd07ee992fb077d9a46958b6
update comment in linear_solver.h
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/linear_solver.h", "new_path": "ortools/linear_solver/linear_solver.h", "diff": "@@ -669,6 +669,8 @@ class MPSolver {\n* solver. There is also no guarantee that the solver will use this hint or\n* try to return a solution \"close\" to this...
C++
Apache License 2.0
google/or-tools
update comment in linear_solver.h
261,218
02.09.2022 15:58:28
-7,200
436fbee510e11b1f893fbfd438c87bba9e5d661a
Fix comment in scip_proto_solver.cc
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/scip_proto_solver.cc", "new_path": "ortools/linear_solver/scip_proto_solver.cc", "diff": "@@ -881,7 +881,7 @@ absl::StatusOr<MPSolutionResponse> ScipSolveProto(\nreturn variable_value;\n};\n- // NOTE(user): As of SCIP 8.0.0, getting the p...
C++
Apache License 2.0
google/or-tools
Fix comment in scip_proto_solver.cc
261,218
05.09.2022 14:45:00
-7,200
22221cf2db4e9bd7a6790bb1bb6279b08a044ed6
cmake: Fix SCIP on python
[ { "change_type": "MODIFY", "old_path": "cmake/dependencies/CMakeLists.txt", "new_path": "cmake/dependencies/CMakeLists.txt", "diff": "@@ -212,6 +212,7 @@ if(BUILD_SCIP)\nscip\nGIT_REPOSITORY \"https://github.com/scipopt/scip.git\"\nGIT_TAG \"v801\"\n+ PATCH_COMMAND git apply --ignore-whitespace \"${...
C++
Apache License 2.0
google/or-tools
cmake: Fix SCIP on python (#3454)
261,218
05.09.2022 15:04:39
-7,200
76252d10971df50e6d6c75f24ba1727b134f60be
ci: remove deprecated job
[ { "change_type": "DELETE", "old_path": ".github/workflows/cmake_linux_arm_cpp.yml", "new_path": null, "diff": "-name: CMake Linux ARM C++\n-\n-on: [push, pull_request]\n-\n-# Building using the github runner environement directly.\n-jobs:\n- glop:\n- runs-on: ubuntu-latest\n- steps:\n- - uses: actio...
C++
Apache License 2.0
google/or-tools
ci: remove deprecated job
261,218
05.09.2022 17:39:18
-7,200
f33e95b004dfa1c0eaac11798643897844b80f1d
examples: fix dotnet samples
[ { "change_type": "MODIFY", "old_path": "examples/dotnet/SpeakerSchedulingSat.cs", "new_path": "examples/dotnet/SpeakerSchedulingSat.cs", "diff": "@@ -184,9 +184,9 @@ class SpeakerScheduling\npublic static void Main(String[] args)\n{\nint start = 1;\n- if (args.Length == 1)\n+ if (args.Length >= 2)\n...
C++
Apache License 2.0
google/or-tools
examples: fix dotnet samples
261,230
06.09.2022 12:42:01
-7,200
f69de028ba8341f5ed061507d367445fd0225f07
finish to numpify simple min cost flow
[ { "change_type": "MODIFY", "old_path": "ortools/graph/python/min_cost_flow.cc", "new_path": "ortools/graph/python/min_cost_flow.cc", "diff": "@@ -32,6 +32,8 @@ PYBIND11_MODULE(min_cost_flow, m) {\npybind11::vectorize(&SimpleMinCostFlow::AddArcWithCapacityAndUnitCost));\nsmcf.def(\"set_node_supply\",...
C++
Apache License 2.0
google/or-tools
finish to numpify simple min cost flow
261,230
06.09.2022 14:48:40
-7,200
06f3057ebcbaba862f4ec303aa77b62ccbe8827c
finish to numpify simple max flow
[ { "change_type": "MODIFY", "old_path": "ortools/graph/python/max_flow.cc", "new_path": "ortools/graph/python/max_flow.cc", "diff": "@@ -32,6 +32,8 @@ PYBIND11_MODULE(max_flow, m) {\npybind11::vectorize(&SimpleMaxFlow::AddArcWithCapacity));\nsmf.def(\"set_arc_capacity\", &SimpleMaxFlow::SetArcCapacit...
C++
Apache License 2.0
google/or-tools
finish to numpify simple max flow
261,230
09.09.2022 16:49:35
-7,200
a93c57b7074b2f6f8c2cfb53a689ee3076042a79
[CP-SAT] prepare for reservoir with variable demand; internal tweakes
[ { "change_type": "MODIFY", "old_path": "ortools/java/com/google/ortools/sat/ReservoirConstraint.java", "new_path": "ortools/java/com/google/ortools/sat/ReservoirConstraint.java", "diff": "@@ -37,7 +37,7 @@ public class ReservoirConstraint extends Constraint {\nReservoirConstraintProto.Builder reserv...
C++
Apache License 2.0
google/or-tools
[CP-SAT] prepare for reservoir with variable demand; internal tweakes
261,218
12.09.2022 12:18:53
-7,200
1e73e887dcb3fbd5ff7fc86782f443859afde751
bazel: Add missing linear_solver/python/BUILD.bazel
[ { "change_type": "ADD", "old_path": null, "new_path": "ortools/linear_solver/python/BUILD.bazel", "diff": "+# Python wrapper for model_builder.\n+\n+load(\"@ortools_deps//:requirements.bzl\", \"requirement\")\n+load(\"@pybind11_bazel//:build_defs.bzl\", \"pybind_extension\")\n+load(\"@rules_python//...
C++
Apache License 2.0
google/or-tools
bazel: Add missing linear_solver/python/BUILD.bazel
261,218
05.09.2022 17:40:14
-7,200
69dcac170cdf4a50fca703cf40d76201c87f6d67
export pdlp changes
[ { "change_type": "MODIFY", "old_path": "ortools/pdlp/iteration_stats.cc", "new_path": "ortools/pdlp/iteration_stats.cc", "diff": "@@ -511,7 +511,7 @@ std::optional<ConvergenceInformation> GetConvergenceInformation(\nreturn convergence_information;\n}\n}\n- return absl::nullopt;\n+ return std::nullop...
C++
Apache License 2.0
google/or-tools
export pdlp changes
261,218
14.09.2022 09:18:08
-7,200
9e15af978ee9cacac77f16ce6e70bbbf848e2d66
linear_solver: bump bin_packing_mip.py
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/samples/bin_packing_mip.py", "new_path": "ortools/linear_solver/samples/bin_packing_mip.py", "diff": "@@ -86,7 +86,7 @@ def main():\n# [START print_solution]\nif status == pywraplp.Solver.OPTIMAL:\n- num_bins = 0.\n+ num_bins = 0\nfor j i...
C++
Apache License 2.0
google/or-tools
linear_solver: bump bin_packing_mip.py
261,218
15.09.2022 10:22:15
-7,200
db1b578f9300d28e19b11249d99160cb62548d9c
make: fix doc target
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.doc.mk", "new_path": "makefiles/Makefile.doc.mk", "diff": "@@ -30,45 +30,15 @@ doxy-doc: cpp python java dotnet\n.PHONY: java-doc # Create Javadoc ref documentation.\njava-doc: java\n+ bash -c \"command -v mvn\"\ntools/doc/gen_javadoc.sh\n.P...
C++
Apache License 2.0
google/or-tools
make: fix doc target
261,218
15.09.2022 16:45:22
-7,200
7cc9c8f9d1f9dcf72cadafb3111e7880b1bc537f
Add: util/flat_matrix.h
[ { "change_type": "MODIFY", "old_path": "ortools/util/BUILD.bazel", "new_path": "ortools/util/BUILD.bazel", "diff": "@@ -58,6 +58,14 @@ cc_library(\n],\n)\n+cc_library(\n+ name = \"flat_matrix\",\n+ hdrs = [\"flat_matrix.h\"],\n+ deps = [\n+ \"@com_google_absl//absl/types:span\",\n+ ],\n+)\n+\ncc_lib...
C++
Apache License 2.0
google/or-tools
Add: util/flat_matrix.h
261,218
15.09.2022 16:45:42
-7,200
baf92f7c0f0e36c9ae9aad5222c26e361815eb92
update base/dump_vars.h
[ { "change_type": "MODIFY", "old_path": "ortools/base/BUILD.bazel", "new_path": "ortools/base/BUILD.bazel", "diff": "@@ -143,9 +143,7 @@ cc_library(\nname = \"dump_vars\",\nhdrs = [\"dump_vars.h\"],\ndeps = [\n- \":base\",\n- \"@com_google_absl//absl/base:core_headers\",\n- \"@com_google_absl//absl/s...
C++
Apache License 2.0
google/or-tools
update base/dump_vars.h
261,230
16.09.2022 14:54:01
-7,200
82444b3aa62529b9ad66bd56251e040c055105e5
bump abseil to 20220623.1
[ { "change_type": "MODIFY", "old_path": "Dependencies.txt", "new_path": "Dependencies.txt", "diff": "Protobuf=v21.5\n-abseil-cpp=20211102.0\n+abseil-cpp=20220623.1\nCbc=2.10.7\nCgl=0.60.5\nClp=1.17.7\n" }, { "change_type": "MODIFY", "old_path": "WORKSPACE", "new_path": "WORKSPACE", ...
C++
Apache License 2.0
google/or-tools
bump abseil to 20220623.1
261,230
19.09.2022 14:40:33
-7,200
d633ea8214c165de588711d623625fd3ef7a320a
[CP-SAT] improve doc tag
[ { "change_type": "MODIFY", "old_path": "ortools/sat/python/cp_model.py", "new_path": "ortools/sat/python/cp_model.py", "diff": "@@ -1095,7 +1095,16 @@ class CpModel(object):\nreturn ct\ndef AddElement(self, index, variables, target):\n- \"\"\"Adds the element constraint: `variables[index] == target`...
C++
Apache License 2.0
google/or-tools
[CP-SAT] improve doc tag
261,230
19.09.2022 14:41:11
-7,200
854b7acb24e2eec087391e9864c3ee3c5d1b4985
[CP-SAT] fix unfeasible problem with bool_and with literals shared between the literals, and the enforcement literals
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_loader.cc", "new_path": "ortools/sat/cp_model_loader.cc", "diff": "@@ -880,7 +880,7 @@ void LoadBoolAndConstraint(const ConstraintProto& ct, Model* m) {\nauto* sat_solver = m->GetOrCreate<SatSolver>();\nfor (const Literal literal : mapping...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix unfeasible problem with bool_and with literals shared between the literals, and the enforcement literals
261,218
16.09.2022 18:19:24
-7,200
1cb33b18069806cbc3198213a38cf1e537b779ea
cmake: fix python iterative build
[ { "change_type": "MODIFY", "old_path": "cmake/python.cmake", "new_path": "cmake/python.cmake", "diff": "@@ -289,6 +289,17 @@ add_custom_command(\npython/setup.py\nPy${PROJECT_NAME}_proto\n${PROJECT_NAMESPACE}::ortools\n+ pywrapinit\n+ pywrapknapsack_solver\n+ linear_sum_assignment_pybind11\n+ max_fl...
C++
Apache License 2.0
google/or-tools
cmake: fix python iterative build
261,218
16.09.2022 18:19:56
-7,200
dbcb6772c8f486bc0802276d3146b510c7efd84a
cmake: use of pytest in add_python_test() macro
[ { "change_type": "MODIFY", "old_path": "cmake/python.cmake", "new_path": "cmake/python.cmake", "diff": "@@ -349,7 +349,7 @@ if(BUILD_TESTING)\n# (i.e. \"python setup.py bdist\") while we want to consume the wheel package\nCOMMAND ${VENV_Python3_EXECUTABLE} -m pip install --find-links=${CMAKE_CURRENT...
C++
Apache License 2.0
google/or-tools
cmake: use of pytest in add_python_test() macro
261,218
19.09.2022 16:43:21
-7,200
7e0c28be1fb79da38c3bd3ba2f1a508af1284ece
cleanup from google3
[ { "change_type": "MODIFY", "old_path": "ortools/base/base.i", "new_path": "ortools/base/base.i", "diff": "#if defined(SWIGJAVA)\n// swig/java/typenames.i and swig/java/java.swg typemap C++ 'long int' as Java 'int'\n-// but in C++ 'int64_t' aka 'int64_t' is defined as \"long int\" and we have\n+// bu...
C++
Apache License 2.0
google/or-tools
cleanup from google3
261,218
19.09.2022 18:30:23
-7,200
78b8d894a6e2fcdac15bfc1ebe711c38f99f78f9
cleanup constraint_solver/ includes
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/routing.h", "new_path": "ortools/constraint_solver/routing.h", "diff": "#include \"absl/container/flat_hash_map.h\"\n#include \"absl/container/flat_hash_set.h\"\n#include \"absl/container/inlined_vector.h\"\n-#include \"absl/functiona...
C++
Apache License 2.0
google/or-tools
cleanup constraint_solver/ includes
261,218
21.09.2022 10:30:32
-7,200
9983407249bd85ff00d23ea92b9837733337d40b
msvc: fix util/fp_roundtrip_conv
[ { "change_type": "MODIFY", "old_path": "ortools/util/fp_roundtrip_conv.cc", "new_path": "ortools/util/fp_roundtrip_conv.cc", "diff": "@@ -84,9 +84,9 @@ absl::string_view RoundTripDoubleToBuffer(const double value,\n} // namespace\n#ifdef OPERATION_RESEARCH_STD_TO_CHARS_DOUBLE_SUPPORTED\n-const bool ...
C++
Apache License 2.0
google/or-tools
msvc: fix util/fp_roundtrip_conv
261,230
21.09.2022 18:08:03
-7,200
352e5dc61edf96c891f9616fe280318d60263855
rename variable in nurses samples
[ { "change_type": "MODIFY", "old_path": "ortools/sat/samples/NursesSat.cs", "new_path": "ortools/sat/samples/NursesSat.cs", "diff": "@@ -165,18 +165,18 @@ public class NursesSat\nmaxShiftsPerNurse = minShiftsPerNurse + 1;\n}\n- List<IntVar> numShiftsWorked = new List<IntVar>();\n+ List<IntVar> shifts...
C++
Apache License 2.0
google/or-tools
rename variable in nurses samples
261,230
21.09.2022 18:08:23
-7,200
0faf9251d7ef7fd00b7e14d260614f2ceea2a687
[CP-SAT] improve energetic scheduling cuts code
[ { "change_type": "MODIFY", "old_path": "ortools/sat/intervals.cc", "new_path": "ortools/sat/intervals.cc", "diff": "@@ -647,9 +647,8 @@ IntegerValue SchedulingConstraintHelper::GetMinOverlap(int t,\nIntegerValue ComputeEnergyMinInWindow(\nIntegerValue start_min, IntegerValue start_max, IntegerValue ...
C++
Apache License 2.0
google/or-tools
[CP-SAT] improve energetic scheduling cuts code
261,218
23.09.2022 15:53:49
-7,200
c1f0a9e903ac6942d65eed8432637a37d209ebc5
indent fixup
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/python/pywraprouting_test.py", "new_path": "ortools/constraint_solver/python/pywraprouting_test.py", "diff": "@@ -19,7 +19,6 @@ import unittest\nfrom ortools.constraint_solver import routing_enums_pb2\nfrom ortools.constraint_solver i...
C++
Apache License 2.0
google/or-tools
indent fixup
261,230
26.09.2022 15:37:33
-7,200
779d5912c52fa80e421292ba2f08764b3fbe3551
[CP-SAT] fix bug in lb_tree_search
[ { "change_type": "MODIFY", "old_path": "ortools/sat/integer_expr.cc", "new_path": "ortools/sat/integer_expr.cc", "diff": "@@ -90,6 +90,16 @@ void IntegerSumLE::FillIntegerReason() {\nstd::pair<IntegerValue, IntegerValue> IntegerSumLE::ConditionalLb(\nIntegerLiteral integer_literal, IntegerVariable t...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix bug in lb_tree_search
261,218
26.09.2022 10:27:38
-7,200
ae43368aaf9dfc8a59fc941e219a86411b75386a
export pdlp from google3
[ { "change_type": "MODIFY", "old_path": "ortools/pdlp/primal_dual_hybrid_gradient.cc", "new_path": "ortools/pdlp/primal_dual_hybrid_gradient.cc", "diff": "#include \"absl/strings/str_cat.h\"\n#include \"absl/strings/str_format.h\"\n#include \"absl/strings/string_view.h\"\n+#include \"ortools/base/che...
C++
Apache License 2.0
google/or-tools
export pdlp from google3
261,230
27.09.2022 17:58:36
-7,200
1a5be9484ef1525dd17fbcddd4ca546b84beecab
add glpk option
[ { "change_type": "MODIFY", "old_path": "examples/java/IntegerProgramming.java", "new_path": "examples/java/IntegerProgramming.java", "diff": "@@ -76,6 +76,8 @@ public class IntegerProgramming {\nrunIntegerProgrammingExample(\"SCIP\");\nSystem.out.println(\"---- Integer programming example with CBC -...
C++
Apache License 2.0
google/or-tools
add glpk option
261,230
27.09.2022 18:00:48
-7,200
f39efd5ac8e5e8a508db5e48f03d2253fae7440a
fix, reindent, add tests
[ { "change_type": "MODIFY", "old_path": "ortools/algorithms/java/KnapsackSolverTest.java", "new_path": "ortools/algorithms/java/KnapsackSolverTest.java", "diff": "@@ -27,12 +27,82 @@ public final class KnapsackSolverTest {\nLoader.loadNativeLibraries();\n}\n- @Test\n- public void testKnapsackSolver()...
C++
Apache License 2.0
google/or-tools
fix, reindent, add tests
261,230
27.09.2022 18:01:43
-7,200
cfdb13362dae2795fac340db7a371a2fb406d973
use binary tag for binary variables
[ { "change_type": "MODIFY", "old_path": "ortools/gscip/gscip.cc", "new_path": "ortools/gscip/gscip.cc", "diff": "@@ -68,6 +68,8 @@ SCIP_VARTYPE ConvertVarType(const GScipVarType var_type) {\nswitch (var_type) {\ncase GScipVarType::kContinuous:\nreturn SCIP_VARTYPE_CONTINUOUS;\n+ case GScipVarType::kB...
C++
Apache License 2.0
google/or-tools
use binary tag for binary variables
261,230
27.09.2022 18:04:47
-7,200
ba53ce319b7998e32c4979f1e7c0b160081a90af
[CP-SAT] fix experimental linear code; indent; do not create lb_tree_search when model does not contain objective; fix slow termination
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model.proto", "new_path": "ortools/sat/cp_model.proto", "diff": "@@ -22,7 +22,6 @@ option java_package = \"com.google.ortools.sat\";\noption java_multiple_files = true;\noption java_outer_classname = \"CpModelProtobuf\";\n-\n// An integer variab...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix experimental linear code; indent; do not create lb_tree_search when model does not contain objective; fix slow termination
261,218
28.09.2022 10:32:19
-7,200
adf6e3dcbc3022a71a4fda5a55958c4373790b87
cmake: Fix .Net
[ { "change_type": "MODIFY", "old_path": "cmake/dotnet.cmake", "new_path": "cmake/dotnet.cmake", "diff": "@@ -191,7 +191,6 @@ if(BUILD_TESTING)\nOUTPUT ${DOTNET_TEST_DIR}/timestamp\nCOMMAND ${CMAKE_COMMAND} -E env --unset=TARGETNAME\n${DOTNET_EXECUTABLE} build --nologo -c Release ${TEST_NAME}.csproj\n...
C++
Apache License 2.0
google/or-tools
cmake: Fix .Net
261,218
28.09.2022 11:13:42
-7,200
36d0b802eff32a170bedc0f839c3df9b9bd24163
Bump version v9.4 -> v9.5
[ { "change_type": "MODIFY", "old_path": ".github/ISSUE_TEMPLATE/bug_report.md", "new_path": ".github/ISSUE_TEMPLATE/bug_report.md", "diff": "@@ -5,7 +5,7 @@ about: Create a report to help us improve\n**What version of OR-Tools and what language are you using?**\n-Version: main/v9.4/v9.3 etc.\n+Versio...
C++
Apache License 2.0
google/or-tools
Bump version v9.4 -> v9.5
261,218
28.09.2022 10:30:14
-7,200
e8a854d131c1a8ee8f79c64967d2a353bd3a0aad
bazel: Fix windows build
[ { "change_type": "MODIFY", "old_path": "ortools/base/BUILD.bazel", "new_path": "ortools/base/BUILD.bazel", "diff": "@@ -142,6 +142,12 @@ cc_library(\ncc_library(\nname = \"dump_vars\",\nhdrs = [\"dump_vars.h\"],\n+ copts = select({\n+ \"on_linux\": [],\n+ \"on_macos\": [],\n+ \"on_windows\": [\"/Zc:...
C++
Apache License 2.0
google/or-tools
bazel: Fix windows build
261,218
28.09.2022 13:35:58
-7,200
97c6a11cf0608f567e00c6cff9edd9dbb1bf7b03
cmake: Make BUILD_pybind11=OFF if BUILD_DEPS=OFF
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -259,7 +259,8 @@ if(BUILD_JAVA)\nendif()\nif(BUILD_PYTHON)\n- option(BUILD_pybind11 \"Build pybind11 library\" ON)\n+ CMAKE_DEPENDENT_OPTION(BUILD_pybind11 \"Build the pybind11 dependency Library\" OFF...
C++
Apache License 2.0
google/or-tools
cmake: Make BUILD_pybind11=OFF if BUILD_DEPS=OFF (#3431)
261,218
28.09.2022 15:50:07
-7,200
b78c1e7e35fa0462073d94f143983960bc6a893e
make: Fix java tests
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.java.mk", "new_path": "makefiles/Makefile.java.mk", "diff": "@@ -138,6 +138,7 @@ $(TEMP_JAVA_DIR)/$1/%: \\\n-$(MKDIR) $(TEMP_JAVA_DIR)$S$1$S$$*\n$(TEMP_JAVA_DIR)/$1/%/pom.xml: \\\n+ $(SRC_DIR)/ortools/$1/samples/%.java \\\n${SRC_DIR}/ortools...
C++
Apache License 2.0
google/or-tools
make: Fix java tests
261,218
28.09.2022 16:12:13
-7,200
10e6bdf76264249a00541066bc8226b71bbe2b0c
make: Fix python tests
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.python.mk", "new_path": "makefiles/Makefile.python.mk", "diff": "@@ -81,7 +81,7 @@ rpy_%: \\\n\"$(PYTHON_EXECUTABLE)\" ortools$S$1$Ssamples$S$$*.py $(ARGS)\nendef\n-PYTHON_SAMPLES := algorithms graph constraint_solver linear_solver math_opt ...
C++
Apache License 2.0
google/or-tools
make: Fix python tests
261,218
28.09.2022 16:12:35
-7,200
a29fa6d7b1c72541d3c8e12d33457d48f9c26016
make: Fix dotnet tests
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.dotnet.mk", "new_path": "makefiles/Makefile.dotnet.mk", "diff": "@@ -102,7 +102,8 @@ $(TEMP_DOTNET_DIR)/$1/%: \\\n-$(MKDIR) $(TEMP_DOTNET_DIR)$S$1$S$$*\n$(TEMP_DOTNET_DIR)/$1/%/%.csproj: \\\n- $${SRC_DIR}/ortools/dotnet/Sample.csproj.in \\\n...
C++
Apache License 2.0
google/or-tools
make: Fix dotnet tests
261,218
28.09.2022 18:07:46
-7,200
4fc04740526766e19f8f76b6adc92f2c528ea93d
bazel: fix dump_vars_test on windows
[ { "change_type": "MODIFY", "old_path": "ortools/base/BUILD.bazel", "new_path": "ortools/base/BUILD.bazel", "diff": "@@ -157,6 +157,12 @@ cc_test(\nname = \"dump_vars_test\",\nsize = \"small\",\nsrcs = [\"dump_vars_test.cc\"],\n+ copts = select({\n+ \"on_linux\": [],\n+ \"on_macos\": [],\n+ \"on_wind...
C++
Apache License 2.0
google/or-tools
bazel: fix dump_vars_test on windows
261,218
28.09.2022 18:21:45
-7,200
c4ac085833b6a175ac3e8763f44161d07c0e797b
dotnet: fix examples/tests
[ { "change_type": "MODIFY", "old_path": "examples/tests/issue18.cs", "new_path": "examples/tests/issue18.cs", "diff": "// limitations under the License.\nusing System;\n-using Xunit;\nusing System.Collections.Generic;\nusing Google.OrTools.ConstraintSolver;\n-namespace Google.OrTools.Tests\n+public c...
C++
Apache License 2.0
google/or-tools
dotnet: fix examples/tests
261,218
30.09.2022 11:53:08
-7,200
1e24a4efcce4ff57465e6e90026fd0742f66d6fe
cmake(ci): Bump centos python 3.6 -> 3.9
[ { "change_type": "MODIFY", "old_path": "cmake/docker/centos/python.Dockerfile", "new_path": "cmake/docker/centos/python.Dockerfile", "diff": "FROM ortools/cmake:centos_swig AS env\nENV PATH=/root/.local/bin:$PATH\nRUN dnf -y update \\\n-&& dnf -y install python36-devel \\\n+&& dnf -y install python3...
C++
Apache License 2.0
google/or-tools
cmake(ci): Bump centos python 3.6 -> 3.9
261,218
30.09.2022 11:53:14
-7,200
6a1a0553fe23100913b96070cadd964f250b94ac
make(ci): Bump centos python 3.6 -> 3.9
[ { "change_type": "MODIFY", "old_path": "makefiles/docker/centos/python.Dockerfile", "new_path": "makefiles/docker/centos/python.Dockerfile", "diff": "FROM ortools/make:centos_swig AS env\nRUN dnf -y update \\\n-&& dnf -y install python39-devel python39-pip python39-wheel python39-numpy \\\n+&& dnf -...
C++
Apache License 2.0
google/or-tools
make(ci): Bump centos python 3.6 -> 3.9
261,218
30.09.2022 14:24:58
-7,200
40c87e6203d3a7a17887d472e1a3a6d9ac89a0fd
remove test.py.in
[ { "change_type": "MODIFY", "old_path": "cmake/python.cmake", "new_path": "cmake/python.cmake", "diff": "@@ -384,21 +384,11 @@ if(BUILD_TESTING)\nCOMMENT \"Create venv and install ${PYTHON_PROJECT}\"\nVERBATIM)\n- add_custom_command(TARGET python_package POST_BUILD\n- DEPENDS python/test.py\n- COMMAN...
C++
Apache License 2.0
google/or-tools
remove test.py.in
261,218
30.09.2022 14:04:25
-7,200
683303e96e395d210b36fd16012fb3e8918a4086
tools/docker: Add debian-sid
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "@@ -93,6 +93,7 @@ help:\n@echo -e \"\\t\\t${BOLD}archlinux${RESET} (latest)\"\n@echo -e \"\\t\\t${BOLD}centos-8${RESET} (Centos Stream 8)\"\n@echo -e \"\\t\\t${BOLD}centos-7${RESET} (Centos ...
C++
Apache License 2.0
google/or-tools
tools/docker: Add debian-sid
261,218
30.09.2022 14:05:01
-7,200
daed241ba8779dbbe9cd73a8fec4ed7a4f134ff9
tools/docker: Add ubuntu-22.10
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "@@ -101,6 +101,7 @@ help:\n@echo -e \"\\t\\t${BOLD}fedora-34${RESET}\"\n@echo -e \"\\t\\t${BOLD}fedora-33${RESET}\"\n@echo -e \"\\t\\t${BOLD}opensuse-leap${RESET} (latest)\"\n+ @echo -e \"\\...
C++
Apache License 2.0
google/or-tools
tools/docker: Add ubuntu-22.10
261,218
30.09.2022 14:39:16
-7,200
edd1544375bd55f79168db315151a48faa548fa0
cmake: make ortools install in venv more robuste
[ { "change_type": "MODIFY", "old_path": "cmake/python.cmake", "new_path": "cmake/python.cmake", "diff": "@@ -376,7 +376,8 @@ if(BUILD_TESTING)\n#COMMAND ${VENV_EXECUTABLE} ${VENV_DIR}\n# Must NOT call it in a folder containing the setup.py otherwise pip call it\n# (i.e. \"python setup.py bdist\") whi...
C++
Apache License 2.0
google/or-tools
cmake: make ortools install in venv more robuste (#3260)
261,218
30.09.2022 14:47:49
-7,200
dd29e9c0ae254fb2f79383c2a89ccca26f3dc856
python: rework setup.py.in
[ { "change_type": "MODIFY", "old_path": "ortools/python/setup.py.in", "new_path": "ortools/python/setup.py.in", "diff": "@@ -38,7 +38,7 @@ def read(fname):\nsetup(\n- name='@PROJECT_NAME@',\n+ name='@PYTHON_PROJECT@',\nversion='@PROJECT_VERSION@',\npackages=find_packages(),\npython_requires='>= 3.6',...
C++
Apache License 2.0
google/or-tools
python: rework setup.py.in
261,218
30.09.2022 18:08:44
-7,200
3a284dc617e553c9e5cc2c3cff8a6755b5b31610
fixup cmake/samples/*
[ { "change_type": "MODIFY", "old_path": "cmake/samples/cpp/CMakeLists.txt", "new_path": "cmake/samples/cpp/CMakeLists.txt", "diff": "+# Copyright 2010-2022 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 Lice...
C++
Apache License 2.0
google/or-tools
fixup cmake/samples/*
261,230
03.10.2022 13:19:26
-7,200
488211ed64aeca7077b2b44317590e3f0d98900e
Add empty stubs for Highs support,
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/linear_solver.h", "new_path": "ortools/linear_solver/linear_solver.h", "diff": "@@ -199,10 +199,12 @@ class MPSolver {\n// gradient method. Sometimes faster than Glop for medium-size problems and\n// scales to much larger problems than Gl...
C++
Apache License 2.0
google/or-tools
Add empty stubs for Highs support, #3116
261,230
03.10.2022 14:25:58
-7,200
4fcef6ee8f198919979dd35ee144de7a0d4e30b0
add minimal highs interface
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/BUILD.bazel", "new_path": "ortools/linear_solver/BUILD.bazel", "diff": "@@ -75,6 +75,7 @@ cc_library(\n\"glop_interface.cc\",\n\"glop_utils.cc\",\n\"gurobi_interface.cc\",\n+ \"highs_interface.cc\",\n\"linear_expr.cc\",\n\"linear_solver_c...
C++
Apache License 2.0
google/or-tools
add minimal highs interface
261,230
04.10.2022 09:19:18
-7,200
b3c74d67776122c753219dc08436212abcdffa9d
add bazel to workspace
[ { "change_type": "MODIFY", "old_path": "WORKSPACE", "new_path": "WORKSPACE", "diff": "@@ -29,7 +29,7 @@ git_repository(\n# Protobuf\ngit_repository(\nname = \"com_google_protobuf\",\n- tag = \"v21.5\",\n+ tag = \"v21.7\",\nremote = \"https://github.com/protocolbuffers/protobuf.git\",\n)\n# Load comm...
C++
Apache License 2.0
google/or-tools
add bazel to workspace
261,218
04.10.2022 17:10:56
-7,200
fbc5b13dba041d41099f351be89eee483cc879f7
Add KnapsackSolverTests.cs (Fix
[ { "change_type": "ADD", "old_path": null, "new_path": "ortools/algorithms/csharp/KnapsackSolverTests.cs", "diff": "+// Copyright 2010-2022 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 ...
C++
Apache License 2.0
google/or-tools
Add KnapsackSolverTests.cs (Fix #3481)
261,218
04.10.2022 17:31:01
-7,200
bd15d133b1d4359574499d82a06963a014079e25
make: Fix makefile.dotnet.mk
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.dotnet.mk", "new_path": "makefiles/Makefile.dotnet.mk", "diff": "@@ -283,8 +283,8 @@ $(TEMP_DOTNET_DIR)/$1/%/%.cs: \\\nrdotnet_%: \\\ndotnet \\\n- $(TEMP_DOTNET_DIR)/$1/%/%.cs \\\n$(TEMP_DOTNET_DIR)/$1/%/%.csproj \\\n+ $(TEMP_DOTNET_DIR)/$1/...
C++
Apache License 2.0
google/or-tools
make: Fix makefile.dotnet.mk
261,218
04.10.2022 17:32:59
-7,200
5528f58e8f50377de7b7c3aec825d8d1a5163e5a
Fix ConstraintSolverTests.cs
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/csharp/ConstraintSolverTests.cs", "new_path": "ortools/constraint_solver/csharp/ConstraintSolverTests.cs", "diff": "@@ -35,6 +35,7 @@ public class ConstraintSolverTest\npublic void IntVarConstructor()\n{\nSolver solver = new Solver(\"...
C++
Apache License 2.0
google/or-tools
Fix ConstraintSolverTests.cs
261,218
05.10.2022 12:46:43
-7,200
52a699bf1357b6e7200c2c7e793e5f4edfaedeaf
makefiles comments fixup
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -469,7 +469,7 @@ check_cpp_pimpl: \\\nrcpp_max_flow \\\nrcpp_min_cost_flow\n-.PHONY: test_cc_tests # Build and Run all C++ Tests (located in ortools/examples/tests)\n+.PHONY: test...
C++
Apache License 2.0
google/or-tools
makefiles comments fixup
261,218
05.10.2022 18:33:10
-7,200
4585f7ae7af1050743f583ebbd9487c64c9c0b00
Add license boiler plate
[ { "change_type": "MODIFY", "old_path": ".cmake-format.py", "new_path": ".cmake-format.py", "diff": "-#!/usr/bin/env python3\n# Copyright 2010-2022 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# WI...
C++
Apache License 2.0
google/or-tools
Add license boiler plate
261,218
05.10.2022 18:33:43
-7,200
86321f202518d5d30d0f82f5c69dcc896da2da6f
cmake: prepare HiGHS support
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -209,6 +209,16 @@ if(USE_GLPK)\nmessage(STATUS \"Build GLPK: ${BUILD_GLPK}\")\nendif()\n+## HiGHS\n+# see: https://github.com/ERGO-Code/HiGHS\n+CMAKE_DEPENDENT_OPTION(USE_HIGHS \"Use the HiGHS solver\"...
C++
Apache License 2.0
google/or-tools
cmake: prepare HiGHS support
261,218
07.10.2022 13:45:54
-7,200
7feea629cbf248ee0ca357ed096fd1f69ef2b428
make: remove duplicate recipe
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.dotnet.mk", "new_path": "makefiles/Makefile.dotnet.mk", "diff": "@@ -231,9 +231,6 @@ $(foreach example,$(DOTNET_EXAMPLES),$(eval $(call dotnet-example-target,$(examp\n# Tests\ndefine dotnet-test-target =\n-$(TEMP_DOTNET_DIR)/$1: | $(TEMP_DOT...
C++
Apache License 2.0
google/or-tools
make: remove duplicate recipe
261,218
07.10.2022 18:20:58
-7,200
d18fd1fb54754b0888db82af4cf174fedde6f142
cmake: Readme fixup
[ { "change_type": "MODIFY", "old_path": "cmake/README.md", "new_path": "cmake/README.md", "diff": "[windows_dotnet_svg]: https://github.com/google/or-tools/actions/workflows/cmake_windows_dotnet.yml/badge.svg?branch=main\n[windows_dotnet_link]: https://github.com/google/or-tools/actions/workflows/cma...
C++
Apache License 2.0
google/or-tools
cmake: Readme fixup
261,218
07.10.2022 18:21:08
-7,200
7233240a1bbf206241fc798dc044897ed142b2b7
examples/java: fixup
[ { "change_type": "MODIFY", "old_path": "examples/java/RabbitsPheasants.java", "new_path": "examples/java/RabbitsPheasants.java", "diff": "@@ -33,10 +33,8 @@ public class RabbitsPheasants {\n* seeing?\n*/\nprivate static void solve(boolean traceSearch) {\n- ConstraintSolverParameters parameters = Con...
C++
Apache License 2.0
google/or-tools
examples/java: fixup
261,218
07.10.2022 18:22:25
-7,200
cecd0b994e29510b5eb06cf1111a2e92a25a3bb6
add knapsack_interface.cc
[ { "change_type": "ADD", "old_path": null, "new_path": "ortools/linear_solver/knapsack_interface.cc", "diff": "+// Copyright 2010-2022 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 o...
C++
Apache License 2.0
google/or-tools
add knapsack_interface.cc
261,218
07.10.2022 18:24:17
-7,200
1d5805f8c78d30ba5c7fecb2604a138c449595cf
pdlp: add samples
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -336,7 +336,7 @@ include(dotnet)\n# Since samples mix all languages we must parse them once we have included all\n# <language>.cmake files\n-foreach(SAMPLES IN ITEMS algorithms graph glop constraint_so...
C++
Apache License 2.0
google/or-tools
pdlp: add samples
261,218
10.10.2022 11:42:28
-7,200
261ce61ae1efbc1288cb0a9ee94d94e1e85bce16
python: fixup
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/python/model_builder_test.py", "new_path": "ortools/linear_solver/python/model_builder_test.py", "diff": "+#!/usr/bin/env python3\n# Copyright 2010-2022 Google LLC\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# yo...
C++
Apache License 2.0
google/or-tools
python: fixup
261,218
07.10.2022 18:21:23
-7,200
4f647a0d61c066dff6a29ceeb13cd5c9061cc362
examples/python: cleanup
[ { "change_type": "MODIFY", "old_path": "examples/python/appointments.py", "new_path": "examples/python/appointments.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 under the...
C++
Apache License 2.0
google/or-tools
examples/python: cleanup
261,230
10.10.2022 15:03:10
-7,200
a25d93fcfabcd3ab7e79bfc2a3d757aceaebc8eb
qap_sat solver and qap reader
[ { "change_type": "MODIFY", "old_path": "examples/cpp/BUILD.bazel", "new_path": "examples/cpp/BUILD.bazel", "diff": "@@ -434,6 +434,20 @@ cc_binary(\n],\n)\n+\n+cc_binary(\n+ name = \"qap_sat\",\n+ srcs = [\"qap_sat.cc\"],\n+ deps = [\n+ \"//ortools/base\",\n+ \"//ortools/sat:cp_model\",\n+ \"//ortoo...
C++
Apache License 2.0
google/or-tools
qap_sat solver and qap reader
261,230
11.10.2022 13:36:35
-7,200
d4d10c0e5cc11b3109a50e16b42c705941ffeaf5
python example to solve a mps file
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/python/model_builder.py", "new_path": "ortools/linear_solver/python/model_builder.py", "diff": "@@ -926,7 +926,7 @@ class ModelSolver(object):\ndef enable_output(self, enabled):\n\"\"\"Controls the solver backend logs.\"\"\"\n- self.__sol...
C++
Apache License 2.0
google/or-tools
python example to solve a mps file
261,230
11.10.2022 14:26:32
-7,200
2a2775ec23f7f9e24c55aafaab8464f12ee6d271
[UTIL] fix test; support qap problems with objective
[ { "change_type": "MODIFY", "old_path": "ortools/util/python/sorted_interval_list_test.py", "new_path": "ortools/util/python/sorted_interval_list_test.py", "diff": "+#!/usr/bin/env python3\n# Copyright 2010-2022 Google LLC\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you ma...
C++
Apache License 2.0
google/or-tools
[UTIL] fix test; support qap problems with objective
261,230
11.10.2022 16:08:47
-7,200
cbe7bed9685d8e93e4820679c13b6d0a9a21d53b
qap_sat: exit gracefully if no input file
[ { "change_type": "MODIFY", "old_path": "examples/cpp/qap_sat.cc", "new_path": "examples/cpp/qap_sat.cc", "diff": "@@ -131,7 +131,11 @@ static const char kUsageStr[] =\nint main(int argc, char** argv) {\nInitGoogle(kUsageStr, &argc, &argv, /*remove_flags=*/true);\n- CHECK(!absl::GetFlag(FLAGS_input)....
C++
Apache License 2.0
google/or-tools
qap_sat: exit gracefully if no input file
261,230
11.10.2022 16:23:29
-7,200
c0e5ca1cd107de803e358528e8023e2626fa15a8
disable assert on windows; fix test
[ { "change_type": "MODIFY", "old_path": "examples/cpp/qap_sat.cc", "new_path": "examples/cpp/qap_sat.cc", "diff": "@@ -132,7 +132,7 @@ static const char kUsageStr[] =\nint main(int argc, char** argv) {\nInitGoogle(kUsageStr, &argc, &argv, /*remove_flags=*/true);\n- if (!absl::GetFlag(FLAGS_input).emp...
C++
Apache License 2.0
google/or-tools
disable assert on windows; fix test
261,218
14.10.2022 17:14:42
-7,200
d127ce7582be748770e1a71550c15579d355c4ae
algorithm: comment fixup
[ { "change_type": "MODIFY", "old_path": "ortools/algorithms/knapsack_solver_for_cuts.h", "new_path": "ortools/algorithms/knapsack_solver_for_cuts.h", "diff": "// solver.Init(profits, weights, capacity);\n// bool is_solution_optimal = false;\n// std::unique_ptr<TimeLimit> time_limit =\n-// absl::make_...
C++
Apache License 2.0
google/or-tools
algorithm: comment fixup
261,218
14.10.2022 17:04:37
-7,200
d3687c3f36d7d32e27ab0e331c6f783a3aa34df6
linear_solver: google3 export
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/linear_solver.cc", "new_path": "ortools/linear_solver/linear_solver.cc", "diff": "@@ -524,6 +524,7 @@ bool MPSolver::SupportsProblemType(OptimizationProblemType problem_type) {\nreturn true;\n}\n#endif\n+\nreturn false;\n}\n" }, { ...
C++
Apache License 2.0
google/or-tools
linear_solver: google3 export
261,218
14.10.2022 17:05:09
-7,200
92243dfe843059ef9873eafcb0991a3a6ed5f3dc
math_opt format fixup
[ { "change_type": "MODIFY", "old_path": "ortools/math_opt/constraints/quadratic/quadratic_constraint.h", "new_path": "ortools/math_opt/constraints/quadratic/quadratic_constraint.h", "diff": "@@ -77,6 +77,7 @@ class QuadraticConstraint {\n// Returns a detailed string description of the contents of the...
C++
Apache License 2.0
google/or-tools
math_opt format fixup
261,218
14.10.2022 17:14:05
-7,200
2ec52bdaa1a16ff5dbaf278ba3a559934222af30
graph: fixup
[ { "change_type": "MODIFY", "old_path": "ortools/graph/BUILD.bazel", "new_path": "ortools/graph/BUILD.bazel", "diff": "@@ -73,6 +73,7 @@ cc_library(\nhdrs = [\"io.h\"],\ndeps = [\n\":graph\",\n+ \"//ortools/base:numbers\",\n\"//ortools/util:filelineiter\",\n\"@com_google_absl//absl/status\",\n\"@com_...
C++
Apache License 2.0
google/or-tools
graph: fixup
261,218
14.10.2022 17:36:52
-7,200
7a9c264fa67c718faa4e1a8c3fca4fb3916c62e5
routing: random fixup
[ { "change_type": "MODIFY", "old_path": "ortools/routing/cvrptw_lib.cc", "new_path": "ortools/routing/cvrptw_lib.cc", "diff": "@@ -53,8 +53,8 @@ void LocationContainer::AddRandomLocation(int64_t x_max, int64_t y_max) {\nvoid LocationContainer::AddRandomLocation(int64_t x_max, int64_t y_max,\nint dupl...
C++
Apache License 2.0
google/or-tools
routing: random fixup
261,237
15.10.2022 22:44:07
-19,080
eb41252897cde5056e4db764e10d2cd47821d164
Made comment consistent with documentation
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/routing.h", "new_path": "ortools/constraint_solver/routing.h", "diff": "@@ -562,7 +562,7 @@ class RoutingModel {\n/// Quantities at a node are represented by \"cumul\" variables and the increase\n/// or decrease of quantities between ...
C++
Apache License 2.0
google/or-tools
Made comment consistent with documentation
261,287
16.10.2022 19:49:54
-10,800
fd40e606e92e15cc27d9caaee9a312f674d068d8
add C++ Multiplication equality sample
[ { "change_type": "ADD", "old_path": null, "new_path": "ortools/sat/samples/non_linear_sat.cc", "diff": "+// Copyright 2010-2022 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 ...
C++
Apache License 2.0
google/or-tools
add C++ Multiplication equality sample
261,287
16.10.2022 19:50:00
-10,800
6c17e56e8d56fc4f907d73da8b7f4947a8865fee
add Python Multiplication equality sample
[ { "change_type": "ADD", "old_path": null, "new_path": "ortools/sat/samples/non_linear_sat.py", "diff": "+#!/usr/bin/env python3\n+# Copyright 2010-2022 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...
C++
Apache License 2.0
google/or-tools
add Python Multiplication equality sample
261,218
14.10.2022 18:19:38
-7,200
294a433cb16d6f44e9a8eb896bd0223e9ac8b215
util/stats: use absl::string_view
[ { "change_type": "MODIFY", "old_path": "ortools/util/stats.cc", "new_path": "ortools/util/stats.cc", "diff": "@@ -42,7 +42,7 @@ std::string MemoryUsage() {\n}\n}\n-Stat::Stat(const std::string& name, StatsGroup* group) : name_(name) {\n+Stat::Stat(absl::string_view name, StatsGroup* group) : name_(n...
C++
Apache License 2.0
google/or-tools
util/stats: use absl::string_view
261,218
17.10.2022 11:04:58
-7,200
a64610f9ad3770c556c8bba1d913e19d8c471256
base: Fix file::WriteString don't close file in WriteString to have the same behaviour than in google3
[ { "change_type": "MODIFY", "old_path": "ortools/base/file.cc", "new_path": "ortools/base/file.cc", "diff": "@@ -162,30 +162,39 @@ File* OpenOrDie(const absl::string_view& filename,\nabsl::Status GetContents(const absl::string_view& filename, std::string* output,\nint flags) {\n- if (flags == Default...
C++
Apache License 2.0
google/or-tools
base: Fix file::WriteString don't close file in WriteString to have the same behaviour than in google3
261,218
17.10.2022 11:12:19
-7,200
c75447d087fafec3d87dbfd6968b81ce414b0255
routing: fix file_name in test
[ { "change_type": "MODIFY", "old_path": "ortools/routing/cvrptw_lib.cc", "new_path": "ortools/routing/cvrptw_lib.cc", "diff": "#include <utility>\n#include \"absl/container/btree_set.h\"\n-#include \"absl/memory/memory.h\"\n#include \"absl/strings/str_format.h\"\n#include \"ortools/base/logging.h\"\n...
C++
Apache License 2.0
google/or-tools
routing: fix file_name in test
261,218
17.10.2022 14:23:54
-7,200
b0f3335fda470decfec775f147c5949af0738fe4
routing: Add F-n45-k4
[ { "change_type": "ADD", "old_path": null, "new_path": "ortools/routing/testdata/tsplib_F-n45-k4.vrp", "diff": "+NAME : F-n45-k4\n+COMMENT : (Fisher: problem 10, Min no of trucks: 4, Best value: 728)\n+TYPE : CVRP\n+DIMENSION : 45\n+EDGE_WEIGHT_TYPE : EUC_2D\n+CAPACITY : 2010\n+NODE_COORD_SECTION\n+1...
C++
Apache License 2.0
google/or-tools
routing: Add F-n45-k4
261,218
17.10.2022 16:05:56
-7,200
ee7dce4606e0ad60587a5017a6bbd523c763b15d
cmake: Rework CPLEX support
[ { "change_type": "MODIFY", "old_path": "cmake/FindCPLEX.cmake", "new_path": "cmake/FindCPLEX.cmake", "diff": "@@ -74,8 +74,12 @@ if(CPLEX_FOUND AND NOT TARGET CPLEX::CPLEX)\ntarget_include_directories(CPLEX::CPLEX SYSTEM INTERFACE \"${CPLEX_ROOT}/cplex/include\")\nif(APPLE) # be aware that `UNIX` is...
C++
Apache License 2.0
google/or-tools
cmake: Rework CPLEX support (#3499)
261,218
17.10.2022 16:10:22
-7,200
56fe72ba39cea4f66469e3c762d9f1d86e86b87e
sat: Add NonLinearSat.java
[ { "change_type": "ADD", "old_path": null, "new_path": "ortools/sat/samples/NonLinearSat.java", "diff": "+// Copyright 2010-2022 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 ...
C++
Apache License 2.0
google/or-tools
sat: Add NonLinearSat.java
261,218
17.10.2022 16:11:22
-7,200
1f164099e63810b63fc67f36f4f8a5ec6fe5b910
make: Fix sat samples list
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -433,20 +433,31 @@ test_cc_model_builder_samples: \\\n.PHONY: test_cpp_sat_samples # Build and Run all C++ Sat Samples (located in ortools/sat/samples)\ntest_cpp_sat_samples: \\\n...
C++
Apache License 2.0
google/or-tools
make: Fix sat samples list
261,230
18.10.2022 14:19:15
-7,200
e8e53ae6eea804033c6322f0dbd31844ec87b602
[CP-SAT] coefficient strenghtening
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_presolve.cc", "new_path": "ortools/sat/cp_model_presolve.cc", "diff": "@@ -2593,6 +2593,7 @@ void CpModelPresolver::TryToReduceCoefficientsOfLinearConstraint(\n}\nif (max_error == 0) break; // Last term.\n+\nif ((!use_ub ||\nmax_error <= P...
C++
Apache License 2.0
google/or-tools
[CP-SAT] coefficient strenghtening
261,230
19.10.2022 13:51:03
-7,200
775dda655da485d52c3d057f1bcbac4f7e94f194
[CP-SAT] more presolve on linear
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_presolve.cc", "new_path": "ortools/sat/cp_model_presolve.cc", "diff": "@@ -2509,6 +2509,7 @@ void CpModelPresolver::TryToReduceCoefficientsOfLinearConstraint(\nstruct Entry {\nint64_t magnitude;\nint64_t max_variation;\n+ int index;\n};\ns...
C++
Apache License 2.0
google/or-tools
[CP-SAT] more presolve on linear
261,218
19.10.2022 09:06:23
-7,200
6d1dd329745bd4be2ee6d7bc12f6cb02ca397291
sat(java): fix typo in comment
[ { "change_type": "MODIFY", "old_path": "ortools/java/com/google/ortools/sat/CumulativeConstraint.java", "new_path": "ortools/java/com/google/ortools/sat/CumulativeConstraint.java", "diff": "@@ -47,7 +47,7 @@ public class CumulativeConstraint extends Constraint {\n* Adds all pairs (intervals[i], dema...
C++
Apache License 2.0
google/or-tools
sat(java): fix typo in comment
261,218
19.10.2022 17:51:20
-7,200
cde57b01b86e7c793bb8817227ad5d35cdd5ff0a
make: Fix rules overwrite
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -208,6 +208,7 @@ $(TEMP_CPP_DIR)/$1/%: \\\n-$(MKDIR) $(TEMP_CPP_DIR)$S$1$S$$*\n$(TEMP_CPP_DIR)/$1/%/CMakeLists.txt: \\\n+ $(SRC_DIR)/ortools/$1/samples/%.cc \\\n${SRC_DIR}/ortools...
C++
Apache License 2.0
google/or-tools
make: Fix rules overwrite
261,218
19.10.2022 17:51:34
-7,200
0aea5a3484716409cb2603eeda290de6166d15a5
pdlp: Fix java package
[ { "change_type": "MODIFY", "old_path": "ortools/pdlp/solve_log.proto", "new_path": "ortools/pdlp/solve_log.proto", "diff": "@@ -18,6 +18,9 @@ syntax = \"proto2\";\npackage operations_research.pdlp;\n+option java_package = \"com.google.ortools.pdlp\";\n+option java_multiple_files = true;\n+\nimport \...
C++
Apache License 2.0
google/or-tools
pdlp: Fix java package
261,218
21.10.2022 09:00:40
-7,200
3aafb0a2c4387c862edf78a792c26023a3ebfc7f
routing: VrpSolutionCallback cleanup
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/samples/VrpSolutionCallback.cs", "new_path": "ortools/constraint_solver/samples/VrpSolutionCallback.cs", "diff": "@@ -83,33 +83,35 @@ public class VrpSolutionCallback\n// [END solution_callback_printer]\n// [START solution_callback]\n...
C++
Apache License 2.0
google/or-tools
routing: VrpSolutionCallback cleanup
261,218
21.10.2022 11:30:49
-7,200
87ebc3726dd08ebefecf68aeea58567f62f7cb86
routing: Fix export
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/routing_search.h", "new_path": "ortools/constraint_solver/routing_search.h", "diff": "#include <optional>\n#include <set>\n#include <string>\n+#include <type_traits>\n#include <tuple>\n#include <utility>\n#include <vector>\n@@ -833,16...
C++
Apache License 2.0
google/or-tools
routing: Fix export
261,236
23.10.2022 03:52:19
-3,600
e94815c5670e720102aa0a7327387e71703927cd
Bugfixes for cover_rectangle example
[ { "change_type": "MODIFY", "old_path": "examples/notebook/examples/cover_rectangle_sat.ipynb", "new_path": "examples/notebook/examples/cover_rectangle_sat.ipynb", "diff": "\"id\": \"description\",\n\"metadata\": {},\n\"source\": [\n- \"Fill a 72x37 rectangle by a minimum number of non-overlapping sq...
C++
Apache License 2.0
google/or-tools
Bugfixes for cover_rectangle example
261,230
23.10.2022 08:12:20
-7,200
a8bc9af29b969c5352c373c35bc3cc6814fb8b51
fix symmetry breaking
[ { "change_type": "MODIFY", "old_path": "examples/python/cover_rectangle_sat.py", "new_path": "examples/python/cover_rectangle_sat.py", "diff": "@@ -74,8 +74,8 @@ def cover_rectangle(num_squares):\nmodel.Add(x_starts[i] <= x_starts[i + 1]).OnlyEnforceIf(same)\n# Symmetry breaking 2: first square in o...
C++
Apache License 2.0
google/or-tools
fix symmetry breaking
261,218
21.10.2022 17:07:09
-7,200
228f9593aaa49ef7a392e5f304c6555870261790
cmake(dotnet): Fix dependency dotnet_package was not rebuild when dotnet_native_package change
[ { "change_type": "MODIFY", "old_path": "cmake/dotnet.cmake", "new_path": "cmake/dotnet.cmake", "diff": "@@ -131,7 +131,10 @@ foreach(PROTO_FILE IN LISTS proto_dotnet_files)\nVERBATIM)\nlist(APPEND PROTO_DOTNETS ${PROTO_DOTNET})\nendforeach()\n-add_custom_target(Dotnet${PROJECT_NAME}_proto DEPENDS ${...
C++
Apache License 2.0
google/or-tools
cmake(dotnet): Fix dependency dotnet_package was not rebuild when dotnet_native_package change
261,218
21.10.2022 17:07:47
-7,200
297863832613b0b464d3a79111ff72224d14991a
make: disable test build
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -64,6 +64,7 @@ third_party:\n-DBUILD_PYTHON=$(BUILD_PYTHON) \\\n-DBUILD_EXAMPLES=OFF \\\n-DBUILD_SAMPLES=OFF \\\n+ -DBUILD_TESTING=OFF \\\n-DUSE_COINOR=$(USE_COINOR) \\\n-DUSE_GLP...
C++
Apache License 2.0
google/or-tools
make: disable test build
261,218
24.10.2022 08:39:59
-7,200
38b86138fc3faf74b96addfee0c953f997cffe72
routing(csharp): Clean tests
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/csharp/RoutingSolverTests.cs", "new_path": "ortools/constraint_solver/csharp/RoutingSolverTests.cs", "diff": "@@ -26,8 +26,10 @@ public class RoutingSolverTest\n{\n// Create Routing Index Manager\nRoutingIndexManager manager = new Rou...
C++
Apache License 2.0
google/or-tools
routing(csharp): Clean tests Signed-off-by: Corentin Le Molgat <corentinl@google.com>