jump-dev / HiGHS.jl

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

Update options list #74

Closed jd-lara closed 2 years ago

jd-lara commented 2 years ago

some option names have changed so I copy-pasted https://www.maths.ed.ac.uk/hall/HiGHS/HighsOptions.set which seemed to be the source of the original options descriptor.

FWIW the change of mip_epsilon to mip_feasibility_tolerance is what triggered the change.

codecov[bot] commented 2 years ago

Codecov Report

Merging #74 (69534da) into master (567ed76) will increase coverage by 1.95%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
+ Coverage   80.69%   82.65%   +1.95%     
==========================================
  Files           2        2              
  Lines        1093     1199     +106     
==========================================
+ Hits          882      991     +109     
+ Misses        211      208       -3     
Impacted Files Coverage Δ
src/MOI_wrapper.jl 94.39% <0.00%> (+0.85%) :arrow_up:
src/gen/libhighs_api.jl 34.74% <0.00%> (+7.73%) :arrow_up:

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 567ed76...69534da. Read the comment docs.