Laurent Perron
|
cfdbc48ad2
|
fix
|
2025-12-01 17:48:20 +01:00 |
|
Laurent Perron
|
993ac168d6
|
[Python] improve support for gil-less python 3.14
|
2025-12-01 17:48:09 +01:00 |
|
Laurent Perron
|
fce013c63e
|
tentative fix for #4929
|
2025-12-01 17:44:11 +01:00 |
|
Corentin Le Molgat
|
bb8da74956
|
linear_solver: export from google3
|
2025-11-21 11:21:21 +01:00 |
|
Corentin Le Molgat
|
2ff69ef797
|
linear_solver: backport from main
|
2025-11-05 12:05:41 +01:00 |
|
Corentin Le Molgat
|
28cfca9a22
|
linear_solver: backport from main
|
2025-10-16 13:06:55 +02:00 |
|
Corentin Le Molgat
|
ba7e81f729
|
ortools: various export from google3
|
2025-08-22 14:24:48 +02:00 |
|
Laurent Perron
|
4ffb359524
|
[Bazel] enable highs for linear_solver by default; better support for highs in linear_solver; read .lp file in solve_model.py
|
2025-08-05 10:26:22 -07:00 |
|
Laurent Perron
|
87a66e6239
|
update python typing
|
2025-07-28 10:34:20 -07:00 |
|
Guillaume Chatelet
|
447ce0b3e2
|
Fix bazel load rules
|
2025-07-23 09:05:10 +00:00 |
|
Guillaume Chatelet
|
d869a1fd4c
|
Backport trivial changes
|
2025-07-18 08:11:03 +00:00 |
|
Guillaume Chatelet
|
914025a5f8
|
Turn some .i files into .swig
This helps with the import / export process.
|
2025-07-03 11:02:22 +02:00 |
|
Guillaume Chatelet
|
6af8bd54b4
|
Turn some .i files into .swig
This helps with the import / export process.
|
2025-07-02 19:11:40 +00:00 |
|
Laurent Perron
|
5b1376b9df
|
small cleaning
|
2025-07-01 16:51:11 +02:00 |
|
Laurent Perron
|
ac0fe62544
|
gscip cleanup; linear_solver samples reident
|
2025-06-17 12:47:23 +02:00 |
|
Laurent Perron
|
8abc6da4dd
|
cleanup python expression code for cp-sat and model-builder
|
2025-06-13 13:13:26 +02:00 |
|
Laurent Perron
|
b1d5100c3b
|
improve python exprs
|
2025-06-12 14:04:51 +02:00 |
|
Laurent Perron
|
7d58c118f6
|
improve python exprs
|
2025-06-12 11:52:00 +02:00 |
|
Laurent Perron
|
d47f599ac2
|
bump .NET to 8.0; remove LP_PARSER option
|
2025-04-09 15:18:29 +02:00 |
|
Corentin Le Molgat
|
05e3190929
|
bazel: rename com_google_absl to abseil-cpp
|
2025-03-24 18:21:42 +01:00 |
|
Laurent Perron
|
eee21a57e0
|
more tests for ModelBuilder python
|
2025-01-20 14:58:24 +01:00 |
|
Laurent Perron
|
98593daf10
|
rewrite model builder pybind11 code to use shared_ptr; add in place optimizations
|
2025-01-19 11:38:35 +01:00 |
|
Laurent Perron
|
866ef51b3d
|
improve model_builder code
|
2025-01-15 13:27:03 +01:00 |
|
Laurent Perron
|
d7d6aa11ee
|
fix test
|
2025-01-13 17:09:15 +01:00 |
|
Laurent Perron
|
e1f003a270
|
fix test
|
2025-01-13 16:52:59 +01:00 |
|
Laurent Perron
|
1571e79439
|
more unit testing
|
2025-01-13 14:17:07 +01:00 |
|
Laurent Perron
|
1dc0c6402e
|
polish ModelBuilder python new code
|
2025-01-11 20:09:58 +01:00 |
|
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
|
0bd35ee62f
|
fix
|
2025-01-08 23:07:13 +01:00 |
|
Laurent Perron
|
352c75041e
|
revisit model_builder python API; append ::mb to the c++ part of model_builder
|
2025-01-08 22:53:25 +01:00 |
|
Corentin Le Molgat
|
1da3f348d9
|
cmake: Fix macos 15 python build
|
2024-12-18 09:08:15 +01:00 |
|
Laurent Perron
|
bd1b31fe3c
|
fix numpy2.2 bug
|
2024-12-10 14:46:02 +01:00 |
|
Laurent Perron
|
7053436950
|
switch to Bazel modules; slight improvements in CP-SAT 2D packing propagators
|
2024-11-03 11:07:22 +01:00 |
|
Laurent Perron
|
2ce45edd17
|
more absl support: span...
|
2024-10-16 14:11:26 +02:00 |
|
Laurent Perron
|
2245401fca
|
fix python linear_solver swig and test
|
2024-10-09 12:37:20 +02:00 |
|
Laurent Perron
|
5384913c34
|
revamp non C++ MPSolver export methods
|
2024-10-08 16:03:18 +02:00 |
|
Laurent Perron
|
5912937a67
|
Add WriteModelToMpsFile to MPSolver in Java/Python/.NET
|
2024-10-07 15:23:51 +02:00 |
|
Laurent Perron
|
df2edaf7b7
|
implement WriteToMpsFile in model_builder and model_exporter
|
2024-07-12 17:48:57 +02:00 |
|
Mizux Seiha
|
be220948a3
|
python: run black on all files
|
2024-04-12 17:17:40 +02:00 |
|
Laurent Perron
|
622483b682
|
mostly reformat
|
2024-04-08 11:34:45 +02:00 |
|
Corentin Le Molgat
|
4e52b0abe3
|
python: fix indent
|
2024-04-04 18:00:32 +02:00 |
|
Laurent Perron
|
a97c7055de
|
polish highs support in model_builder
|
2024-04-03 17:43:44 +02:00 |
|
Laurent Perron
|
0439a9b37e
|
Merge branch 'main' of github.com:google/or-tools
|
2024-04-02 16:17:15 +02:00 |
|
Laurent Perron
|
4fb80bbf97
|
improve model_builder python
|
2024-04-02 16:15:48 +02:00 |
|
Corentin Le Molgat
|
c1138a3d73
|
bazel: bump rules_python to 0.31.0
|
2024-04-02 08:52:35 +02:00 |
|
Laurent Perron
|
cc71b3ee57
|
cleanup semantics of under-specified constraint in model_builder python
|
2024-03-30 10:53:14 +01:00 |
|
Laurent Perron
|
baa65a12b7
|
reformat
|
2024-03-26 12:33:58 +01:00 |
|
Corentin Le Molgat
|
4adf53b097
|
python: cleanup export from google3
|
2024-03-18 10:24:56 +01:00 |
|
Laurent Perron
|
f6518fcd2b
|
python black reformat
|
2024-03-14 15:05:07 +01:00 |
|
Mizux Seiha
|
52245b251d
|
cmake: Fix eigen usage
|
2024-02-09 01:00:02 +01:00 |
|