31 Commits

Author SHA1 Message Date
Laurent Perron
b5ca2d2905 Use Fractional everywhere 2025-05-27 14:34:37 +02:00
Corentin Le Molgat
d4acbe81ce replace base/logging.h by absl/log/log.h 2025-02-25 11:16:30 +01:00
Laurent Perron
305b6fcba4 speedup glop; better respect the time limit 2025-02-05 18:12:29 +01:00
Corentin Le Molgat
a66a6daac7 Bump Copyright to 2025 2025-01-10 11:35:44 +01:00
Corentin Le Molgat
6374ed9da8 glop: export from google3 2024-01-18 14:20:21 +01:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Laurent Perron
5a5fe99312 speed up glop by using const view 2023-10-15 17:53:48 +02:00
Laurent Perron
dfc36c7d7b typos, missing includes, automatic lint fixes 2023-05-30 23:23:26 +02:00
Laurent Perron
300631d62b minor cleanup, missing std includes 2023-04-05 14:00:30 +02:00
Laurent Perron
8cea0ef3b9 [GLOP] Speedups 2022-11-22 11:04:33 +01:00
Laurent Perron
896709acff [GLOP] optimize pivoting 2022-11-07 16:39:45 +01:00
Corentin Le Molgat
c7120439d4 Bump license date 2022-06-17 14:23:23 +02:00
Laurent Perron
d85e4ed10f missing STL includes 2022-05-02 16:51:52 +02:00
Laurent Perron
32149058da [GLOP] interval cleanup 2021-09-15 17:37:52 +02:00
Mizux Seiha
8bb54b04ef Bump Copyright to 2021
FYI:
find ortools \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/\(Copyright 2010\)-2018/\1-2021/g'
2021-04-01 21:00:53 +02:00
Laurent Perron
a2b14b57dd simplify glop numerical error management 2021-03-24 20:59:34 +01:00
Laurent Perron
e26ce9c3de update deterministic time computation in glop 2021-03-23 17:55:40 +01:00
Laurent Perron
99be2eedb9 remove dead code; fix compilation with stats enables 2021-03-02 15:21:33 +01:00
Laurent Perron
6467dc69b0 reformat the code; [CP-SAT] add dominated columns presolve 2020-10-28 13:42:51 +01:00
Mizux Seiha
20d0496bfb reapply google format 2020-10-23 00:45:17 +02:00
Laurent Perron
a4258f2bdf switch flags setters and getters to the absl format 2020-10-21 00:21:54 +02:00
Laurent Perron
0cd49e115a continue rewrite of lp_data/glop 2019-07-18 11:35:32 -07:00
Laurent Perron
c65d042e74 remove OMP support from glop 2019-05-28 15:27:21 +02:00
Laurent Perron
b4c3e832a1 internal API 2019-01-02 20:19:25 +01:00
Laurent Perron
87b9d55b21 update license headers 2018-11-10 18:00:53 +01:00
Laurent Perron
df5bdc83de remove crash in glop 2018-07-23 12:55:08 -07:00
Laurent Perron
5c35801ea3 optim in glop.update_row 2018-07-17 10:32:22 -07:00
Laurent Perron
e0de4b61c5 speed up glop on large problems 2018-02-13 17:29:11 +01:00
Laurent Perron
7aad40b1e3 rearchitect glop code 2018-02-12 11:35:51 +01:00
Laurent Perron
2c7a8bf8f6 change copyright date 2017-10-17 13:08:10 +02:00
Laurent Perron
66b8d23079 move src to ortools; simplified python generation; remove some namespaces in the ortools/base helper files 2017-04-26 17:30:25 +02:00