Conversation
This works around some intermittent segfaults we are seeing with HiGHS on Julia v1.10.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #211 +/- ##
=======================================
Coverage 99.64% 99.64%
=======================================
Files 15 15
Lines 1424 1426 +2
=======================================
+ Hits 1419 1421 +2
Misses 5 5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
Author
|
@filikat and @Opt-Mucca, here's another:
No parallelism in Julia this time, so it must be some issue in HiGHS. I'll see if I can reproduce locally. |
Comment out the silent mode setting and set silent inner mode to false.
Member
Author
Comment out the silent mode setting and add silent inner mode setting.
odow
commented
Jul 7, 2026
Member
Author
Member
Author
|
The last two involve the parallel scheduler during the MIP solve. |
Member
Author
|
No it’s always in different parts of the tests |
Member
Author
|
Moving this to ERGO-Code/HiGHS#3136 instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




This works around some intermittent segfaults we are seeing with HiGHS on Julia v1.10.