We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, GLPK is the default solver, if it is available.
With #678, GLPK may no longer be available. Then soplex, if available is the default solver, and otherwise Z3.
Gurobi is never the default due to the license-question making it complicated.
On the other hand, it seems that out of the currently supported solvers, Gurobi is the most reasonable choice if available.
This also relates to #535.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now, GLPK is the default solver, if it is available.
With #678, GLPK may no longer be available. Then soplex, if available is the default solver, and otherwise Z3.
Gurobi is never the default due to the license-question making it complicated.
On the other hand, it seems that out of the currently supported solvers, Gurobi is the most reasonable choice if available.
This also relates to #535.
The text was updated successfully, but these errors were encountered: