-
Notifications
You must be signed in to change notification settings - Fork 31
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 v0.10 #147
Conversation
Yeah it should run now. |
Codecov Report
@@ Coverage Diff @@
## master #147 +/- ##
==========================================
- Coverage 54.65% 54.46% -0.19%
==========================================
Files 9 9
Lines 4007 4030 +23
==========================================
+ Hits 2190 2195 +5
- Misses 1817 1835 +18
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Things are working at least. There are still a few tests being excluded, but it might be easiest to merge this PR first, and then tackle them individually.
The callback tests now all pass. |
Conflict tests and farkas tests that exist in MOI.Test are removed. |
The MOI test config is similar with Gurobi.jl. The conic tests throw error if |
I have a look at MOI.Test.test_solve_conflict_EqualTo. |
Xpress IIS does not track variable bounds |
@metab0t do you have plans to look into the failing tests? |
@joaquimg Yes, I plan to look at these problems.
|
@joaquimg
I cannot think of a good solution now. |
@joaquimg |
Take a look at GLPK etc. I switched to having a |
I have made similar changes in latest commit. |
# Conflicts: # src/MOI/MOI_wrapper.jl # test/MathOptInterface/MOI_Wrapper.jl
Updates from master
@joaquimg Any plans to merge this PR and prepare a version bump? |
While this was opened there were a few fixes being applied in other PRs. I was waiting for them to complete so that we don't need to backport. |
Still requires: |
Now waiting for: |
Hope CI is happy this time.