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 |
|
Mizux Seiha
|
a76bf1c5dd
|
bump license boilerplate
|
2024-01-04 13:43:15 +01:00 |
|
Laurent Perron
|
6f45c3c5f0
|
more tests for examples/cpp
|
2023-08-09 20:54:52 -07:00 |
|
Laurent Perron
|
dbd5a69471
|
use new logging flags
|
2023-02-17 15:17:12 +01:00 |
|
Laurent Perron
|
f7b0c37f0c
|
fix
|
2023-02-11 04:27:31 -08:00 |
|
Laurent Perron
|
9321ab2096
|
update and fix examples
|
2022-09-09 16:49:24 +02:00 |
|
Corentin Le Molgat
|
c7120439d4
|
Bump license date
|
2022-06-17 14:23:23 +02:00 |
|
Laurent Perron
|
c82cfdc9ad
|
remove map_util from most of the code; absl::make_unique and absl::optional -> stl version
|
2022-03-09 09:08:40 +01:00 |
|
Laurent Perron
|
6c3425bd04
|
[PACKING] use absl::btree_map instead of std::map; reindent code
|
2021-11-28 12:55:20 +01:00 |
|
Laurent Perron
|
65951e1b13
|
fix example
|
2021-11-19 10:33:29 +01:00 |
|
Laurent Perron
|
22d2fee64a
|
polish
|
2021-09-30 13:33:32 +02:00 |
|
Laurent Perron
|
58a1250d7e
|
polish
|
2021-09-30 13:25:36 +02:00 |
|
Laurent Perron
|
fc98cba505
|
working vector bin packing solver with solution display
|
2021-09-30 13:12:07 +02:00 |
|
Laurent Perron
|
74b33fe9c7
|
fix compilation of vector_bin_packing example
|
2021-09-28 16:27:58 +02:00 |
|
Laurent Perron
|
f471b877b8
|
typo
|
2021-09-28 16:13:45 +02:00 |
|
Laurent Perron
|
26a070339e
|
new vector bin packing example in C++; update makefiles
|
2021-09-28 16:13:05 +02:00 |
|