Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## latest #3187 +/- ##
==========================================
- Coverage 72.95% 72.92% -0.03%
==========================================
Files 436 436
Lines 105985 106033 +48
Branches 17066 17071 +5
==========================================
+ Hits 77323 77327 +4
- Misses 28386 28430 +44
Partials 276 276 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jajhall
left a comment
There was a problem hiding this comment.
I'm a bit shocked by the comment "vector is not thread-safe" - why? - as I'm sure it's used elsewhere!
Otherwise, apart from the random_seed offset of 42 (why?) this looks good to me
It's just the random seed that I was passing to Metis up to now (https://en.wikipedia.org/wiki/Phrases_from_The_Hitchhiker's_Guide_to_the_Galaxy#The_Answer_to_the_Ultimate_Question_of_Life,_the_Universe,_and_Everything_is_42). |
So, do we get rid of other occurrences of
No problem, I know the reference, and it adds a human touch to the code |
This has been an issue for me (thread sanitizer was failing and it took some time to figure out that |
I've just done a search, and there are about 20 std::vector in HiGHS, including the following
I'll create an issue to remind ourselves to clear them all! |
|
@filikat I've been using |
paralleloption.