Commit 91a19f8
authored
Fix issue with barrier incorrectly returning numerical in concurrent (NVIDIA#484)
@tmckayus reported that in concurrent mode, he was seeing lots of barrier numerical status.
This was due to incorrectly setting the status to NUMERIC, when barrier was stopped by PDLP or concurrent.
This PR fixes the issue, by checking for concurrent limit first.
Logs are also changed for consistency.
Authors:
- Chris Maes (https://github.com/chris-maes)
Approvers:
- Hugo Linsenmaier (https://github.com/hlinsen)
URL: NVIDIA#4841 parent 36b96cd commit 91a19f8
File tree
2 files changed
+6
-5
lines changed- cpp/src
- dual_simplex
- mip/diversity
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3266 | 3266 | | |
3267 | 3267 | | |
3268 | 3268 | | |
3269 | | - | |
3270 | | - | |
3271 | | - | |
3272 | | - | |
3273 | 3269 | | |
3274 | 3270 | | |
3275 | 3271 | | |
3276 | 3272 | | |
| 3273 | + | |
| 3274 | + | |
| 3275 | + | |
| 3276 | + | |
| 3277 | + | |
3277 | 3278 | | |
3278 | 3279 | | |
3279 | 3280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
0 commit comments