Commit Graph

13179 Commits

Author SHA1 Message Date
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
Laurent Perron
5b05c69faf Merge branch 'v99bugfix' of github.com:google/or-tools into v99bugfix 2024-07-18 11:55:04 +02:00
Laurent Perron
8ad17001ad fix 2024-07-18 11:54:32 +02:00
Corentin Le Molgat
25016e377c ci: bump actions/setup-dotnet to v4 2024-07-17 16:25:02 +02:00
Corentin Le Molgat
ac0e37e02a math_opt: disable broken tests 2024-07-17 15:43:48 +02:00
Corentin Le Molgat
9be4e2ede9 bazel(ci): Fix docker 2024-07-17 15:43:48 +02:00
Corentin Le Molgat
f4a37cb860 bazel: make //ortools/math_opt/solvers:cp_sat_solver_test eternal
note: takes more than 300s on github runners...
2024-07-17 15:43:48 +02:00
Laurent Perron
147058296c sync with main 2024-07-17 14:31:21 +02:00
Corentin Le Molgat
8c9bf934ad algorithms: std::vector -> absl::Span 2024-07-17 11:40:54 +02:00
Corentin Le Molgat
48435078ec format fix 2024-07-17 11:40:54 +02:00
Corentin Le Molgat
99a1f7aa35 cmake: let CMake choose when adding /DNDEBUG on windows
ref: https://gitlab.kitware.com/cmake/cmake/-/blob/master/Modules/Platform/Windows-MSVC.cmake?ref_type=heads#L489-L491
2024-07-17 08:32:55 +02:00
Mizux Seiha
a256bcfd42 dependencies: Bump HiGHs to 1.7.2 2024-07-16 17:22:38 +02:00
Laurent Perron
54af4ed6ed Merge branch 'v99bugfix' of github.com:google/or-tools into v99bugfix 2024-07-16 16:19:41 +02:00
Laurent Perron
bb433f110c fix flatzinc output 2024-07-16 16:19:25 +02:00
Mizux Seiha
c6a35bfa56 cmake(ci): disable highs in system deps jobs 2024-07-16 16:02:43 +02:00
Mizux Seiha
46bbc9b165 bazel(ci): fix opensuse build 2024-07-16 15:51:31 +02:00
Laurent Perron
ff186f8fd9 Merge branch 'v99bugfix' of github.com:google/or-tools into v99bugfix 2024-07-16 15:47:37 +02:00
Laurent Perron
30f42e3b75 windows fixes 2024-07-16 15:27:16 +02:00
Laurent Perron
2edfe46dea [CP_SAT] polarity sharing in shared workers 2024-07-16 15:26:59 +02:00
Laurent Perron
5cc1d38e9f spans 2024-07-16 15:26:56 +02:00
Corentin Le Molgat
12096bad45 ortools: Fix windows compilation 2024-07-15 17:19:32 +02:00
Corentin Le Molgat
61ef34d5b9 bazel(ci): Add almalinux and rockylinux, remove centos 2024-07-15 17:19:32 +02:00
Laurent Perron
70d14b5a20 update minizinc challenge files 2024-07-15 13:52:05 +02:00
Laurent Perron
ca8faefc0c [CP-SAT] speed up circuit loading 2024-07-15 13:51:50 +02:00
Laurent Perron
32cdaa73f7 add WriteToMpsFile in model_builder, model_exporter 2024-07-12 17:45:41 +02:00
Corentin Le Molgat
115128302a cmake: Fix flatzinc support 2024-07-12 16:22:36 +02:00
Corentin Le Molgat
86c5059a02 constraint_solver: format fix 2024-07-12 16:22:25 +02:00
Corentin Le Molgat
d4d86d36c4 examples: add service example 2024-07-12 16:22:07 +02:00
Corentin Le Molgat
7ad3909af3 notebook: sync 2024-07-12 16:21:51 +02:00
Corentin Le Molgat
22f931251c indent fixup 2024-07-12 15:51:52 +02:00
Corentin Le Molgat
78f9263619 util/random_engine: add missing include 2024-07-12 15:51:38 +02:00
Corentin Le Molgat
09351c90b0 tools: clean release and doxygen tooling 2024-07-12 15:51:17 +02:00
Corentin Le Molgat
f5d9ea77be cmake: cleanup 2024-07-12 15:50:55 +02:00
Corentin Le Molgat
d38fcfbee0 update cross compile tooling 2024-07-12 15:50:25 +02:00
Corentin Le Molgat
d5359da8d3 cmake(ci): Add Almalinux and Rockylinux, remove centos 2024-07-12 15:49:09 +02:00
Corentin Le Molgat
fd71f2efee update .bazelrc 2024-07-12 15:47:07 +02:00
Corentin Le Molgat
219b0a6cb3 Revert "util/range_query from main" 2024-07-12 14:42:33 +02:00
Corentin Le Molgat
7b35c765f9 backport graph from main 2024-07-12 13:58:58 +02:00
Laurent Perron
c974ff4c07 Merge branch 'v99bugfix' of github.com:google/or-tools into v99bugfix 2024-07-12 13:56:27 +02:00
Laurent Perron
21a75638c2 partial sync with main (without the routing part) 2024-07-12 13:56:11 +02:00
Corentin Le Molgat
6070510657 backport lp_data from main 2024-07-12 13:51:06 +02:00
Corentin Le Molgat
51f627f788 backport glop from main 2024-07-12 13:50:55 +02:00
Corentin Le Molgat
93b1172e14 backport algorithms from main 2024-07-12 13:46:46 +02:00
Corentin Le Molgat
df9693e0d7 backport util from main 2024-07-12 13:46:32 +02:00
Corentin Le Molgat
3b7c917f87 backport ortools/base from main 2024-07-12 13:23:43 +02:00
Laurent Perron
2c333f58a3 Merge pull request #4299 from google/dependabot/pip/bazel/pip-a8b23622d7
Bump certifi from 2023.7.22 to 2024.7.4 in /bazel in the pip group
2024-07-06 12:15:54 +02:00
dependabot[bot]
bc159580b2 Bump certifi from 2023.7.22 to 2024.7.4 in /bazel in the pip group
Bumps the pip group in /bazel with 1 update: [certifi](https://github.com/certifi/python-certifi).


Updates `certifi` from 2023.7.22 to 2024.7.4
- [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-06 00:24:11 +00:00
Laurent Perron
2a5fdc572e Merge pull request #4276 from google/dependabot/pip/bazel/pip-48da786093
Bump urllib3 from 2.0.7 to 2.2.2 in /bazel in the pip group across 1 directory
2024-06-18 17:35:01 +02:00
dependabot[bot]
a1552f457c Bump urllib3 in /bazel in the pip group across 1 directory
Bumps the pip group with 1 update in the /bazel directory: [urllib3](https://github.com/urllib3/urllib3).


Updates `urllib3` from 2.0.7 to 2.2.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 22:12:27 +00:00