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

Inf warning & bound-bug fix #110

Closed harshangrjn closed 5 years ago

harshangrjn commented 5 years ago

Lifted vars bound initialization bug fixed and also the warning displays (issue #109)

codecov[bot] commented 5 years ago

Codecov Report

Merging #110 into master will increase coverage by 0.83%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
+ Coverage   75.84%   76.68%   +0.83%     
==========================================
  Files          15       15              
  Lines        3262     3268       +6     
==========================================
+ Hits         2474     2506      +32     
+ Misses        788      762      -26
Impacted Files Coverage Δ
src/bounds.jl 86.17% <100%> (+2.21%) :arrow_up:
src/multi.jl 63.6% <0%> (+0.12%) :arrow_up:
src/nlexpr.jl 93.42% <0%> (+0.65%) :arrow_up:
src/operators.jl 75.53% <0%> (+0.93%) :arrow_up:
src/amp.jl 88.88% <0%> (+1.01%) :arrow_up:
src/utility.jl 47.22% <0%> (+1.02%) :arrow_up:
src/embedding.jl 93.1% <0%> (+1.14%) :arrow_up:
src/presolve.jl 95.86% <0%> (+3.3%) :arrow_up:
src/Alpine.jl 100% <0%> (+50%) :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 5811fca...636361c. Read the comment docs.