Skip to content

fix ray in contlin8 #130

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

Merged
merged 2 commits into from
Sep 19, 2017
Merged

fix ray in contlin8 #130

merged 2 commits into from
Sep 19, 2017

Conversation

joaquimg
Copy link
Member

Less changes than in #127
We can decide later to merge that one.

@@ -791,10 +791,15 @@ function linear8test(solver::MOI.AbstractSolver; atol=Base.rtoldefault(Float64),
@test MOI.getattribute(m, MOI.TerminationStatus()) == MOI.Success
@test MOI.getattribute(m, MOI.DualStatus()) == MOI.InfeasibilityCertificate
@test MOI.cangetattribute(m, MOI.ConstraintDual(), c)
@test MOI.getattribute(m, MOI.ConstraintDual(), c) ≈ -1 atol=atol rtol=rtol
cd = MOI.getattribute(m, MOI.ConstraintDual(), c)
@test cd < -atol
# TODO: farkas dual on bounds
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe replace this comment with a link to #127

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea

@joaquimg joaquimg merged commit 29be61a into master Sep 19, 2017
@joaquimg joaquimg deleted the jg/contlin8 branch October 21, 2017 14:56
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.

2 participants