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

Fix MINLP feasibility status (Juniper) and other parsing issues #158

Closed harshangrjn closed 3 years ago

harshangrjn commented 3 years ago

157 (Juniper's ALMOST_LOCALLY SOLVED) error

153 (eval usages)

159 (logging issue for constants in obj.)

codecov[bot] commented 3 years ago

Codecov Report

Merging #158 (8f9ba76) into master (1dddbbd) will decrease coverage by 0.15%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
- Coverage   77.49%   77.33%   -0.16%     
==========================================
  Files          16       16              
  Lines        3101     3093       -8     
==========================================
- Hits         2403     2392      -11     
- Misses        698      701       +3     
Impacted Files Coverage Δ
src/nlexpr.jl 91.77% <ø> (+0.46%) :arrow_up:
src/operators.jl 86.12% <ø> (+0.30%) :arrow_up:
src/log.jl 90.00% <50.00%> (-0.83%) :arrow_down:
src/utility.jl 46.41% <50.00%> (ø)
src/algorithm.jl 76.19% <80.00%> (ø)
src/presolve.jl 81.66% <85.71%> (ø)
src/solver.jl 93.25% <95.00%> (-0.08%) :arrow_down:
src/amp.jl 88.29% <100.00%> (ø)
src/bounds.jl 81.60% <0.00%> (-2.84%) :arrow_down:

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 1dddbbd...032023d. Read the comment docs.