-
Notifications
You must be signed in to change notification settings - Fork 22
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
Default to MUMPS if MA57 is not available #32
Comments
I will change the default solvers based on what's available. |
Maybe the same with the presets? If we haven't compiled BQPD then make |
Quick question: you used the command
? |
There are multiple ways that you can pass options to a solver: https://jump.dev/JuMP.jl/stable/manual/models/#solver_options None of this needs to concern Uno though. We'll pack them into the appropriate place in the CLI. |
Setting the default subproblem solvers + improving the error messages was addressed in commit d8571b6. |
Great. I confirm that this worked in the latest build of Uno_jll |
This is going to become annoying:
The solution is
But better options would be to:
linear_solver
optionThe text was updated successfully, but these errors were encountered: