Skip to content

Missing header files when adding custom linear solver #637

@dpo

Description

@dpo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions