Corentin Le Molgat
|
b0800ae209
|
math_opt: backport from main
|
2025-11-05 13:54:57 +01:00 |
|
Corentin Le Molgat
|
35607bf4ad
|
bop: backport from main
|
2025-11-05 12:05:41 +01:00 |
|
Corentin Le Molgat
|
3a3066d52a
|
flatzinc: backport from main
|
2025-11-05 12:05:41 +01:00 |
|
Corentin Le Molgat
|
cff88063ba
|
glop: backport from main
|
2025-11-05 12:05:41 +01:00 |
|
Corentin Le Molgat
|
935a93833f
|
graph: backport from main
|
2025-11-05 12:05:41 +01:00 |
|
Corentin Le Molgat
|
2ff69ef797
|
linear_solver: backport from main
|
2025-11-05 12:05:41 +01:00 |
|
Corentin Le Molgat
|
809c2540a1
|
util: backport from main
|
2025-11-05 12:05:41 +01:00 |
|
Corentin Le Molgat
|
c8935fcfdf
|
backport from main
|
2025-11-05 12:05:41 +01:00 |
|
Corentin Le Molgat
|
b4b226801b
|
update include guards
|
2025-11-05 11:54:02 +01:00 |
|
Guillaume Chatelet
|
4793e1acb4
|
Zero-length arrays are non-standard (#4900)
zero-length arrays is a GNU C extension and fails to compile on Windows.
|
2025-11-05 11:29:54 +01:00 |
|
Guillaume Chatelet
|
d8d50bae68
|
Update thread_pool code (#4890)
|
2025-11-05 11:29:40 +01:00 |
|
Corentin Le Molgat
|
6969f23df4
|
math_opt: export absl_nonnull attribute from google3
|
2025-11-05 11:29:11 +01:00 |
|
Corentin Le Molgat
|
8f9c144b6c
|
cmake: fix graph tests build on windows
|
2025-11-05 11:28:36 +01:00 |
|
Corentin Le Molgat
|
e741b6b844
|
graph: fixup from google3
|
2025-11-05 11:22:56 +01:00 |
|
Corentin Le Molgat
|
372802c8f7
|
julia: export from google3
|
2025-11-05 11:22:44 +01:00 |
|
Corentin Le Molgat
|
ba224b0f41
|
routing: cleanup
|
2025-10-16 17:02:52 +02:00 |
|
Corentin Le Molgat
|
901027adeb
|
math_opt: export from google3
|
2025-10-16 17:02:41 +02:00 |
|
Guillaume Chatelet
|
ed397541f4
|
Update bazel and flatzinc (#4879)
|
2025-10-16 14:09:17 +02:00 |
|
Corentin Le Molgat
|
0ecd0b6535
|
bazel: backport cleanup from main
|
2025-10-16 13:07:46 +02:00 |
|
Corentin Le Molgat
|
159110560a
|
sat: backport from main
|
2025-10-16 13:07:26 +02:00 |
|
Corentin Le Molgat
|
2fc6549813
|
math_opt: backport from main
|
2025-10-16 13:07:05 +02:00 |
|
Corentin Le Molgat
|
28cfca9a22
|
linear_solver: backport from main
|
2025-10-16 13:06:55 +02:00 |
|
Corentin Le Molgat
|
b294ff6de2
|
bazel: backport java rework from main
|
2025-10-16 13:02:37 +02:00 |
|
Corentin Le Molgat
|
b2e33c1b94
|
bazel: backport from main
|
2025-10-16 12:58:00 +02:00 |
|
Corentin Le Molgat
|
bca25b8abf
|
flatzinc: add missing orttols_table_bool
|
2025-10-16 12:57:23 +02:00 |
|
Corentin Le Molgat
|
02c95e1e23
|
algorithms: backport from main
|
2025-10-16 12:56:52 +02:00 |
|
Corentin Le Molgat
|
ba9df47b38
|
constraint_solver: rework zlib support
|
2025-10-16 11:50:53 +02:00 |
|
Guillaume Chatelet
|
5e06a6c7e2
|
[bazel] Update examples
|
2025-10-16 11:50:21 +02:00 |
|
Guillaume Chatelet
|
4a3e68cc2e
|
Fix math_opt tests
|
2025-10-16 11:44:18 +02:00 |
|
Guillaume Chatelet
|
8710e86e8a
|
Test export
|
2025-10-16 11:43:45 +02:00 |
|
ChenHaoHSU
|
53f70212f8
|
Add constant term in DoubleLinearExpr::AddExpression
|
2025-10-16 11:43:09 +02:00 |
|
Guillaume Chatelet
|
57a820fc59
|
[bazel] Update the samples folders
|
2025-10-02 08:48:00 +02:00 |
|
Guillaume Chatelet
|
e1f2e3f0d7
|
Remove unneeded string_view_migration
|
2025-10-01 08:08:36 +02:00 |
|
Guillaume Chatelet
|
00bf336485
|
[bazel] Update ortools/linear_solver/wrappers/BUILD.bazel
|
2025-10-01 08:08:31 +02:00 |
|
Guillaume Chatelet
|
590666aa7d
|
[bazel] update set_cover/python bazel file
|
2025-10-01 08:08:23 +02:00 |
|
Guillaume Chatelet
|
3d96b9a6ac
|
[bazel] mark a few more tests as manual
|
2025-10-01 08:08:16 +02:00 |
|
Guillaume Chatelet
|
54ae17fa91
|
[bazel] Update bazel files
|
2025-09-29 17:21:58 +02:00 |
|
Corentin Le Molgat
|
1fb6be30b5
|
sat: backport presolve update from main
|
2025-09-29 16:59:15 +02:00 |
|
Laurent Perron
|
0cbdbb78f1
|
[CP-SAT] little cleanups
|
2025-09-29 16:35:28 +02:00 |
|
Laurent Perron
|
2a352d1f3f
|
[FZ] reorganize code; actually generate constant elements
|
2025-09-29 16:35:21 +02:00 |
|
Laurent Perron
|
5d85f840b5
|
[CP-SAT] fix #4839; experimental code for lrat checker; experimental code to control the boolean expansion of small linear2 equations
|
2025-09-29 16:35:16 +02:00 |
|
Guillaume Chatelet
|
f1b1429072
|
Update glpk / glop, add glpk test.
|
2025-09-29 16:27:37 +02:00 |
|
Guillaume Chatelet
|
81cf14db67
|
Add space_saving_most_frequent util
|
2025-09-29 16:18:52 +02:00 |
|
Corentin Le Molgat
|
076468db33
|
base: fix export
|
2025-09-29 16:18:38 +02:00 |
|
Corentin Le Molgat
|
9d35a6c182
|
linear_solver: export from google3
|
2025-09-29 16:18:31 +02:00 |
|
Mizux Seiha
|
008fc60b36
|
cmake: bop fixup
|
2025-09-29 16:18:24 +02:00 |
|
Guillaume Chatelet
|
c807a53c0f
|
Update bop folder + add test
|
2025-09-23 17:31:40 +02:00 |
|
Guillaume Chatelet
|
cb2fae32ed
|
Update files in ortools/base and add more tests
|
2025-09-23 13:18:01 +02:00 |
|
Corentin Le Molgat
|
29a74e7547
|
base: backport rework from main
|
2025-09-22 18:05:44 +02:00 |
|
Corentin Le Molgat
|
149121a5ff
|
bazel: cleanup from main
|
2025-09-22 17:28:02 +02:00 |
|