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

[solvers] IpoptSolver can use SPRAL #22206

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jwnimmer-tri
Copy link
Collaborator

@jwnimmer-tri jwnimmer-tri commented Nov 17, 2024

Closes #21476.


This change is Reviewable

By default, IpoptSolver uses MUMPS to solve the linear program. Users
can now set the solver option "linear_solver" to "spral" to use SPRAL
instead.

Add new build dependencies to the workspace:
- Add gklib_internal
- Add metis_internal
- Add spral_internal

Run ipopt_solver_test with both linear solvers.

Adjust license checker to allow british spelling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable SPRAL(+METIS) option for IpoptSolver
1 participant