Commit Graph

32 Commits

Author SHA1 Message Date
Laurent Perron
23c1f491de make glop more robust to incorrect/incomplete basis 2021-08-20 13:37:19 +02:00
slowy07
2e0ec51049 fix: typo spelling grammar 2021-08-16 10:49:00 +02:00
Laurent Perron
790c947453 remove forced slacks in glop 2021-07-23 21:54:59 +02:00
Laurent Perron
0943af32bb speed up glop 2021-06-10 18:02:28 +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
Corentin Le Molgat
a40143cdd2 cpp: Migrate int64 to int64_t 2021-04-01 20:20:43 +02:00
Laurent Perron
82c6683219 adaptative refactor frequency for glop 2021-03-22 17:05:54 +01:00
Corentin Le Molgat
c75ac92a5a Sync from Google to GitHub 2020-11-16 17:50:54 +01:00
Corentin Le Molgat
e4caaf96bc format file forcing the left alignment 2020-10-29 14:25:39 +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
c3d7946461 more work on glop 2019-09-04 15:31:46 +02:00
Laurent Perron
db2d441ca2 more work on GLOP internals 2019-08-20 15:33:47 -07:00
Laurent Perron
ae76a6ad79 rewrite glop internals 2019-08-06 15:55:10 -07:00
Laurent Perron
758667daf9 rearchitecture glop/lp_data 2019-07-24 13:49:08 -07:00
Laurent Perron
0cd49e115a continue rewrite of lp_data/glop 2019-07-18 11:35:32 -07:00
Laurent Perron
f57138e3bd fix comment 2019-06-27 18:19:18 +02:00
Laurent Perron
a66a929a4e simplify mccormick cut in CP-SAT; rearchitecture glop internals 2019-06-21 13:39:09 +02:00
Laurent Perron
1837b57d0b restructure glop code 2019-06-17 11:34:10 +02:00
Laurent Perron
015025c931 compilation fix 2019-05-10 23:27:54 +02:00
Laurent Perron
2a4fc564b4 add constraint with index in linear solver (API + Proto); rewrite MPS reader/writer; update base library as needed 2019-04-18 19:18:48 +02:00
Laurent Perron
87b9d55b21 update license headers 2018-11-10 18:00:53 +01:00
Laurent Perron
4caaef3c23 deep sync with base library renaming; lint checking; Speedup sat; new crash procedure for glop 2018-08-28 11:19:49 +02:00
Laurent Perron
05d9faf4d7 cleanup; move parallel code from fz to sat 2018-07-03 13:01:37 +02:00
Laurent Perron
707a4560d1 norm on the inverse matrix 2018-06-27 10:07:51 +02:00
Laurent Perron
9ce48ce405 make method const 2018-02-23 16:28:14 +01:00
Laurent Perron
e0de4b61c5 speed up glop on large problems 2018-02-13 17:29:11 +01:00
Laurent Perron
4cd6ecccb3 revisit time limit; add special sigint handler; fix bug in sat presolve with enforcement literals 2017-12-06 11:23:11 +01:00
Laurent Perron
c363991e2b rearchitecture glop code 2017-12-05 16:45:10 +01:00
Laurent Perron
2c7a8bf8f6 change copyright date 2017-10-17 13:08:10 +02:00
Laurent Perron
086640da72 move graph code around; improve sat code 2017-09-29 15:08:48 +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