ds4dm / Tulip.jl

Interior-point solver in pure Julia
Other
154 stars 20 forks source link

Fix MOI names interface #113

Closed mtanneau closed 2 years ago

mtanneau commented 2 years ago

closes #112

codecov-commenter commented 2 years ago

Codecov Report

Merging #113 (95922a8) into master (74180f3) will increase coverage by 0.30%. The diff coverage is 91.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
+ Coverage   88.70%   89.00%   +0.30%     
==========================================
  Files          43       43              
  Lines        2726     2756      +30     
==========================================
+ Hits         2418     2453      +35     
+ Misses        308      303       -5     
Impacted Files Coverage Δ
src/Interfaces/MOI/constraints.jl 92.48% <82.60%> (-0.33%) :arrow_down:
src/Interfaces/MOI/MOI_wrapper.jl 82.35% <100.00%> (ø)
src/Interfaces/MOI/variables.jl 100.00% <100.00%> (+8.16%) :arrow_up:
src/Tulip.jl 100.00% <100.00%> (ø)
src/Interfaces/tulip_julia_api.jl 77.02% <0.00%> (+4.05%) :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 74180f3...95922a8. Read the comment docs.