JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

K3.5 structured #112

Closed geoffroyleconte closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #112 (10b67ac) into main (aa80166) will decrease coverage by 0.26%. The diff coverage is 82.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
- Coverage   85.28%   85.01%   -0.27%     
==========================================
  Files          26       27       +1     
  Lines        1699     1802     +103     
==========================================
+ Hits         1449     1532      +83     
- Misses        250      270      +20     
Impacted Files Coverage Δ
src/iterations/solvers/augmented/K2Krylov.jl 96.15% <ø> (ø)
src/iterations/solvers/augmented/K2_5Krylov.jl 95.45% <ø> (ø)
src/iterations/solvers/Newton/K3_5Structured.jl 78.94% <78.94%> (ø)
src/data_initialization.jl 95.91% <100.00%> (+0.23%) :arrow_up:
src/iterations/preconditioners/jacobi.jl 100.00% <100.00%> (ø)
src/iterations/solvers/augmented/K2Structured.jl 86.04% <100.00%> (ø)
src/iterations/solvers/augmented/K2_5Structured.jl 93.02% <100.00%> (ø)
src/types_definition.jl 94.00% <100.00%> (ø)
src/utils.jl 85.41% <100.00%> (ø)

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 aa80166...10b67ac. Read the comment docs.