Commit Graph

7 Commits

Author SHA1 Message Date
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
d77467d11a revamp graph code; remove deprecated graph implementations 2024-12-28 11:22:06 +01:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Laurent Perron
2caae2985c polish/reindent graph python wrappers and samples 2022-10-25 20:30:41 +02:00
Corentin Le Molgat
c7120439d4 Bump license date 2022-06-17 14:23:23 +02:00
Laurent Perron
06fd6e6c60 add min_cost_flow, max_flow, linear_sum_assignment numpy fast API, port simple_max_flow/simple_min_cost_flow to the fast API, fix #321, #1020, #2390 2022-04-30 18:23:35 +02:00
Laurent Perron
52e439d5ef use pybind11 for ortools/graph 2022-03-31 18:21:35 +02:00