Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement RawStatusString #238

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Implement RawStatusString #238

merged 1 commit into from
Oct 24, 2023

Conversation

blegat
Copy link
Contributor

@blegat blegat commented Sep 19, 2023

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
Copy link

codecov bot commented Sep 19, 2023

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%) ⬆️
src/log.jl 91.86% <100.00%> (+0.06%) ⬆️

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

@harshangrjn harshangrjn merged commit b7a6371 into lanl-ansi:master Oct 24, 2023
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants