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 |
|
Laurent Perron
|
fb501409eb
|
fix lp_test.py in debug
|
2024-01-31 15:18:13 +01:00 |
|
Corentin Le Molgat
|
75f197409a
|
cmake: rework add_python_test()
* Add FILE_NAME option
* add optional COMPONENT_NAME option
note: needed if test.py is not in a ortools/<component>/python/ dir
|
2024-01-15 13:33:49 +01:00 |
|
Mizux Seiha
|
a76bf1c5dd
|
bump license boilerplate
|
2024-01-04 13:43:15 +01:00 |
|
Laurent Perron
|
0bb7d0c58b
|
Merge pull request #3966 from rte-france/feature/xpress_only
Improve the Xpress interface and add dynamic loading of the Xpress library
|
2023-12-11 11:48:24 +01:00 |
|
Corentin Le Molgat
|
de938c4ac3
|
bazel: add with_cp_sat flag
|
2023-11-29 11:41:45 +01:00 |
|
Laurent Perron
|
6136a47c99
|
improvement to PDLP, remove most GLPK from tests, add py.typed for CP-SAT and model_builder python modules: fix #3993
|
2023-11-22 11:43:44 +01:00 |
|
Laurent Perron
|
72f274f844
|
Change proto to/from file API to use absl::StatusOr; add reader/writer proto_file to model_builder
|
2023-11-20 16:13:03 +01:00 |
|
Florian OMNES
|
2f543db1bb
|
Merge remote-tracking branch 'google/main' into feature/temporary-for-squash
Co-authored-by: Peter MITRI <peter.mitri@rte-france.com>
|
2023-11-20 12:48:14 +01:00 |
|
Laurent Perron
|
b5f749b794
|
add import/export with proto on model_builder; add support for proto in solve_model.py
|
2023-11-19 07:22:44 +01:00 |
|
Laurent Perron
|
0ccc07f288
|
add glop_proto_solver; split bazel targets for proto_solver
|
2023-11-17 14:17:52 +01:00 |
|
Laurent Perron
|
553ef23f2d
|
revert mpl2 commit
|
2023-11-09 13:46:17 +01:00 |
|
Laurent Perron
|
38dff7fbeb
|
add #define EIGEN_MPL2_ONLY everywhere, fix #3979
|
2023-11-09 11:33:38 +01:00 |
|
Andrea Sgattoni
|
7161d7a2d2
|
Merge branch 'google/main' into feature/xpress_only_RTE
|
2023-11-07 18:34:43 +01:00 |
|