JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Save IPM system in .mtx and .rhs files #37

Closed geoffroyleconte closed 3 years ago

geoffroyleconte commented 3 years ago

@dpo is this convenient to write systems? I added explanations in the tutorial. For the right hand sides, I chose the .rhsextension because we used it in class, but I can choose something else

codecov[bot] commented 3 years ago

Codecov Report

Merging #37 (05e61b5) into master (18015ff) will increase coverage by 0.17%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   87.39%   87.56%   +0.17%     
==========================================
  Files          13       14       +1     
  Lines         920      933      +13     
==========================================
+ Hits          804      817      +13     
  Misses        116      116              
Impacted Files Coverage Δ
src/RipQP.jl 95.23% <ø> (ø)
src/iterations/iterations.jl 93.68% <ø> (ø)
src/data_initialization.jl 96.42% <100.00%> (ø)
src/iterations/solve_method.jl 100.00% <100.00%> (ø)
src/iterations/system_write.jl 100.00% <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 18015ff...05e61b5. Read the comment docs.