Commit Graph

13227 Commits

Author SHA1 Message Date
Corentin Le Molgat
7dc05a4037 dependencies: Bump googletest to v1.15.2 2024-08-05 16:03:09 +02:00
Corentin Le Molgat
eec6fc646f dependencies: Bump abseil-cpp to 20240722.0 2024-08-05 16:03:09 +02:00
Corentin Le Molgat
9257ad4114 base: Add vlog_is_on to logging.h 2024-08-05 16:03:09 +02:00
Corentin Le Molgat
61bb1215a5 math_opt: update from google3 2024-08-05 14:34:19 +02:00
Corentin Le Molgat
63285a4a71 cmake: Fix configure 2024-08-05 14:34:11 +02:00
Corentin Le Molgat
36c3b52f13 base: update temp_path and file 2024-08-05 14:33:53 +02:00
Laurent Perron
9e151b4ee5 more span 2024-08-02 19:58:55 +02:00
Laurent Perron
61696270ee improve WriteMpsToFile 2024-08-02 19:58:41 +02:00
Laurent Perron
99d869a4a1 [CP-SAT] more span; minor scheduling optims 2024-08-02 19:57:27 +02:00
Mizux Seiha
4a492d9b3f math_opt: Fix CMake build when USE_SCIP=OFF 2024-08-01 18:59:47 +02:00
Corentin Le Molgat
35dd81f8f6 math_opt: disable broken tests 2024-07-31 21:40:12 +02:00
Corentin Le Molgat
1b0f0e6180 bazel: make //ortools/math_opt/solvers:cp_sat_solver_test eternal
note: takes more than 300s on github runners...
2024-07-31 21:40:02 +02:00
Mizux Seiha
74ef5934cc bazel(ci): Fix Linux Bazel workflow 2024-07-31 16:06:31 +02:00
Mizux Seiha
e29da45738 base/file: fix windows implem 2024-07-31 11:28:16 +02:00
Mizux Seiha
a66e4dad3d cmake: fix math_opt python 2024-07-30 16:31:17 +02:00
Mizux Seiha
16d9f5b1d3 cmake: Fix math_opt build 2024-07-30 12:46:40 +02:00
Corentin Le Molgat
92c7755f9a export math_opt/ from google3 2024-07-30 12:46:31 +02:00
Corentin Le Molgat
c24ac2c659 export base/ from google3 2024-07-30 12:46:23 +02:00
Alexander Ignatovich
54c34df00c fix linear solver test output 2024-07-27 15:36:19 +02:00
Alexander Ignatovich
0abbe38ad7 fix SAT solver test output 2024-07-27 15:35:13 +02:00
Laurent Perron
754d6a4d0f polish python examples: use string interpolations; remove many mypy warnings 2024-07-26 00:49:56 +02:00
Laurent Perron
ad3e00e441 remove mypy issues 2024-07-24 23:56:06 +02:00
Laurent Perron
1cedb55d6e [CP-SAT] fix scheduling bug 2024-07-24 20:22:33 +02:00
Laurent Perron
30fe3c2e43 polish 2024-07-24 20:20:18 +02:00
Laurent Perron
458e2a1579 [CP-SAT] improve mod doc; improve precedences in scheduling; speed up circuit data structures 2024-07-23 20:03:20 +02:00
Laurent Perron
d0ed31d92e specify the modulo convention in python CP-SAT 2024-07-23 19:37:02 +02:00
Laurent Perron
905770c995 add new python example; add simple typing annotations 2024-07-23 16:34:51 +02:00
Laurent Perron
08e9085d36 speedup 2024-07-22 17:36:22 +02:00
Laurent Perron
1a8e148aa6 reduce example runtime 2024-07-22 17:36:11 +02:00
Laurent Perron
a153da552d fix #4322 2024-07-22 17:34:51 +02:00
Corentin Le Molgat
6c4514e1bd glop: fix cmake build 2024-07-22 15:57:27 +02:00
Corentin Le Molgat
7da0834af7 cmake: Check pybind11 is available 2024-07-22 15:17:42 +02:00
Corentin Le Molgat
a40335bbda sat: Cleanup SatSolverTests.cs 2024-07-22 14:48:45 +02:00
Corentin Le Molgat
ddaaab1c66 docker: Format fix 2024-07-22 14:48:45 +02:00
Corentin Le Molgat
1171e45c12 ci: Use macos-12 runner image for FreeBSD to get vagrant 2024-07-22 14:48:45 +02:00
Corentin Le Molgat
a1997552aa cmake(ci): Fix almalinux and rockylinux dotnet build 2024-07-22 14:48:45 +02:00
Laurent Perron
f1a32a6c48 fix 2024-07-22 14:18:10 +02:00
Laurent Perron
f24d33e921 new examples 2024-07-22 14:18:05 +02:00
Laurent Perron
c71b9a041b fix 2024-07-22 14:13:22 +02:00
Laurent Perron
cfe3221ac4 [CP-SAT] polish c# code; remove failing DCHECK 2024-07-22 14:09:07 +02:00
Laurent Perron
f2b0044188 small cleanups 2024-07-22 11:33:50 +02:00
Laurent Perron
509edd40c4 new example: pell equation 2024-07-22 11:31:53 +02:00
Laurent Perron
bcf7a00a27 [CP-SAT] add test; change default parameters; fix crash on shared workers 2024-07-19 16:29:33 +02:00
Laurent Perron
b96e7e1a47 minor updates 2024-07-19 16:10:27 +02:00
Corentin Le Molgat
f019f1ad54 base: fix map_util and mathutil 2024-07-19 14:14:38 +02:00
Mizux Seiha
5a564738aa bazel(ci): fix workflows
* Fix almalinux and rockylinux
* Fix debian
* Fix opensuse job
* Fix macos bazel workfow
2024-07-19 13:46:12 +02:00
Mizux Seiha
85c64a815f cmake: move check type in cpp.cmake 2024-07-19 13:46:12 +02:00
Mizux Seiha
dbecad75cb ci: Fix system_build workflow 2024-07-19 13:46:12 +02:00
Mizux Seiha
d577dd79fd fix WORKSPACE 2024-07-19 13:46:12 +02:00
Laurent Perron
d69a30cd49 fix python version for bazel 2024-07-18 13:11:11 +02:00