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

WIP: Fix for infeasibility certificates #197

Merged
merged 1 commit into from
Nov 18, 2021
Merged

WIP: Fix for infeasibility certificates #197

merged 1 commit into from
Nov 18, 2021

Conversation

odow
Copy link
Member

@odow odow commented Nov 17, 2021

Updated for jump-dev/MathOptInterface.jl#1660

julia> MOI.Test.runtests(
           model, 
           config, 
           include=["test_unbounded_", "test_infeasible_"],
       )
Test Summary:             | Pass  Total
test_infeasible_MAX_SENSE |    5      5
Test Summary:                    | Pass  Total
test_infeasible_MAX_SENSE_offset |    5      5
Test Summary:             | Pass  Total
test_infeasible_MIN_SENSE |    5      5
Test Summary:                    | Pass  Total
test_infeasible_MIN_SENSE_offset |    5      5
Test Summary:                    | Pass  Total
test_infeasible_affine_MAX_SENSE |    5      5
Test Summary:                           | Pass  Total
test_infeasible_affine_MAX_SENSE_offset |    5      5
Test Summary:                    | Pass  Total
test_infeasible_affine_MIN_SENSE |    5      5
Test Summary:                           | Pass  Total
test_infeasible_affine_MIN_SENSE_offset |    5      5
Test Summary:            | Pass  Total
test_unbounded_MAX_SENSE |    4      4
Test Summary:                   | Pass  Total
test_unbounded_MAX_SENSE_offset |    4      4
Test Summary:            | Pass  Total
test_unbounded_MIN_SENSE |    4      4
Test Summary:                   | Pass  Total
test_unbounded_MIN_SENSE_offset |    4      4

@codecov
Copy link

codecov bot commented Nov 17, 2021

Codecov Report

Merging #197 (f4e07f5) into master (5cee5af) will decrease coverage by 0.08%.
The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #197      +/-   ##
==========================================
- Coverage   82.27%   82.19%   -0.09%     
==========================================
  Files           9        9              
  Lines        1574     1578       +4     
==========================================
+ Hits         1295     1297       +2     
- Misses        279      281       +2     
Impacted Files Coverage Δ
src/MOI_wrapper/MOI_wrapper.jl 92.38% <60.00%> (-0.20%) ⬇️

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 5cee5af...f4e07f5. Read the comment docs.

@odow odow merged commit c8e11f6 into master Nov 18, 2021
@odow odow deleted the od/infeas branch November 18, 2021 22:23
@odow
Copy link
Member Author

odow commented Nov 18, 2021

This will be tested in the next release of MOI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants