jump-dev / HiGHS.jl

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

Add QP solver #56

Closed odow closed 2 years ago

odow commented 3 years ago

A terrible, horrible, no good, very bad way of setting the QP objective function: get/set the entire problem!

This is just a placeholder to check for obvious QP bugs before we get support for setting the hessian without passModel.

odow commented 2 years ago

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #56 (14c7f87) into master (156c011) will increase coverage by 0.59%. The diff coverage is 98.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   81.61%   82.21%   +0.59%     
==========================================
  Files           3        3              
  Lines        1213     1248      +35     
==========================================
+ Hits          990     1026      +36     
+ Misses        223      222       -1     
Impacted Files Coverage Δ
src/MOI_wrapper.jl 93.06% <98.11%> (+0.14%) :arrow_up:
src/gen/libhighs.jl 35.59% <0.00%> (+0.84%) :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 156c011...14c7f87. Read the comment docs.