JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

separate solver! and update_pad! #24

Closed geoffroyleconte closed 3 years ago

geoffroyleconte commented 3 years ago

The factorization and update of K is now separated from the computation of the descent direction to avoid updating several times when using centrality corrections

codecov[bot] commented 3 years ago

Codecov Report

Merging #24 (0cf61ba) into master (4041c20) will decrease coverage by 0.25%. The diff coverage is 90.62%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   87.63%   87.37%   -0.26%     
==========================================
  Files          13       13              
  Lines         946      919      -27     
==========================================
- Hits          829      803      -26     
+ Misses        117      116       -1     
Impacted Files Coverage Δ
src/refinement.jl 94.93% <0.00%> (-1.22%) :arrow_down:
src/iterations/solvers/K2LDL.jl 90.00% <77.77%> (+0.34%) :arrow_up:
src/iterations/iterations.jl 93.33% <100.00%> (+0.15%) :arrow_up:
src/iterations/regularization.jl 48.48% <100.00%> (ø)
src/iterations/solve_method.jl 100.00% <100.00%> (ø)
src/iterations/solvers/K2_5LDL.jl 72.65% <100.00%> (-2.87%) :arrow_down:

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 4041c20...0cf61ba. Read the comment docs.