Commit 337a11f
authored
Simplex work estimates (#856)
This PR converts dual simplex to use manual work estimates to simplify the code and ease maintenance.
Work estimates are also calculated for more functions.
Authors:
- Chris Maes (https://github.com/chris-maes)
Approvers:
- Alice Boucher (https://github.com/aliceb-nv)
URL: #8561 parent f91f9cc commit 337a11f
28 files changed
Lines changed: 1104 additions & 843 deletions
File tree
- cpp/src
- barrier
- dual_simplex
- mip_heuristics/problem
- pdlp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1390 | 1390 | | |
1391 | 1391 | | |
1392 | 1392 | | |
1393 | | - | |
| 1393 | + | |
1394 | 1394 | | |
1395 | 1395 | | |
1396 | 1396 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments