JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Warm start LDL #179

Closed geoffroyleconte closed 2 years ago

geoffroyleconte commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #179 (d3d2604) into main (e36ad4f) will increase coverage by 0.16%. The diff coverage is 96.25%.

@@            Coverage Diff             @@
##             main     #179      +/-   ##
==========================================
+ Coverage   87.37%   87.53%   +0.16%     
==========================================
  Files          38       38              
  Lines        2646     2680      +34     
==========================================
+ Hits         2312     2346      +34     
  Misses        334      334              
Impacted Files Coverage Δ
src/iterations/solvers/Newton/K3Krylov.jl 93.58% <ø> (ø)
src/iterations/solvers/augmented/K2Structured.jl 90.38% <ø> (ø)
src/iterations/solvers/augmented/K2_5Structured.jl 96.49% <ø> (ø)
src/iterations/solvers/normal/K1Krylov.jl 96.42% <ø> (ø)
src/iterations/preconditioners/LDLLowPrec.jl 82.05% <89.28%> (+2.63%) :arrow_up:
src/RipQP.jl 96.55% <95.71%> (+0.16%) :arrow_up:
src/data_initialization.jl 95.15% <100.00%> (+0.02%) :arrow_up:
src/iterations/iterations.jl 97.05% <100.00%> (ø)
src/iterations/preconditioners/abstract-precond.jl 100.00% <100.00%> (ø)
src/iterations/preconditioners/equilibration.jl 100.00% <100.00%> (ø)
... and 12 more

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 e36ad4f...d3d2604. Read the comment docs.