jump-dev / ECOS.jl

A Julia interface to the ECOS conic optimization solver
https://github.com/embotech/ecos
Other
41 stars 17 forks source link

Add MOI wrapper #65

Closed blegat closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #65 into master will decrease coverage by 1.8%. The diff coverage is 90.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
- Coverage   94.21%   92.41%   -1.81%     
==========================================
  Files           3        4       +1     
  Lines         242      435     +193     
==========================================
+ Hits          228      402     +174     
- Misses         14       33      +19
Impacted Files Coverage Δ
src/ECOS.jl 92.85% <ø> (ø) :arrow_up:
src/MPBWrapper.jl 94.36% <ø> (ø)
src/MOIWrapper.jl 90.15% <90.15%> (ø)

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 9cd2e35...e7313af. Read the comment docs.

mlubin commented 6 years ago

Don't merge yet, I'll take a closer look at the MOI wrapper.