MadNLP / DynamicNLPModels.jl

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

Added support for `K` state elimination #23

Closed dlcole3 closed 2 years ago

dlcole3 commented 2 years ago

Added both sparse and condensed support for K state elimination.

codecov-commenter commented 2 years ago

Codecov Report

Merging #23 (41976f0) into main (2fb4f31) will increase coverage by 2.27%. The diff coverage is 99.41%.

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   94.05%   96.32%   +2.27%     
==========================================
  Files           1        1              
  Lines         353      599     +246     
==========================================
+ Hits          332      577     +245     
- Misses         21       22       +1     
Impacted Files Coverage Δ
src/DynamicNLPModels.jl 96.32% <99.41%> (+2.27%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2fb4f31...41976f0. Read the comment docs.

sshin23 commented 2 years ago

Looks good @dlcole3