JuliaSmoothOptimizers / QuadraticModels.jl

Data structures for linear and quadratic optimization problems based on NLPModels.jl
Other
16 stars 10 forks source link

Update to NLPModels 0.12 and COO format #16

Closed abelsiqueira closed 4 years ago

abelsiqueira commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #16 into master will increase coverage by 25.64%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #16       +/-   ##
==========================================
+ Coverage   66.66%   92.3%   +25.64%     
==========================================
  Files           3       3               
  Lines          54      78       +24     
==========================================
+ Hits           36      72       +36     
+ Misses         18       6       -12
Impacted Files Coverage Δ
src/qpmodel.jl 93.33% <93.33%> (+26.66%) :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 3c0ac0e...3c83158. Read the comment docs.

dpo commented 4 years ago

Thanks!