JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Add more solvers #139

Closed geoffroyleconte closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #139 (5fe774b) into main (ad0678c) will increase coverage by 0.21%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #139      +/-   ##
==========================================
+ Coverage   86.43%   86.64%   +0.21%     
==========================================
  Files          32       32              
  Lines        2108     2127      +19     
==========================================
+ Hits         1822     1843      +21     
+ Misses        286      284       -2     
Impacted Files Coverage Δ
src/RipQP.jl 96.25% <ø> (ø)
src/iterations/iterations.jl 98.03% <ø> (ø)
src/types_definition.jl 94.11% <ø> (ø)
src/iterations/solvers/Krylov_utils.jl 100.00% <100.00%> (ø)
src/iterations/solvers/Newton/K3Krylov.jl 93.42% <100.00%> (-0.09%) :arrow_down:
src/iterations/solvers/Newton/K3SKrylov.jl 94.91% <100.00%> (ø)
src/iterations/solvers/Newton/K3SStructured.jl 90.80% <100.00%> (-0.11%) :arrow_down:
src/iterations/solvers/Newton/K3_5Krylov.jl 94.91% <100.00%> (-0.09%) :arrow_down:
src/iterations/solvers/Newton/K3_5Structured.jl 90.69% <100.00%> (-0.22%) :arrow_down:
src/iterations/solvers/augmented/K2Krylov.jl 95.91% <100.00%> (-0.24%) :arrow_down:
... 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 ad0678c...5fe774b. Read the comment docs.