Commit Graph

74 Commits

Author SHA1 Message Date
Guillaume Chatelet
ed397541f4 Update bazel and flatzinc (#4879) 2025-10-16 14:09:17 +02:00
Corentin Le Molgat
b2e33c1b94 bazel: backport from main 2025-10-16 12:58:00 +02:00
Guillaume Chatelet
8710e86e8a Test export 2025-10-16 11:43:45 +02:00
Guillaume Chatelet
3d96b9a6ac [bazel] mark a few more tests as manual 2025-10-01 08:08:16 +02:00
Corentin Le Molgat
29a74e7547 base: backport rework from main 2025-09-22 18:05:44 +02:00
Mizux Seiha
4f381f6d07 backport from main:
* bump abseil to 20250814
* bump protobuf to v32.0
* cmake: add ccache auto support
* backport flatzinc, math_opt and sat update
2025-09-16 16:25:04 +02:00
Corentin Le Molgat
ba7e81f729 ortools: various export from google3 2025-08-22 14:24:48 +02:00
Guillaume Chatelet
6759325e87 Fix load statements 2025-07-24 16:37:06 +00:00
Guillaume Chatelet
447ce0b3e2 Fix bazel load rules 2025-07-23 09:05:10 +00:00
Corentin Le Molgat
35ee27b271 graph: export from google3
dump_vars: Add support for StrongInt and StrongVector
2025-06-16 15:33:46 +02:00
Corentin Le Molgat
7518c717ed bazel: cleanup BUILD.bazel 2025-05-26 15:07:03 +02:00
Mizux Seiha
ed1b05d1d8 bazel: update deps
* don't use repo name
* Bump abseil-cpp to 20250512.0
* Bump Protobuf to 31.0
* Bump benchmark to 1.9.2
* Bump googletest to 1.17.0
2025-05-22 03:12:46 +02:00
Laurent Perron
77e5e44746 minor cleanup 2025-05-14 13:33:34 +02:00
Laurent Perron
45cb968568 rename internal sat method; more tests 2025-04-03 16:12:45 +02:00
Corentin Le Molgat
6153511356 graph: export from google3 2025-03-31 16:12:45 +02:00
Corentin Le Molgat
05e3190929 bazel: rename com_google_absl to abseil-cpp 2025-03-24 18:21:42 +01:00
Corentin Le Molgat
4a25d4119d include absl/log/vlog_is_on.h when needed 2025-03-13 14:06:31 +01:00
Corentin Le Molgat
8b097bbfc0 graph: bring back dag_ stuff 2025-03-10 16:15:27 +01:00
Corentin Le Molgat
5924162efe graph: remove ebert_graph.h 2025-03-05 15:48:19 +01:00
Corentin Le Molgat
40c2136bd4 graph: remove all dag_* 2025-03-03 18:02:26 +01:00
Laurent Perron
8e1c4c3633 more work on includes 2025-02-21 16:37:06 +01:00
Laurent Perron
1acdd5d6af massive cleanup of includes; work on CP-SAT routing cuts 2025-02-21 15:14:38 +01:00
Laurent Perron
18b8cb968e more graph cleanup 2025-01-16 17:41:20 +01:00
Laurent Perron
9beb040c68 graph cleanup 2025-01-14 18:27:09 +01:00
Laurent Perron
0d32cb42ca graph cleaning 2025-01-14 15:59:35 +01:00
Laurent Perron
f0e0741d91 more graph cleaning; add floating point version of min cost flow 2025-01-10 22:24:24 +01:00
Corentin Le Molgat
c34026b101 Bump copyright to 2025
note: done using
```sh
git grep -l "2010-2024 Google" | xargs sed -i 's/2010-2024 Google/2010-2025 Google/'
```
2025-01-10 11:33:35 +01:00
Laurent Perron
3161081b4e more cleaning on graph 2025-01-08 22:51:39 +01:00
Corentin Le Molgat
a5adf42213 graph: remove ebert_graph usage 2025-01-08 10:17:35 +01:00
Laurent Perron
2b734246ec more graph cleaning 2025-01-06 21:50:11 +01:00
Laurent Perron
aac0daefea more cleaning on graphs 2025-01-06 13:20:57 +01:00
Laurent Perron
1ccafbf1b9 minor sync 2025-01-03 08:14:14 +01:00
Laurent Perron
d77467d11a revamp graph code; remove deprecated graph implementations 2024-12-28 11:22:06 +01:00
Laurent Perron
3e34fb7559 update code and tests 2024-12-19 15:26:49 +01:00
Laurent Perron
de72e8620b reorganize graph code 2024-12-18 17:56:38 +01:00
Corentin Le Molgat
4d053e064d bazel: graph/ fixup 2024-11-22 11:41:49 +01:00
Corentin Le Molgat
726a30ff6e graph: make shortest_paths_test eternal 2024-11-20 17:38:00 +01:00
Corentin Le Molgat
4f0ec585ba bazel: replace deprecated cc_proto_library from @rules_cc 2024-11-13 15:35:19 +01:00
Laurent Perron
dbb6328c9b reformat BUILD files 2024-11-07 18:18:57 -08:00
Corentin Le Molgat
a151bfbcf3 bazel: replace deprecated rules_proto//proto:defs.bzl 2024-11-06 10:00:02 +01:00
Corentin Le Molgat
a48f33424b bazel: fix graph build 2024-10-21 16:02:46 +02:00
Corentin Le Molgat
da1be192d6 graph: export from google3 2024-10-03 11:00:02 +02:00
Corentin Le Molgat
f33c0faeb7 graph: enable more tests in bazel 2024-10-02 15:29:29 +02:00
Laurent Perron
c4fac77174 [CP-SAT] Fix #4373 2024-09-27 14:55:35 +02:00
Corentin Le Molgat
9a3c8a2de6 sat: export from google3 2024-09-27 11:10:42 +02:00
Laurent Perron
f18487c861 Update graph code 2024-09-25 11:19:37 +01:00
Corentin Le Molgat
601830f6ff graph: enable tests in bazel 2024-09-23 08:22:42 +02:00
Laurent Perron
846ce79662 spans 2024-07-16 15:24:12 +02:00
Corentin Le Molgat
4c66fed4f0 graph: export from google3 2024-06-19 17:29:19 +02:00
Corentin Le Molgat
1b2510d28c graph: Fix BUILD.bazel 2024-05-30 11:50:40 +02:00