-
Notifications
You must be signed in to change notification settings - Fork 183
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 with small time limit #1990
Comments
I think the QP code does not check that HiGHS hit the time limit in |
I see where a negative value of
I don't see any other meaningful changes - every other change seems to be due to formatting. Now that @feldmeier is not supporting the QP solver, I'll apply clang formatting to it. Could the |
Sorry, I realized that the code was auto-formatted while I was editing it. The second change is to check whether
|
I have updated the branch now. Sorry for creating the extra work. I could create a PR, if you think the changes are reasonable. |
Sorry @fwesselm I've done a lot more - the code wasn't handling interrupts or timeouts - and will run clang formatting so I don't conflict with the changes @galabovaa has made on latest |
Closed by #1995 |
Originally reported as jump-dev/HiGHS.jl#240
MPS file: time_crash.mps.txt
Very reproducible in HiGHS v1.7.2 and v1.8.0, on both Windows and Mac, and every time.
The Julia log makes it look like is related to
HighsTimerClock
during thebuildSimple
call in factorization:The text was updated successfully, but these errors were encountered: