JuliaSmoothOptimizers / JuliaSmoothOptimizers/LDLFactorizations.jl

Return an inertia estimate

Open
#147 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
36
Forks
13
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**

I am trying to use this package as a lightweight alternative to `HSL` and `Mumps` in the context of an SQP-type algorithm. I need to know when i need to add inertia corrections to my KKT matrix.

**Describe the solution you’d like**

The relevant info would be returned after a call to `ldl_factorize`.
In `HSL`, the number of negative eigenvalues and the rank of `H` is returned which would be sufficient.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.