-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add get basis status for constraints and variables #54
Conversation
@odow Are the tests failing because of a recent LQOI change? https://travis-ci.org/JuliaOpt/Clp.jl/jobs/496747085#L540 @EdvinAblad This looks good but we need this functionality covered by at least one test. Doing so is a bit involved:
|
Urgh no MOI 8.2. @blegat can we just exclude the test or should it pass? |
Solvers that use a CachingOptimizer in their tests don't have to excluded it, it just displays a warning. However, if the solver does not use a CachingOptimizer, it should exclude it. |
@mlubin I have a working (unpublished) test but two questions occurred:
|
For the interval bridge, it is an MOI issue: https://github.com/JuliaOpt/MathOptInterface.jl/blob/master/src/Bridges/intervalbridge.jl |
I suppose we need to bump MOI to v0.8.3 in the REQUIRE file |
Clp is indirectly dependent on MOI through the LQOI interface. (It should "only" be the tests of Clp that require MOI v0.8.3, if this makes a difference) |
If it's only the tests, it's less of a big deal but a user would still expects ] add Clp
] test Clp to work so adding a MOI lower bound wouldn't hurt. LQOI doesn't require MOI v0.8.3 at the moment but if it does later we may remove the MOI lower bound here. |
Is there something preventing this from being merged into master? |
Yes, I'm on vacation :).
I have style comments that I may or may not be able to send out before next
week.
…On Sat, Mar 23, 2019, 14:27 EdvinAblad ***@***.***> wrote:
Is there something preventing this from being merged into master?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#54 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABp0M7RKS-iZIg-x_dqyV3qGA01kdcvCks5vZmP8gaJpZM4bIcRU>
.
|
Ok, there is really no rush, enjoy the vacation =) |
Thanks! |
Resolves issue jump-dev/MathOptInterface.jl#655 in MOI for Clp