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

Missing header files when adding custom linear solver #637

Closed
dpo opened this issue Feb 1, 2023 · 1 comment
Closed

Missing header files when adding custom linear solver #637

dpo opened this issue Feb 1, 2023 · 1 comment

Comments

@dpo
Copy link
Member

dpo commented Feb 1, 2023

This is in relation to #618.

When I tried to add a custom linear solver outside of the IPOPT source tree (i.e., for use with an already installed IPOPT library), I found that headers were trying to include other headers that were not installed. The missing headers are:

  • IpLibraryLoader.hpp
  • IpSparseSymLinearSolverInterface.hpp
  • IpStdAugmentedSystemSolver.hpp

It would be great if those could be installed.

@dpo
Copy link
Member Author

dpo commented Feb 6, 2023

Thank you!

svigerske pushed a commit that referenced this issue Feb 11, 2023
- These headers are required to use custom linear
  solvers on the user side.
- Fixes #618, #637, #641.
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

No branches or pull requests

1 participant