Commit Graph

370 Commits

Author SHA1 Message Date
Guillaume Chatelet
6af8bd54b4 Turn some .i files into .swig
This helps with the import / export process.
2025-07-02 19:11:40 +00:00
Laurent Perron
e25617bac8 reindent; span 2025-06-11 15:03:14 +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
Corentin Le Molgat
88c57dd1f0 rework ortools samples (#4590) 2025-05-16 14:51:23 +02:00
Corentin Le Molgat
9355534e7d algorithms: export from google3 2025-05-16 14:13:21 +02:00
Corentin Le Molgat
23860f1c28 algorithms: Fix README 2025-04-15 18:11:23 +02:00
Mizux Seiha
ccca0602d5 cmake: Add USE_fuzztest option 2025-03-27 17:03:28 +01:00
Corentin Le Molgat
05e3190929 bazel: rename com_google_absl to abseil-cpp 2025-03-24 18:21:42 +01:00
Corentin Le Molgat
6d6916060d cmake: add fuzztest 2025-03-19 15:51:56 +01:00
Corentin Le Molgat
92e4b2e78b Revert "remove dead cmake code"
This reverts commit 14005fea48.
2025-03-07 08:00:28 +01:00
Laurent Perron
14005fea48 remove dead cmake code 2025-03-05 14:03:59 +01:00
Mizux Seiha
8ad77acc62 cmake: build algorithms/python tests 2025-03-04 17:43:32 +01:00
Laurent Perron
ee23527569 big includes cleanup 2025-02-24 22:59:21 +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
598e884110 improve binary search code 2025-02-19 13:30:36 +01:00
Laurent Perron
4efd54f5f0 move set_cover code in its own directory 2025-02-17 12:52:36 +01:00
Corentin Le Molgat
e6dbe93542 export from google3 2025-02-10 13:47:41 +01:00
Corentin Le Molgat
281a9f8e14 export from google3 2025-02-07 17:29:05 +01:00
Laurent Perron
3e02d3be1e sync set cover 2025-01-27 13:48:59 +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
7ccb5c34cb span 2025-01-09 16:03:16 +01:00
Laurent Perron
b0ef244c54 misc 2024-12-28 11:20:53 +01:00
Laurent Perron
239a1c0a7b fix 2024-12-20 13:24:00 +01:00
Laurent Perron
56ed3f94b1 cleanup 2024-12-19 16:39:41 +01:00
Laurent Perron
3e34fb7559 update code and tests 2024-12-19 15:26:49 +01:00
Corentin Le Molgat
1da3f348d9 cmake: Fix macos 15 python build 2024-12-18 09:08:15 +01:00
Corentin Le Molgat
a6ae3d687a re-export n_choose_k 2024-12-09 13:41:27 +01:00
Laurent Perron
152b18dc44 polish code 2024-12-06 15:19:09 +01:00
Corentin Le Molgat
05e1402b34 algorithms: remove unused n_choose_k 2024-12-04 11:37:11 +01:00
Laurent Perron
927f5c90c9 more spans 2024-12-02 17:17:58 +01:00
Laurent Perron
6fc2a45d37 spans 2024-11-28 15:32:45 +01:00
Laurent Perron
c87e13a648 more work on set cover 2024-11-17 14:17:24 +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
d5a5101f48 fix mac compilation issue 2024-11-13 14:28:38 +01:00
Laurent Perron
5f663bdfb9 fix set cover bug 2024-11-08 13:52:22 -08:00
Laurent Perron
4a22afd86f bump set cover code 2024-11-07 18:18:12 -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
9fdab677ea algorithms: format fix 2024-11-06 08:02:57 +01:00
Laurent Perron
7053436950 switch to Bazel modules; slight improvements in CP-SAT 2D packing propagators 2024-11-03 11:07:22 +01:00
Mizux Seiha
f69a0f4931 cmake: Fix CMakeLists.txt for msvc.
note: not TEST_F() suite discovered on windows
see: googletest#2157
2024-10-29 15:17:36 +01:00
Corentin Le Molgat
f41929cc7b algorithms: Fix msvc build 2024-10-25 16:16:41 +02:00
Corentin Le Molgat
5a60725565 cmake: Fix build when SCIP and COINOR are disable 2024-10-21 16:57:48 +02:00
Corentin Le Molgat
ee564ee193 graph: rename io.h as graph_io.h
This avoid compile errors on windows since msvc already provide a io.h system header.
Which is included by googletest (gtest-port.h IIRC), so enabling graph tests will fail
2024-10-21 09:41:36 +02:00
Laurent Perron
2ce45edd17 more absl support: span... 2024-10-16 14:11:26 +02:00
Corentin Le Molgat
ae517c0e12 cmake: Add algorithms/ and graph/ C++ tests 2024-10-07 13:54:52 +02:00
Corentin Le Molgat
4d2dfae43e bazel: don't use native rules for samples 2024-09-30 15:45:05 +02:00
Laurent Perron
c4fac77174 [CP-SAT] Fix #4373 2024-09-27 14:55:35 +02:00
Corentin Le Molgat
6feb7c8575 algorithms: export from google3 2024-09-25 17:17:15 +02:00