JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Equilibration Newton system #171

Closed geoffroyleconte closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #171 (f90ff56) into main (0883551) will increase coverage by 0.16%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #171      +/-   ##
==========================================
+ Coverage   86.60%   86.77%   +0.16%     
==========================================
  Files          36       36              
  Lines        2509     2540      +31     
==========================================
+ Hits         2173     2204      +31     
  Misses        336      336              
Impacted Files Coverage Δ
src/iterations/iterations.jl 97.05% <ø> (ø)
src/iterations/preconditioners/jacobi.jl 100.00% <ø> (ø)
src/iterations/solvers/augmented/K2Krylov.jl 95.23% <ø> (ø)
src/iterations/solvers/augmented/K2Structured.jl 90.38% <ø> (ø)
src/iterations/solvers/augmented/K2_5Krylov.jl 95.65% <ø> (ø)
src/iterations/solvers/augmented/K2_5Structured.jl 96.49% <ø> (ø)
src/data_initialization.jl 95.12% <100.00%> (ø)
src/iterations/preconditioners/equilibration.jl 100.00% <100.00%> (ø)
src/iterations/preconditioners/identity.jl 100.00% <100.00%> (ø)
src/iterations/solvers/Krylov_utils.jl 96.72% <100.00%> (ø)
... and 4 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 0883551...f90ff56. Read the comment docs.