-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault in presolve #2095
Comments
Bug not exhibited by issue-2095.lp.txt but this file is useful for studying the model. Failure is in first reduction, when |
Despite being passed as The initial values
are unchanged by calling
In the loop Pass 0 adds an entry to the matrix due to the nonzero in row 1 created by subtracting column 2 from row 1
but the indices in Pass 1 uses
Pass 2 uses
|
It would be good to know why adding the singletons to the matrix in the loop leads to corruption of the Hence the issue, as posed, is closed by #2096 Also, are there any other uses of |
I think the issue is that a |
With issue-2095.mps, HiGHS segfaults in presolve.
See scipy/scipy#22188
The text was updated successfully, but these errors were encountered: