Commit Graph

11654 Commits

Author SHA1 Message Date
Laurent Perron
dbaef62eb5 [CP-SAT] improvements to feasibility_jump, better presolve on lin_max; tuning 2023-04-21 12:48:03 +02:00
Laurent Perron
f4f9b622a5 python f-string 2023-04-21 12:47:09 +02:00
Laurent Perron
c08f1b7e79 cleanup, new logs 2023-04-21 12:46:52 +02:00
Laurent Perron
dfdf042f6b mostly include/refactor 2023-04-21 12:46:19 +02:00
Laurent Perron
b7b17779cc Merge pull request #3758 from rajgoel/zero_index
Allow last_variable_index_ to be zero
2023-04-19 16:10:25 +02:00
Asvin Goel
c65083da5b Allow last_variable_index_ to be zero 2023-04-19 15:24:09 +02:00
Corentin Le Molgat
3e8ac8633a update notebooks 2023-04-13 15:46:22 +02:00
Corentin Le Molgat
a26be5b7bc routing: Remove format() in python samples 2023-04-13 15:46:22 +02:00
Corentin Le Molgat
19baa38270 deps: Bump abseil-cpp to 20230125.2 2023-04-13 15:46:22 +02:00
Corentin Le Molgat
a7b8a460ca bazel: update README.md
see: c394c46fc1/version.bzl (L24)
2023-04-12 11:41:49 +02:00
Corentin Le Molgat
86edf26855 ci: renaming files 2023-04-11 17:31:25 +02:00
Corentin Le Molgat
8efe0e7359 fix NQueensCp.java 2023-04-11 15:38:25 +02:00
Corentin Le Molgat
d59f1f5c5d remove deps to protobuf in logging.h 2023-04-11 15:38:25 +02:00
Corentin Le Molgat
11f50e00a8 cmake: fix GLPK build 2023-04-07 19:53:16 +02:00
Corentin Le Molgat
6a5ab859b3 macos: reenable dump_vars_test 2023-04-07 17:26:15 +02:00
Mizux Seiha
77b58661aa Fix windows build
related to https://github.com/microsoft/STL/issues/2613
2023-04-07 17:22:51 +02:00
Corentin Le Molgat
c74d0b376c fixup 2023-04-05 18:30:57 +02:00
Corentin Le Molgat
151463da56 pdlp fixup 2023-04-05 15:53:23 +02:00
Corentin Le Molgat
861c6ae9c0 Fix pdlp compile 2023-04-05 15:19:22 +02:00
Corentin Le Molgat
dfaa097cf5 pdlp update 2023-04-05 15:19:22 +02:00
Laurent Perron
01ee2f8863 Merge branch 'main' of github.com:google/or-tools 2023-04-05 14:00:42 +02:00
Laurent Perron
300631d62b minor cleanup, missing std includes 2023-04-05 14:00:30 +02:00
Laurent Perron
41b2d04770 [CP-SAT] more work on feasibility jump 2023-04-05 14:00:06 +02:00
Corentin Le Molgat
41265930f0 java(deps): Bump JNA 5.12.1 -> 5.13.0 2023-04-05 11:24:26 +02:00
Corentin Le Molgat
47ce2eae9f cleanup 2023-04-05 10:36:56 +02:00
Corentin Le Molgat
df0f6aaf12 update glop 2023-04-05 10:36:55 +02:00
Corentin Le Molgat
873eb68bdd update bop 2023-04-05 10:36:55 +02:00
Corentin Le Molgat
e9af81da4e update logging.cc 2023-04-05 10:36:55 +02:00
Corentin Le Molgat
f30fe5414d update linear_solver 2023-04-05 10:36:55 +02:00
Corentin Le Molgat
e554506b71 update pdlp 2023-04-05 10:36:55 +02:00
Corentin Le Molgat
f0f123a856 update lp_data 2023-04-05 10:36:55 +02:00
Corentin Le Molgat
a61ae6cdc8 update routing samples 2023-04-05 10:36:55 +02:00
Corentin Le Molgat
849f2926fd export math_opt changes 2023-04-05 10:36:55 +02:00
Corentin Le Molgat
7665b677e5 Update CMakeLists.txt 2023-04-05 10:36:55 +02:00
afloren
ea111e48be ensure absolute library path in Java Loader 2023-04-05 09:53:03 +02:00
Corentin Le Molgat
7a0fd2ceb8 bazel: fixup 2023-04-03 16:26:47 +02:00
Mizux Seiha
2de7d6fbac bazel: Fix build 2023-04-03 11:06:28 +02:00
Corentin Le Molgat
59878dd6de deps: Fix protobuf internal bazel rules
see: https://github.com/protocolbuffers/upb/issues/1239
2023-04-03 11:06:28 +02:00
Laurent Perron
1bf61aea43 [CP-SAT] highly experimental feasibility jump implementation 2023-03-31 16:01:15 +02:00
Corentin Le Molgat
348f9cddf5 bazel: fix protobuf clone 2023-03-31 15:46:00 +02:00
Corentin Le Molgat
90a4d41adf bazel(ci): update
* macos: uninstall bazelisk
* linux: add --subcommands=true
2023-03-31 11:39:01 +02:00
Corentin Le Molgat
4b6966f553 bazel(ci): cleanup jobs 2023-03-31 11:15:51 +02:00
Corentin Le Molgat
b658fd7e37 deps: Fix protobuf bazel build
see: https://github.com/protocolbuffers/protobuf/pull/12320/files
2023-03-31 11:07:19 +02:00
Corentin Le Molgat
3681f4d3c0 deps: Fix protobuf build on opensuse 2023-03-31 11:07:19 +02:00
Corentin Le Molgat
fd32e0cd92 bazel(ci): Rework docker
* opensuse bazel4.2 -> 6
2023-03-31 11:07:19 +02:00
Laurent Perron
a37ec3a9d1 Merge pull request #3719 from djsilcock/patch-1
Fix reference to solve_wrapper in Solve method
2023-03-28 11:02:43 +02:00
Mizux Seiha
7b4314b6da bazel(ci): bump alpine to bazel6 2023-03-27 00:07:20 +02:00
djsilcock
8f58b6a302 Fix reference to solve_wrapper in Solve method 2023-03-26 21:25:22 +01:00
Mizux Seiha
cd1e144ef5 deps: bump googletest v1.13.0 2023-03-26 11:04:45 +02:00
Mizux Seiha
b2a4e19695 bazel: Update rules_ 2023-03-24 10:47:51 +01:00