jump-dev / MatrixOptInterface.jl

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

ConicForm -> GeometricConicForm #17

Closed blegat closed 3 years ago

blegat commented 3 years ago

This renamed should be done once https://github.com/jump-dev/MatrixOptInterface.jl/issues/16 is done so let's do it know to avoid breakage.

codecov[bot] commented 3 years ago

Codecov Report

Merging #17 (0b783c9) into master (16208a4) will not change coverage. The diff coverage is 22.22%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   82.72%   82.72%           
=======================================
  Files           5        5           
  Lines         272      272           
=======================================
  Hits          225      225           
  Misses         47       47           
Impacted Files Coverage Δ
src/conic_form.jl 78.02% <22.22%> (ø)

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 16208a4...b6b4c15. Read the comment docs.

matbesancon commented 3 years ago

Closes #15