Corentin Le Molgat
|
2ff69ef797
|
linear_solver: backport from main
|
2025-11-05 12:05:41 +01:00 |
|
Corentin Le Molgat
|
260856bf0f
|
linear_solver: rework python typing
|
2025-08-06 13:20:32 +02:00 |
|
Laurent Perron
|
803c4269e2
|
improve python exprs
|
2025-06-12 11:52:16 +02:00 |
|
Laurent Perron
|
08a700d8dc
|
more tests for ModelBuilder python
|
2025-01-20 15:00:42 +01:00 |
|
Laurent Perron
|
809f13e28b
|
model_builder: revisit memory management in the python layer (use std::shared_ptr), add various optimizations (in place modification; optimized AffineExpr +, -, *)
|
2025-01-19 11:45:03 +01:00 |
|
Laurent Perron
|
54b8c24839
|
big graph cleaning; rewrite CP-SAT python layer; rewrite model_builder python layer; reorganize CP-SAT scheduling and packing code
|
2025-01-15 13:51:40 +01:00 |
|
Corentin Le Molgat
|
a66a6daac7
|
Bump Copyright to 2025
|
2025-01-10 11:35:44 +01:00 |
|
Laurent Perron
|
0781ae7a85
|
fix numpy2.2 bug
|
2024-12-10 14:55:24 +01:00 |
|
Laurent Perron
|
4cbd27dae9
|
sync with main
|
2024-05-30 10:52:42 +02:00 |
|
Laurent Perron
|
0ec48be40c
|
improve model_builder python
|
2024-05-30 10:51:55 +02:00 |
|
Laurent Perron
|
bf2471515f
|
cleanup semantics of under-specified constraint in model_builder python
|
2024-05-30 10:51:55 +02:00 |
|
Laurent Perron
|
ee2e20ce4d
|
reformat
|
2024-05-30 10:51:55 +02:00 |
|
Mizux Seiha
|
a76bf1c5dd
|
bump license boilerplate
|
2024-01-04 13:43:15 +01:00 |
|
Laurent Perron
|
7bdde984aa
|
model_builder python: ModelBuilder -> Model, ModelSolver -> Solver; fix bug in enforced linear support; tweak wrappers:
|
2023-11-06 16:16:38 +01:00 |
|
Laurent Perron
|
fcd64e6b97
|
polish on model_builder code
|
2023-11-06 15:20:03 +01:00 |
|
Laurent Perron
|
1a610bd7ef
|
additional work on indicator constraints in model_builder python
|
2023-11-05 10:06:20 +01:00 |
|
Laurent Perron
|
8fc323ed9e
|
add indicator constraints to model_builder python
|
2023-11-05 09:51:40 +01:00 |
|
Laurent Perron
|
c8597d302c
|
one more pandas model_builder test
|
2023-08-03 11:44:58 -07:00 |
|
Laurent Perron
|
5b8cdcd6bf
|
[ModelBuilder] big update on the code; remove hash table, use c++ canonicalization of linear expressions; remove code duplication
|
2023-07-27 08:50:52 -07:00 |
|
Laurent Perron
|
f540a5fbc2
|
reformat
|
2023-07-24 13:20:13 -07:00 |
|
Laurent Perron
|
49c8f26ef2
|
[ModelBuilder] fix test with SCIP OFF
|
2023-07-22 07:23:15 -07:00 |
|
Laurent Perron
|
0552bed7bc
|
another typing fix
|
2023-07-21 21:16:28 -07:00 |
|
Laurent Perron
|
44cff7813f
|
another typing fix
|
2023-07-21 19:29:35 -07:00 |
|
Laurent Perron
|
271cf0324e
|
[ModelBuilder] do not add term 0 * var
|
2023-07-20 15:36:45 -07:00 |
|
Laurent Perron
|
b82cd22d7c
|
[ModelBuilder] Add set_coefficient API, fix add_term to not create duplicate variable entries
|
2023-07-20 15:13:56 -07:00 |
|
Laurent Perron
|
a273b959f4
|
more model_builder python APIs
|
2023-07-20 14:01:10 -07:00 |
|
Laurent Perron
|
3cfffecef7
|
thorough clamping of infinity for SCIP; added APIs to model_builder python
|
2023-07-20 08:52:32 -07: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
|
9635b925f6
|
reformat linear_solver python code to BLACK; support pybind11_protobuf
|
2023-06-28 15:57:32 +02:00 |
|
Laurent Perron
|
13fae89e88
|
fix for SCIP=OFF
|
2023-03-15 15:42:20 +01:00 |
|
Laurent Perron
|
c957fd9798
|
add activity query for model_builder
|
2023-03-03 12:12:37 +04:00 |
|
Laurent Perron
|
66184646fb
|
[ModelBuilder] Polish numpy code
|
2023-03-02 12:03:28 +04:00 |
|
Laurent Perron
|
d0f6b6db74
|
add typing info to model_builder/python; add numpy variable support; update samples
|
2023-02-28 10:55:51 +04:00 |
|
Laurent Perron
|
81f3fa0458
|
run model_builder python tests, rearrange linear solver testdata
|
2023-01-19 16:09:45 +01:00 |
|
Laurent Perron
|
542ec76a8a
|
fix #3614
|
2023-01-04 08:19:04 +01:00 |
|
Corentin Le Molgat
|
261ce61ae1
|
python: fixup
|
2022-10-10 13:44:12 +02:00 |
|
Laurent Perron
|
f39efd5ac8
|
fix, reindent, add tests
|
2022-09-27 18:00:48 +02:00 |
|
Corentin Le Molgat
|
7a401969c0
|
move examples/test/*.py to ortools/<component>/python
|
2022-09-22 13:54:16 +02:00 |
|