Commit Graph

15691 Commits

Author SHA1 Message Date
Corentin Le Molgat
b097be0b77 bazel: bump rules_python to 1.7.0 2025-11-19 09:39:48 +01:00
Mizux Seiha
93271eb902 cmake(ci): disable dotnet example build in docker based jobs 2025-11-19 08:18:42 +01:00
Laurent Perron
6b518a65e5 [CP-SAT] fix bugs in lrat, inner clause handling, variable expansion 2025-11-18 23:24:48 +01:00
Guillaume Chatelet
12c7c6015c Delete arm.sh 2025-11-18 16:24:43 +01:00
Corentin Le Molgat
3e6086a363 cmake(ci): add CMAKE_BUILD_PARALLEL_LEVEL support
now build in -j 4 by default
2025-11-18 16:24:39 +01:00
Corentin Le Molgat
f25211ec4c ci: fix dockerignore 2025-11-18 16:24:34 +01:00
Laurent Perron
44dd600b9e fix 2025-11-18 16:24:25 +01:00
Laurent Perron
72d75ca109 [CP-SAT] work on lrat; better expansion of variables only appearing in encoding constraints 2025-11-18 16:24:18 +01:00
Corentin Le Molgat
6a1a8ceda6 routing: improve doxygen 2025-11-14 16:35:30 +01:00
Corentin Le Molgat
bc4f4ece03 constraint_solver: improve doxygen 2025-11-14 16:35:30 +01:00
Corentin Le Molgat
4ec1632bc5 algorithms: improve knapsack solver doxygen
note: filter seems broken
see:
meld <(python3 tools/doc/doxygen_filter.py ortools/constraint_solver/constraint_solver.h) ortools/constraint_solver/constraint_solver.h
2025-11-14 16:35:30 +01:00
Peter Mitri
9d8573a21a [MPSolver] Add lazy constraints support in XPRESS interface] 2025-11-12 17:29:43 +01:00
Corentin Le Molgat
f204b720b8 glpk: move it to third_party_solvers/ 2025-11-12 17:26:40 +01:00
Mizux Seiha
b53c28a6ca cmake: system_deps build googletest
have to built it to have string_view support
2025-11-12 17:26:35 +01:00
Corentin Le Molgat
45261a00be tools: format fix 2025-11-12 17:21:44 +01:00
Corentin Le Molgat
c9eb2abc3b constraint_solver: fixup 2025-11-12 17:21:39 +01:00
Corentin Le Molgat
aa4821cdc8 flatzinc: export from google3 2025-11-12 17:21:34 +01:00
Corentin Le Molgat
e7e9e0c166 linear_solver: fixup 2025-11-12 17:21:28 +01:00
Corentin Le Molgat
785fd8fde0 cpp: improve doc 2025-11-12 17:21:16 +01:00
Laurent Perron
b67dc02476 fix #4907 2025-11-12 17:21:11 +01:00
Laurent Perron
29ffc72cf3 [CP-SAT] work on lrat; probing; variable encoding 2025-11-12 17:21:04 +01:00
Corentin Le Molgat
678dedb5dc routing: improve doxygen 2025-11-07 18:25:21 +01:00
Corentin Le Molgat
64669dc08d doxygen: improve
* stop transforming all // in doxygen comment /// since it doesn't work
nicely with our code base, prefer to replace // by /// when needed.
2025-11-07 18:23:31 +01:00
Corentin Le Molgat
6885be60c4 constraint_solver: fix doxygen 2025-11-07 18:23:21 +01:00
Corentin Le Molgat
cb438d22fd examples: fix bazel build 2025-11-05 17:31:25 +01:00
Corentin Le Molgat
94cbb12612 examples: remove .orig file 2025-11-05 17:10:59 +01:00
Laurent Perron
a7fc26854a [CP-SAT] Work on linear1 encodings; more work on lrat; cleanup linear2 code; work on probing 2025-11-05 15:17:38 +01:00
Laurent Perron
dadaff8ca3 fix #4746 2025-11-05 15:17:34 +01:00
Corentin Le Molgat
1b4d75ceb3 sat: backport from main 2025-11-05 13:55:12 +01:00
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
552d1d1644 cmake: Fix abseil-cpp abseil_test_dll usage 2025-11-05 11:28:22 +01:00
Corentin Le Molgat
931536da04 cmake: update re2 and highs 2025-11-05 11:27:08 +01:00
Corentin Le Molgat
97c9c2c9bc bazel: update MODULE and tools 2025-11-05 11:26: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
Corentin Le Molgat
cc726183c2 cmake: fix host.CMakeLists.txt build 2025-10-16 14:21:57 +02:00