JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Allocate workspace #53

Closed geoffroyleconte closed 3 years ago

geoffroyleconte commented 3 years ago

Allocate workspace and update it in-place. pad still need to be initialized separately.

codecov[bot] commented 3 years ago

Codecov Report

Merging #53 (d96150c) into master (2e406b3) will increase coverage by 0.27%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   86.64%   86.92%   +0.27%     
==========================================
  Files          15       15              
  Lines         981     1002      +21     
==========================================
+ Hits          850      871      +21     
  Misses        131      131              
Impacted Files Coverage Δ
src/RipQP.jl 95.00% <100.00%> (-0.39%) :arrow_down:
src/data_initialization.jl 95.04% <100.00%> (+1.54%) :arrow_up:
src/iterations/solve_method.jl 100.00% <100.00%> (ø)
src/refinement.jl 94.93% <100.00%> (ø)
src/scaling.jl 100.00% <100.00%> (ø)
src/starting_points.jl 95.74% <100.00%> (ø)
src/types_definition.jl 100.00% <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 2e406b3...d96150c. Read the comment docs.