MadNLP / DynamicNLPModels.jl

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

Add support for `gl <= Ex+Fu <= gu` constraints #5

Closed sshin23 closed 2 years ago

sshin23 commented 2 years ago

Currently DynamicNLPModels does not support gl <= Ex+Fu <= gu type constraints. We should support this additional constraint, once we have the basic sparse/dense functionality NLP working