jump-dev / HiGHS.jl

A Julia interface to the HiGHS solver
https://highs.dev
MIT License
103 stars 14 forks source link

Support MOI.NodeCount #94

Closed odow closed 2 years ago

odow commented 2 years ago

Closes #89

codecov[bot] commented 2 years ago

Codecov Report

Merging #94 (c02745f) into master (8e39503) will decrease coverage by 82.96%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #94       +/-   ##
==========================================
- Coverage   82.96%   0.00%   -82.97%     
==========================================
  Files           3       3               
  Lines        1303    1306        +3     
==========================================
- Hits         1081       0     -1081     
- Misses        222    1306     +1084     
Impacted Files Coverage Δ
src/MOI_wrapper.jl 0.00% <0.00%> (-93.06%) :arrow_down:
src/HiGHS.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/gen/libhighs.jl 0.00% <0.00%> (-36.76%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8e39503...c02745f. Read the comment docs.

odow commented 2 years ago

@jajhall @lgottwald we have a segfault on 32-bit in the MIP solver :(: https://github.com/jump-dev/HiGHS.jl/runs/5328259298?check_suite_focus=true

I will isolate a reproducible example.

odow commented 2 years ago

Blocked by https://github.com/ERGO-Code/HiGHS/issues/769