JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

K3 formulation with a few Krylov solvers #92

Closed geoffroyleconte closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #92 (2cfa0df) into main (7e32756) will increase coverage by 0.48%. The diff coverage is 93.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
+ Coverage   78.32%   78.81%   +0.48%     
==========================================
  Files          24       25       +1     
  Lines        1592     1704     +112     
==========================================
+ Hits         1247     1343      +96     
- Misses        345      361      +16     
Impacted Files Coverage Δ
src/RipQP.jl 95.52% <ø> (ø)
src/iterations/iterations.jl 98.00% <ø> (ø)
src/iterations/solvers/Newton/K3Krylov.jl 86.41% <86.41%> (ø)
src/data_initialization.jl 93.70% <100.00%> (+0.18%) :arrow_up:
src/iterations/preconditioners/jacobi.jl 100.00% <100.00%> (ø)
src/iterations/solve_method.jl 98.71% <100.00%> (+0.33%) :arrow_up:
src/iterations/solvers/Krylov_utils.jl 100.00% <100.00%> (ø)
src/iterations/solvers/augmented/K2Krylov.jl 92.72% <100.00%> (ø)
src/iterations/solvers/augmented/K2LDL.jl 83.21% <100.00%> (ø)
src/iterations/solvers/augmented/K2_5Krylov.jl 91.42% <100.00%> (ø)
... and 6 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 7e32756...2cfa0df. Read the comment docs.