jump-dev / MatrixOptInterface.jl

An interface to pass matrix form problems
MIT License
11 stars 4 forks source link

add quadratic term in objective of conic term #27

Open matbesancon opened 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (fe09980) into master (4652d04) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   85.80%   85.89%   +0.08%     
==========================================
  Files           5        5              
  Lines         317      319       +2     
==========================================
+ Hits          272      274       +2     
  Misses         45       45              
Impacted Files Coverage Δ
src/conic_form.jl 77.55% <100.00%> (+0.46%) :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 4652d04...56808b1. Read the comment docs.

matbesancon commented 3 years ago

I added some tests but didn't get in MOI_copy_to where the objective is set, it is failing for now

matbesancon commented 3 years ago

ping @blegat on that. Not sure where in copy_to is the objective copied