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: MOI #10

Merged
merged 20 commits into from
Sep 17, 2017
Merged

WIP: MOI #10

merged 20 commits into from
Sep 17, 2017

Conversation

joaquimg
Copy link
Member

@odow any comments?

Copy link
Member

@odow odow left a comment

Choose a reason for hiding this comment

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

The general direction is good. There just needs to be a heap of tests for infeasibility etc. But it's not apparent what form these should take.

else
return MOI.FeasiblePoint
end
end
Copy link
Member

Choose a reason for hiding this comment

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

We need to port some feasibility/unboundedness tests

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep, they are the linprog.jl tests in MOI#23

else
return MOI.FeasiblePoint
end
end
Copy link
Member

Choose a reason for hiding this comment

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

ditto. I realised that it's not actually that easy to map every CPLEX status to a termination/primal/dual triplet...

Copy link
Member Author

Choose a reason for hiding this comment

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

not at all, I had some trouble with that. We should have a way to return extra comments about other termination/primal/dual

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.

None yet

2 participants