lanl-ansi / Alpine.jl

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

Implement RawStatusString #238

Closed blegat closed 9 months ago

blegat commented 10 months ago

Last remaining piece needed for JuMP.solution_summary to work. The status string could updated to be more custom and not restricted to MOI.TerminationStatusCode but I leave it for another PR. At this this one matches what is printed by the log by construction so when the log is improved, RawStatusString will be too

codecov[bot] commented 10 months ago

Codecov Report

Merging #238 (40ad64e) into master (115ef67) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
+ Coverage   88.24%   88.26%   +0.01%     
==========================================
  Files          16       16              
  Lines        2970     2973       +3     
==========================================
+ Hits         2621     2624       +3     
  Misses        349      349              
Files Changed Coverage Δ
src/MOI_wrapper/MOI_wrapper.jl 86.69% <100.00%> (+0.12%) :arrow_up:
src/log.jl 91.86% <100.00%> (+0.06%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more