jump-dev / HiGHS.jl

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

Bump HiGHS_jll and fix bugs in MIP solver #58

Closed odow closed 3 years ago

odow commented 3 years ago

This is a mix of a few changes. I haven't managed to track down the bug in the MIP solver. But throwing away the inner Ptr and getting a new one was sufficient. It seems like Highs_clearModel doesn't completely clear the integrality stuff?

Closes #55

codecov[bot] commented 3 years ago

Codecov Report

Merging #58 (b7bf2ab) into master (543ef17) will decrease coverage by 0.62%. The diff coverage is 70.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   82.35%   81.73%   -0.63%     
==========================================
  Files           2        2              
  Lines        1077     1117      +40     
==========================================
+ Hits          887      913      +26     
- Misses        190      204      +14     
Impacted Files Coverage Δ
src/gen/libhighs_api.jl 27.01% <20.00%> (-1.27%) :arrow_down:
src/MOI_wrapper.jl 94.48% <90.32%> (-0.06%) :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 543ef17...b7bf2ab. Read the comment docs.