Corentin Le Molgat
|
82bc28d3c1
|
math_opt: backport from google3
* move gscip/ to math_opt/solvers/
|
2025-08-20 11:36:44 +02:00 |
|
Corentin Le Molgat
|
2bcdb104ee
|
math_opt: Fix elemental python on windows
ssize_t is not part of the STL, python provides `Py_ssize_t`
ref: https://peps.python.org/pep-0353/
|
2025-05-26 15:21:43 +02:00 |
|
Corentin Le Molgat
|
7b92a8731c
|
math_opt: replace PyType_GetName
note: `PyType_GetName` was introduced in Python 3.11
ref: https://docs.python.org/3/c-api/type.html#c.PyType_GetName
|
2025-04-30 09:55:15 +02:00 |
|
Corentin Le Molgat
|
5bf70b691f
|
math_opt: export from google3
* CMake has not been updated yet
* bazel was compiling at least last week
bazel: disable math opt facility_location.py
missing some dependencies...
|
2025-04-30 09:55:15 +02:00 |
|