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

remove default solver functionality for compatibility with Julia 0.6 #151

Merged
merged 1 commit into from
Jan 26, 2017

Conversation

mlubin
Copy link
Member

@mlubin mlubin commented Jan 26, 2017

Supersedes #150 Closes #148

@blegat
Copy link
Member

blegat commented Jan 26, 2017

If a package requires an (say) LP solver then it might be convenient if it can calls the MPB error function no_lp_solver(). The only issue is that in the error message you say final argument while it may not be the last argument.

@mlubin
Copy link
Member Author

mlubin commented Jan 26, 2017

Eh, I thought we were putting all of this responsibility onto the packages. I'd rather have a somewhat specific and more helpful message for MathProgBase. This error message will eventually go away as well, it's only for the transition period since we're making a breaking change.

@blegat
Copy link
Member

blegat commented Jan 26, 2017

Ok, that is fine then :)

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

Successfully merging this pull request may close these issues.

2 participants