Commit 7162916
authored
Fix cvxpy failure in nightly testing (#656)
When building the optimization problem from Papilo, the problem category was set to `LP` regardless of the type of problem. This caused the size of `presolve_data.var_flags` to be zero, leading to a illegal memory access in `set_implied_integers`.
Closes #559.
Authors:
- Nicolas L. Guidotti (https://github.com/nguidotti)
Approvers:
- Hugo Linsenmaier (https://github.com/hlinsen)
URL: #6561 parent 8841229 commit 7162916
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| 198 | + | |
196 | 199 | | |
197 | 200 | | |
198 | 201 | | |
| |||
426 | 429 | | |
427 | 430 | | |
428 | 431 | | |
429 | | - | |
| 432 | + | |
430 | 433 | | |
431 | 434 | | |
432 | 435 | | |
| |||
0 commit comments