MadNLP / DynamicNLPModels.jl

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

Remove `Kx + v = u` constraints in sparse formulation #41

Open dlcole3 opened 2 years ago

dlcole3 commented 2 years ago

Kx + v = u constraints are used in the condensed formulation for keeping the problem well conditioned. However, these are not necessary in the sparse formulation and just lead to unnecessary additional constraints. These can be removed from the sparse formulation.