JuliaSmoothOptimizers / OptimizationProblems.jl

Optimization Problems for Julia
Other
88 stars 48 forks source link

Add allinit problems #205

Closed tmigot closed 1 year ago

tmigot commented 2 years ago

https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/allinit.mod https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/allinitc.mod https://github.com/mpf/Optimization-Test-Problems/blob/master/cute/allinitu.mod

codecov[bot] commented 2 years ago

Codecov Report

Base: 99.86% // Head: 99.86% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (fd1a4a4) compared to base (60b2107). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #205 +/- ## ======================================= Coverage 99.86% 99.86% ======================================= Files 751 760 +9 Lines 6731 6799 +68 ======================================= + Hits 6722 6790 +68 Misses 9 9 ``` | [Impacted Files](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl/pull/205?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers) | Coverage Δ | | |---|---|---| | [src/ADNLPProblems/allinit.jl](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl/pull/205/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL0FETkxQUHJvYmxlbXMvYWxsaW5pdC5qbA==) | `100.00% <100.00%> (ø)` | | | [src/ADNLPProblems/allinitc.jl](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl/pull/205/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL0FETkxQUHJvYmxlbXMvYWxsaW5pdGMuamw=) | `100.00% <100.00%> (ø)` | | | [src/ADNLPProblems/allinitu.jl](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl/pull/205/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL0FETkxQUHJvYmxlbXMvYWxsaW5pdHUuamw=) | `100.00% <100.00%> (ø)` | | | [src/Meta/allinit.jl](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl/pull/205/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL01ldGEvYWxsaW5pdC5qbA==) | `100.00% <100.00%> (ø)` | | | [src/Meta/allinitc.jl](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl/pull/205/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL01ldGEvYWxsaW5pdGMuamw=) | `100.00% <100.00%> (ø)` | | | [src/Meta/allinitu.jl](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl/pull/205/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL01ldGEvYWxsaW5pdHUuamw=) | `100.00% <100.00%> (ø)` | | | [src/PureJuMP/allinit.jl](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl/pull/205/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL1B1cmVKdU1QL2FsbGluaXQuamw=) | `100.00% <100.00%> (ø)` | | | [src/PureJuMP/allinitc.jl](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl/pull/205/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL1B1cmVKdU1QL2FsbGluaXRjLmps) | `100.00% <100.00%> (ø)` | | | [src/PureJuMP/allinitu.jl](https://codecov.io/gh/JuliaSmoothOptimizers/OptimizationProblems.jl/pull/205/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL1B1cmVKdU1QL2FsbGluaXR1Lmps) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.