Commit Graph

31 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
aac0daefea more cleaning on graphs 2025-01-06 13:20:57 +01:00
Laurent Perron
b53fe42862 fix build.bazel 2024-12-29 19:47:45 +01:00
Corentin Le Molgat
312959af70 routing: mv routing stuff from constraint_solver/ to routing/
* remove routing_ prefix to file
* now have a pywrapcp and a pywraprouting binding.
2024-06-21 16:35:46 +02:00
Corentin Le Molgat
e0f0e33172 examples/cpp: export from google3 2024-03-25 07:55:39 +01:00
Corentin Le Molgat
45809353d8 examples: remove cvrptw
moved to ortools/routing/samples
2024-03-25 07:55:39 +01:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Laurent Perron
43b6cf0f30 improve binpacking_2d_sat model 2023-10-26 11:00:54 +02:00
Laurent Perron
55642325ce huge improvement to binpacking_2d_sat code 2023-10-25 17:05:47 +02:00
Corentin Le Molgat
ce35f5eddf bazel: Fix examples/cpp build 2023-10-25 10:57:37 +02:00
Laurent Perron
414850b085 polish 2023-10-24 17:40:38 +02:00
Corentin Le Molgat
265fecb122 bazel: fix remove of routing_flags 2023-10-04 14:37:34 +02:00
Laurent Perron
4eb29c2805 one more test 2023-08-09 22:37:28 -07:00
Laurent Perron
2f122bcc9b one more test 2023-08-09 22:34:09 -07:00
Laurent Perron
6c2c50b51a typo 2023-08-09 20:56:39 -07:00
Laurent Perron
6f45c3c5f0 more tests for examples/cpp 2023-08-09 20:54:52 -07:00
Laurent Perron
e65d24a6f4 add more examples/cpp tests 2023-08-09 17:44:00 -07:00
Laurent Perron
341bbec963 add a few bazel tests to examples/cpp 2023-08-09 17:36:49 -07:00
Corentin Le Molgat
aa0e719d02 Export examples/cpp/ from google3
* Rework network_routing_sat
2023-06-30 12:01:20 +02:00
Corentin Le Molgat
4efde8b29c cleanup 2023-06-21 17:32:00 +02:00
Laurent Perron
f7b0c37f0c fix 2023-02-11 04:27:31 -08:00
Laurent Perron
fa478b8071 move sat_runner from examples/cpp to ortools/sat 2023-02-10 12:52:57 -08:00
Laurent Perron
2c50d8bc16 Add absl::Stringify for protobufs in base/logging.h; fixes all around 2023-02-01 14:14:30 +01:00
Laurent Perron
c33e3a3bbe polish 2022-10-10 17:21:40 +02:00
Laurent Perron
a25d93fcfa qap_sat solver and qap reader 2022-10-10 15:03:10 +02:00
Laurent Perron
9321ab2096 update and fix examples 2022-09-09 16:49:24 +02:00
Miles Lubin
c1fe194978 direct CLI example for PDLP 2022-08-08 09:07:42 +02:00
Laurent Perron
c8d5ab2df4 fix bazel/filelineiter 2022-01-19 10:31:35 +01:00
Laurent Perron
22398bfad2 format 2021-12-30 18:59:22 +01:00
Laurent Perron
c352c1c391 [Packing] Parser and protobuf for 2bp files; add example to solve then as a binpacking or as a knapsack example 2021-12-18 18:16:52 +01:00
Laurent Perron
560826496b BUILD -> BUILD.bazel 2021-12-06 14:36:13 +01:00