MadNLP / DynamicNLPModels.jl

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

Added support for `K` state elimination #22

Closed dlcole3 closed 2 years ago

dlcole3 commented 2 years ago

Added support for both sparse and condensed formulations of the K state elimination matrix.

dlcole3 commented 2 years ago

Code needs a lot of revision. Need to use multiple dispatch. I am closing this PR and will open a new one when I have revised the code.