JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Dense LDL #124

Closed geoffroyleconte closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #124 (e3a4582) into main (8eadda6) will increase coverage by 0.80%. The diff coverage is 93.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #124      +/-   ##
==========================================
+ Coverage   85.52%   86.32%   +0.80%     
==========================================
  Files          27       29       +2     
  Lines        1803     1843      +40     
==========================================
+ Hits         1542     1591      +49     
+ Misses        261      252       -9     
Impacted Files Coverage Δ
src/iterations/iterations.jl 97.97% <ø> (-0.06%) :arrow_down:
src/iterations/solvers/ldl_dense.jl 91.89% <91.89%> (ø)
src/iterations/solvers/augmented/K2_5Krylov.jl 95.58% <94.11%> (+0.13%) :arrow_up:
src/iterations/solvers/augmented/K2LDLDense.jl 94.87% <94.87%> (ø)
src/iterations/solvers/augmented/K2LDL.jl 82.22% <0.00%> (-0.64%) :arrow_down:
src/iterations/solvers/augmented/K2_5LDL.jl 72.44% <0.00%> (+0.47%) :arrow_up:
src/data_initialization.jl 95.45% <0.00%> (+0.51%) :arrow_up:
src/iterations/centrality_corr.jl 76.47% <0.00%> (+1.82%) :arrow_up:
src/starting_points.jl 95.74% <0.00%> (+1.99%) :arrow_up:
... and 1 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 8eadda6...e3a4582. Read the comment docs.