MadNLP / DynamicNLPModels.jl

NLPModels for dynamic optimization
MIT License
11 stars 1 forks source link

Add support for sparse `Q, R, S` matrix in building `SparseLQDynamicModel` #33

Closed dlcole3 closed 2 years ago

dlcole3 commented 2 years ago

The current formulation for building a SparseLQDynamicModel is inefficient if the Q, R, or S matrices are sparse. Would like to add support to handle these matrices efficiently when building H_colptr, H_rowval, and H_nzval.