jump-dev / SumOfSquares.jl

Sum of Squares Programming for Julia
Other
114 stars 24 forks source link

Add alternative syntax for SOSCone #311

Closed blegat closed 1 year ago

blegat commented 1 year ago

Should be consistent with the behavior of other conic sets with the new feature added in https://github.com/jump-dev/JuMP.jl/pull/3273

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 :warning:

Comparison is base (2471d5c) 83.89% compared to head (a4875c0) 83.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #311 +/- ## ========================================== - Coverage 83.89% 83.87% -0.02% ========================================== Files 41 41 Lines 2179 2183 +4 ========================================== + Hits 1828 1831 +3 - Misses 351 352 +1 ``` | [Impacted Files](https://app.codecov.io/gh/jump-dev/SumOfSquares.jl/pull/311?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev) | Coverage Δ | | |---|---|---| | [src/constraint.jl](https://app.codecov.io/gh/jump-dev/SumOfSquares.jl/pull/311?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev#diff-c3JjL2NvbnN0cmFpbnQuamw=) | `75.39% <100.00%> (-0.02%)` | :arrow_down: |

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