chriscoey / MOIPajarito.jl

temporary development repo for Pajarito with MathOptInterface
Mozilla Public License 2.0
7 stars 1 forks source link

pass optimizer into cone functions for flexibility #38

Closed chriscoey closed 2 years ago

chriscoey commented 2 years ago

waiting for https://github.com/JuliaRegistries/General/pull/52488

codecov[bot] commented 2 years ago

Codecov Report

Merging #38 (49e686b) into main (08d22c5) will decrease coverage by 0.02%. The diff coverage is 84.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
- Coverage   89.96%   89.94%   -0.03%     
==========================================
  Files          13       12       -1     
  Lines         917      915       -2     
==========================================
- Hits          825      823       -2     
  Misses         92       92              
Impacted Files Coverage Δ
src/optimizer.jl 92.00% <ø> (ø)
src/Cones/powercone.jl 73.17% <66.66%> (ø)
src/Cones/positivesemidefiniteconetriangle.jl 95.74% <75.00%> (ø)
src/Cones/Cones.jl 92.85% <80.00%> (-0.48%) :arrow_down:
src/Cones/secondordercone.jl 95.89% <86.66%> (ø)
src/Cones/exponentialcone.jl 87.03% <88.88%> (ø)
src/cuts.jl 92.00% <100.00%> (ø)
src/models.jl 96.18% <100.00%> (ø)
src/JuMP_tools.jl 80.00% <0.00%> (-8.58%) :arrow_down:
... and 2 more

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 08d22c5...49e686b. Read the comment docs.