Guillaume Chatelet
|
8710e86e8a
|
Test export
|
2025-10-16 11:43:45 +02:00 |
|
Mizux Seiha
|
4f381f6d07
|
backport from main:
* bump abseil to 20250814
* bump protobuf to v32.0
* cmake: add ccache auto support
* backport flatzinc, math_opt and sat update
|
2025-09-16 16:25:04 +02:00 |
|
Corentin Le Molgat
|
82bc28d3c1
|
math_opt: backport from google3
* move gscip/ to math_opt/solvers/
|
2025-08-20 11:36:44 +02:00 |
|
Guillaume Chatelet
|
447ce0b3e2
|
Fix bazel load rules
|
2025-07-23 09:05:10 +00: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 |
|
Corentin Le Molgat
|
05e3190929
|
bazel: rename com_google_absl to abseil-cpp
|
2025-03-24 18:21:42 +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 |
|
Corentin Le Molgat
|
c3b4aaf4d1
|
export from google3
|
2024-10-14 10:26:59 +02:00 |
|
Corentin Le Molgat
|
6dc31775a1
|
export math_opt/ from google3
|
2024-07-30 09:18:39 +02:00 |
|
Corentin Le Molgat
|
559072a66f
|
math_opt: enable HiGHS support
|
2024-04-02 16:13:09 +02:00 |
|
Corentin Le Molgat
|
dae0ec2219
|
math_opt: export from google3
|
2024-02-23 10:59:51 +01:00 |
|
Corentin Le Molgat
|
3c50e93e46
|
bazel: math_opt now use //ortools/base:logging
|
2024-02-15 16:21:52 +01:00 |
|
Corentin Le Molgat
|
04c0059b77
|
export from google3
|
2024-02-15 16:05:47 +01:00 |
|
Corentin Le Molgat
|
341c0815ec
|
math_opt: Fix python test when SCIP is off
|
2024-02-07 15:37:38 +01:00 |
|
Corentin Le Molgat
|
051b54e4bb
|
math_opt: export from google3
|
2024-02-06 18:39:47 +01:00 |
|
Mizux Seiha
|
9038ffdcd0
|
cmake: disable math_opt samples when SCIP unavailable
|
2024-02-01 18:15:06 +01:00 |
|
Corentin Le Molgat
|
0752f20747
|
math_opt: use of absl:Span
|
2024-01-29 15:11:22 +01:00 |
|
Corentin Le Molgat
|
e924055a70
|
math_opt: export from google3
|
2024-01-22 18:15:58 +01:00 |
|
Corentin Le Molgat
|
30b2b8944f
|
math_opt: Sync from google3
|
2024-01-18 14:18:42 +01:00 |
|
Corentin Le Molgat
|
b2a6fc0949
|
math_opt: disable failing python tests
|
2024-01-16 17:12:03 +01:00 |
|
Corentin Le Molgat
|
21fd586d32
|
cmake: rework add_python_sample()
|
2024-01-16 15:14:34 +01:00 |
|
Corentin Le Molgat
|
835d93025f
|
cmake: Rework add_cxx_sample()
* Add mandatory FILE_NAME option
* Add COMPONENT_NAME option
|
2024-01-16 11:27:01 +01:00 |
|
Corentin Le Molgat
|
4ee8195586
|
math_opt: cleanup
python still not working...
|
2024-01-15 16:22:30 +01:00 |
|
Corentin Le Molgat
|
2c81040044
|
cmake: math_opt python fix
|
2024-01-15 15:09:45 +01:00 |
|
Mizux Seiha
|
a76bf1c5dd
|
bump license boilerplate
|
2024-01-04 13:43:15 +01:00 |
|
Corentin Le Molgat
|
1b35546a32
|
math_opt: add pdlp support
|
2023-12-06 17:33:53 +01:00 |
|
Laurent Perron
|
804888fc5a
|
update math_opt, add service; python code
|
2023-12-05 23:50:35 +01:00 |
|
Laurent Perron
|
84962a4281
|
move math_opt samples; add python code + samples
|
2023-11-17 16:25:02 +01:00 |
|
Corentin Le Molgat
|
e0cbcaa05e
|
math_opt: cleanup
|
2023-10-31 12:34:34 +01:00 |
|
Corentin Le Molgat
|
70149fddc5
|
math_opt: disable some tests when USE_SCIP=OFF
|
2023-10-25 09:29:05 +02:00 |
|
Corentin Le Molgat
|
f8c7250297
|
remove internal links
|
2023-10-16 16:03:47 +02:00 |
|
Corentin Le Molgat
|
c00c6a65dd
|
math_opt: fix build
disable branch_and_bound sample
|
2023-10-13 08:54:13 +02:00 |
|
Corentin Le Molgat
|
b9cc1ad70d
|
math_opt: Export from google3
|
2023-10-11 11:33:55 +02:00 |
|
Corentin Le Molgat
|
ba95502061
|
math_opt: Export from google3
|
2023-10-11 11:33:55 +02:00 |
|
Corentin Le Molgat
|
83c39f0826
|
math_opt: add mathopt_info.cc sample
|
2023-10-09 16:27:14 +02:00 |
|
Mizux Seiha
|
fbf27ec73e
|
cmake: Add math_opt/
|
2023-09-04 16:55:01 +02:00 |
|
Corentin Le Molgat
|
546f612648
|
math_opt: export from google3
|
2023-09-01 14:01:49 +02:00 |
|
Corentin Le Molgat
|
a29d1eed56
|
Export math_opt from google3
|
2023-07-13 20:22:58 +02:00 |
|
Corentin Le Molgat
|
92fc499bf3
|
math_opt: sync
|
2023-06-02 08:53:08 +02:00 |
|
Corentin Le Molgat
|
3be976f47b
|
export from google3
|
2023-05-24 15:34:57 +02:00 |
|
Corentin Le Molgat
|
849f2926fd
|
export math_opt changes
|
2023-04-05 10:36:55 +02:00 |
|
Corentin Le Molgat
|
ea8da28c97
|
math_opt export
|
2022-09-15 11:19:00 +02:00 |
|
Corentin Le Molgat
|
1af55b2be3
|
Add license boilerplate
|
2022-06-21 11:25:29 +02:00 |
|
Corentin Le Molgat
|
c7120439d4
|
Bump license date
|
2022-06-17 14:23:23 +02:00 |
|
Corentin Le Molgat
|
090cfd8fbc
|
math_opt: rename samples to avoid collisions
|
2022-04-06 11:16:09 +02:00 |
|
Corentin Le Molgat
|
558cbf9cd4
|
math_opt: sync
|
2022-03-31 15:34:37 +02:00 |
|
Corentin Le Molgat
|
156190eea8
|
Update math_opt
|
2022-03-02 22:10:54 +01:00 |
|
Corentin Le Molgat
|
b455a33239
|
math_opt: export tsp.cc sample
|
2022-02-02 14:34:30 +01:00 |
|
Corentin Le Molgat
|
4defaa23ed
|
Export strong_int.h
|
2022-01-31 18:44:25 +01:00 |
|
Corentin Le Molgat
|
5d47faf9e3
|
Fix math_opt build
|
2022-01-17 08:38:21 +01:00 |
|