jump-dev / SumOfSquares.jl

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

Use SCS for motzkin example #283

Closed blegat closed 1 year ago

blegat commented 1 year ago

CSDP started failing on Github actions (even if succeeding locally) I couldn't use Dualization because of https://github.com/jump-dev/Dualization.jl/issues/155 Actually, this is not needed as it will be fixed by https://github.com/jump-dev/CSDP.jl/pull/89

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (5d12b9d) 78.75% compared to head (19993e4) 78.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #283 +/- ## ======================================= Coverage 78.75% 78.75% ======================================= Files 36 36 Lines 1850 1850 ======================================= Hits 1457 1457 Misses 393 393 ``` 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=jump-dev). 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=jump-dev)

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