MadNLP.jl icon indicating copy to clipboard operation
MadNLP.jl copied to clipboard

Make `nlp` a concretely typed field in `MadNLPSolver`

Open baggepinnen opened this issue 1 year ago • 1 comments

Before this PR, all accesses to fields on ips.nlp were type unstable and caused allocations.

baggepinnen avatar Sep 01 '22 10:09 baggepinnen

Codecov Report

Merging #220 (bb93607) into master (ff28e44) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #220   +/-   ##
=======================================
  Coverage   74.33%   74.33%           
=======================================
  Files          37       37           
  Lines        3674     3674           
=======================================
  Hits         2731     2731           
  Misses        943      943           
Impacted Files Coverage Δ
src/IPM/IPM.jl 98.75% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Sep 01 '22 10:09 codecov-commenter