JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

LLDL preconditioner #202

Closed geoffroyleconte closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #202 (0c8d51a) into main (14bce6e) will decrease coverage by 0.11%. The diff coverage is 96.29%.

:exclamation: Current head 0c8d51a differs from pull request most recent head 1243f23. Consider uploading reports for the commit 1243f23 to get more accurate results

@@            Coverage Diff             @@
##             main     #202      +/-   ##
==========================================
- Coverage   87.67%   87.56%   -0.12%     
==========================================
  Files          41       42       +1     
  Lines        2784     2807      +23     
==========================================
+ Hits         2441     2458      +17     
- Misses        343      349       +6     
Impacted Files Coverage Δ
src/RipQP.jl 95.91% <ø> (ø)
src/iterations/solvers/Krylov_utils.jl 95.38% <ø> (-1.54%) :arrow_down:
src/iterations/preconditioners/LLDL.jl 95.45% <95.45%> (ø)
src/iterations/solvers/augmented/K2Krylov.jl 95.23% <100.00%> (+0.83%) :arrow_up:
src/iterations/preconditioners/equilibration.jl 93.33% <0.00%> (-6.67%) :arrow_down:
src/utils.jl 85.29% <0.00%> (-1.48%) :arrow_down:
src/iterations/solvers/Newton/K3_5Structured.jl 90.32% <0.00%> (-1.08%) :arrow_down:
src/iterations/solvers/Newton/K3SStructured.jl 90.42% <0.00%> (-1.07%) :arrow_down:

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 14bce6e...1243f23. Read the comment docs.