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

Breaking changes for MOI 0.10.0 #178

Merged
merged 10 commits into from
Sep 7, 2021
Merged

Breaking changes for MOI 0.10.0 #178

merged 10 commits into from
Sep 7, 2021

Conversation

odow
Copy link
Member

@odow odow commented May 3, 2021

This PR updates GLPK to MOI v0.10.

Closes #148

@codecov
Copy link

codecov bot commented May 25, 2021

Codecov Report

Merging #178 (84591c1) into master (83e31ee) will decrease coverage by 0.84%.
The diff coverage is 86.74%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #178      +/-   ##
==========================================
- Coverage   82.75%   81.90%   -0.85%     
==========================================
  Files           9        9              
  Lines        1653     1592      -61     
==========================================
- Hits         1368     1304      -64     
- Misses        285      288       +3     
Impacted Files Coverage Δ
src/GLPK.jl 100.00% <ø> (ø)
src/MOI_wrapper/deprecated_constants.jl 100.00% <ø> (ø)
src/precompile.jl 0.00% <0.00%> (ø)
src/MOI_wrapper/MOI_wrapper.jl 91.70% <92.15%> (-0.74%) ⬇️
src/MOI_wrapper/MOI_copy.jl 98.41% <96.15%> (+0.07%) ⬆️
src/MOI_wrapper/infeasibility_certificates.jl 90.74% <0.00%> (-1.86%) ⬇️
src/gen/libglpk_api.jl 54.49% <0.00%> (-0.41%) ⬇️
src/MOI_wrapper/MOI_callbacks.jl 96.77% <0.00%> (-0.04%) ⬇️

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 83e31ee...84591c1. Read the comment docs.

@odow odow marked this pull request as ready for review May 25, 2021 20:05
@odow odow changed the title WIP: breaking changes for MOI 0.10.0 Breaking changes for MOI 0.10.0 Sep 7, 2021
@odow odow merged commit 08dd989 into master Sep 7, 2021
@odow odow deleted the od/moi10 branch September 7, 2021 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Fix TODO in MOI_copy
1 participant