lanl-ansi / Alpine.jl

A Julia/JuMP-based Global Optimization Solver for Non-convex Programs
https://lanl-ansi.github.io/Alpine.jl/latest/
Other
244 stars 39 forks source link

[PR against moi-wrapper branch] VectorOfVariables-related changes #120

Closed tkoolen closed 4 years ago

tkoolen commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #120 into moi-wrapper will decrease coverage by 0.11%. The diff coverage is 50%.

Impacted file tree graph

@@               Coverage Diff               @@
##           moi-wrapper     #120      +/-   ##
===============================================
- Coverage        81.44%   81.33%   -0.12%     
===============================================
  Files               27       27              
  Lines             1843     1848       +5     
===============================================
+ Hits              1501     1503       +2     
- Misses             342      345       +3
Impacted Files Coverage Δ
src/MOI_wrapper/variables.jl 52.11% <0%> (-2.3%) :arrow_down:
src/MOI_wrapper/constraints.jl 45.45% <100%> (+3.51%) :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 65116c4...6ab28be. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #120 into moi-wrapper will decrease coverage by 0.11%. The diff coverage is 50%.

Impacted file tree graph

@@               Coverage Diff               @@
##           moi-wrapper     #120      +/-   ##
===============================================
- Coverage        81.44%   81.33%   -0.12%     
===============================================
  Files               27       27              
  Lines             1843     1848       +5     
===============================================
+ Hits              1501     1503       +2     
- Misses             342      345       +3
Impacted Files Coverage Δ
src/MOI_wrapper/variables.jl 52.11% <0%> (-2.3%) :arrow_down:
src/MOI_wrapper/constraints.jl 45.45% <100%> (+3.51%) :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 65116c4...6ab28be. Read the comment docs.

harshangrjn commented 4 years ago

@tkoolen Thanks for this PR. Since we have migrated to JuMP v0.21+, I am closing this PR as this part of the code doesn't exist anymore.