Commit Graph

23 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
Corentin Le Molgat
4d2dfae43e bazel: don't use native rules for samples 2024-09-30 15:45:05 +02:00
Corentin Le Molgat
fd6f278e8c bazel: don't use python native rules 2024-07-22 09:20:57 +02:00
Corentin Le Molgat
c72aa7e448 linear_solver: rework basic example
Add few log and API call
2024-03-22 14:28:43 +01:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Corentin Le Molgat
778f90ee9d bazel: remove jvm_flags hack 2023-12-18 13:59:59 +01:00
Corentin Le Molgat
2e8543914e bazel: Fix linear_solver samples tests 2023-07-21 16:43:45 +02:00
Laurent Perron
3acda0a0e9 switch model_builder python from numpy to pandas 2023-07-09 13:54:23 +02:00
Laurent Perron
346642b871 remove the pywrap prefix from pybind11 modules; add _pybind to the cmake target of the same modules 2023-07-03 14:30:27 +02:00
Laurent Perron
6c14676265 test bazel fix for model_builder 2023-07-02 19:41:29 +02:00
Mizux Seiha
2de7d6fbac bazel: Fix build 2023-04-03 11:06:28 +02:00
Corentin Le Molgat
1e0f4027e2 bazel: Fix java tests/samples run
* remove: code_samples_java_test
* Fix jvm library path on windows
2023-03-06 15:45:23 +01:00
Corentin Le Molgat
6c6c7d1902 bazel: Rework java support
Fix swig_java.bzl
2023-03-02 17:41:10 +01:00
Laurent Perron
cf53ee3c9f reformat bazel java code; CP-SAT: fix corner case in presolve, zero very small coefficients in translate from math model, more parameter validation 2023-01-05 13:38:42 +01:00
Laurent Perron
cbdd1a5ba1 add java bazel tests 2022-12-30 12:13:29 +01:00
Laurent Perron
2e21aa7537 Add support for model builder java with bazel 2022-12-30 10:21:01 +01:00
Laurent Perron
05254941d0 fix 2022-09-15 17:59:00 +02:00
Laurent Perron
9c8c2ba602 fix model_builder 2022-09-12 13:21:53 +02:00
Laurent Perron
81b31ff24b Move model_builder under linear_solver 2022-09-12 11:28:52 +02:00
Corentin Le Molgat
1c95a2c00e bazel: rework tests 2022-07-27 16:47:32 +02:00
Corentin Le Molgat
c9caf3d914 bazel: Update sample build 2020-12-21 16:24:32 +01:00
Mizux Seiha
379a985dde bazel: Run samples as test 2020-11-16 11:16:08 +01:00
Mizux Seiha
e87596c787 bazel: Add all samples 2020-08-28 17:52:08 +02:00