JuliaSmoothOptimizers / QuadraticModels.jl

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

add missing methods and fix tests #13

Closed dpo closed 4 years ago

dpo commented 4 years ago

supersedes #10

codecov[bot] commented 4 years ago

Codecov Report

Merging #13 into master will increase coverage by 25.35%. The diff coverage is 75%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #13       +/-   ##
===========================================
+ Coverage   40.67%   66.03%   +25.35%     
===========================================
  Files           3        3               
  Lines          59       53        -6     
===========================================
+ Hits           24       35       +11     
+ Misses         35       18       -17
Impacted Files Coverage Δ
src/qpmodel.jl 66% <75%> (+26.71%) :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 9e9a8f0...77bfee1. Read the comment docs.

abelsiqueira commented 4 years ago

Thank you