Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QP solver #56

Merged
merged 5 commits into from
Feb 16, 2022
Merged

Add QP solver #56

merged 5 commits into from
Feb 16, 2022

Conversation

odow
Copy link
Member

@odow odow commented Jul 6, 2021

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
Copy link
Member Author

odow commented Feb 14, 2022

Blocked by ERGO-Code/HiGHS#736

@odow odow closed this Feb 15, 2022
@odow odow reopened this Feb 15, 2022
Fix segfault

Update MOI_wrapper.jl

Fixes

More updates
@codecov
Copy link

codecov bot commented Feb 16, 2022

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%) ⬆️
src/gen/libhighs.jl 35.59% <0.00%> (+0.84%) ⬆️

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.

test/MOI_wrapper.jl Outdated Show resolved Hide resolved
@odow odow changed the title WIP: add QP solver Add QP solver Feb 16, 2022
src/MOI_wrapper.jl Outdated Show resolved Hide resolved
@odow odow merged commit 1d01421 into master Feb 16, 2022
@odow odow deleted the od/qp branch February 16, 2022 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant