MadNLP / MadNLP.jl

A solver for nonlinear programming
MIT License
168 stars 14 forks source link

[hotfix] LDLFactorizations.jl added as dependency #343

Closed sshin23 closed 5 months ago

sshin23 commented 5 months ago

The recent release of LinearOperators has moved LDLFactorizations.jl to weakdeps. We've been getting LDLFactorizations.jl from NLPMdoels -> LinearOperators -> LDLFactorizations, and this causes MadNLP breaking. This PR explicitly adds LDLFactorizations.jl as a dependency