lanl-ansi / Juniper.jl

A JuMP-based Nonlinear Integer Program Solver
https://lanl-ansi.github.io/Juniper.jl/stable/
MIT License
180 stars 22 forks source link

remove return undefined value #214

Closed Wikunia closed 3 years ago

Wikunia commented 3 years ago

Part of #213 The value that was returned didn't exist but also no return value is needed here.

codecov[bot] commented 3 years ago

Codecov Report

Merging #214 (646c39e) into master (f88cfbe) will increase coverage by 0.55%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
+ Coverage   90.98%   91.53%   +0.55%     
==========================================
  Files          20       20              
  Lines        1842     1950     +108     
==========================================
+ Hits         1676     1785     +109     
+ Misses        166      165       -1     
Impacted Files Coverage Δ
src/util.jl 72.39% <ø> (+3.05%) :arrow_up:
src/debug.jl 100.00% <0.00%> (ø)
src/Juniper.jl 100.00% <0.00%> (ø)
src/bb_gains.jl 100.00% <0.00%> (ø)
src/bb_user_limits.jl 100.00% <0.00%> (ø)
src/bb_type_correct.jl 100.00% <0.00%> (ø)
src/bb_inits_and_defaults.jl 100.00% <0.00%> (ø)
src/bb_strategies.jl 99.56% <0.00%> (+0.01%) :arrow_up:
src/table_log.jl 95.27% <0.00%> (+0.19%) :arrow_up:
src/BnBTree.jl 93.95% <0.00%> (+0.24%) :arrow_up:
... and 9 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 f88cfbe...646c39e. Read the comment docs.