MadNLP / DynamicNLPModels.jl

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

Add example script for using `DenseKKTSystem` in MadNLP #13

Closed sshin23 closed 2 years ago

sshin23 commented 2 years ago

Now that we have dense form LQ problems, we can try to use the full capacity of MadNLP for dense problems.

Let's create an example directory ./example, and add a script that solves the dense problem with DenseKKTSystem and MadNLPLapackCPU.

Check the code here for reference: https://github.com/MadNLP/MadNLP.jl/blob/master/test/madnlp_dense.jl