JuliaSmoothOptimizers / OptimizationProblems.jl

Optimization Problems for Julia
Other
88 stars 48 forks source link

Update docs #171

Closed tmigot closed 2 years ago

tmigot commented 2 years ago

We can now use the meta to get the names of the problems for PureJuMP and ADNLPProblems.

I fixed some more typos when updating the benchmark.

codecov[bot] commented 2 years ago

Codecov Report

Merging #171 (f8913e2) into main (65679e7) will increase coverage by 0.33%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #171      +/-   ##
==========================================
+ Coverage   99.55%   99.88%   +0.33%     
==========================================
  Files         718      718              
  Lines        6281     6281              
==========================================
+ Hits         6253     6274      +21     
+ Misses         28        7      -21     
Impacted Files Coverage Δ
src/ADNLPProblems/hovercraft1d.jl 100.00% <ø> (ø)
src/PureJuMP/hovercraft1d.jl 100.00% <ø> (+100.00%) :arrow_up:
src/Meta/clplatea.jl 100.00% <100.00%> (ø)
src/Meta/clplateb.jl 100.00% <100.00%> (ø)
src/Meta/clplatec.jl 100.00% <100.00%> (ø)
src/Meta/hovercraft1d.jl 100.00% <0.00%> (+83.33%) :arrow_up:

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 65679e7...f8913e2. Read the comment docs.

tmigot commented 2 years ago

Thanks @dpo for the comments. I merged them directly.