Skip to content

Conversation

@blegat
Copy link
Member

@blegat blegat commented Mar 23, 2023

I seems that was commented out in #81 so that MOI does not test the objective value at the infeasibility certificates because of jump-dev/MathOptInterface.jl#1759.
However, the certificate at the value was correct so this was quite breaking.
Actually, thanks to jump-dev/MathOptInterface.jl#1893, we can now throw an error that is handled by the CachingOptimizer so we can pass these tests now!
I also enabled many other tests that were passing on my computer

@codecov
Copy link

codecov bot commented Mar 23, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.19 ⚠️

Comparison is base (9abd61b) 56.33% compared to head (6ef53ea) 56.15%.

❗ Current head 6ef53ea differs from pull request most recent head 0f352a2. Consider uploading reports for the commit 0f352a2 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
- Coverage   56.33%   56.15%   -0.19%     
==========================================
  Files           9        9              
  Lines         813      821       +8     
==========================================
+ Hits          458      461       +3     
- Misses        355      360       +5     
Impacted Files Coverage Δ
src/MOI_wrapper.jl 86.98% <100.00%> (-1.40%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

blegat added a commit to jump-dev/SumOfSquares.jl that referenced this pull request Mar 23, 2023
@blegat blegat merged commit 79cf7de into master Mar 23, 2023
blegat added a commit to jump-dev/SumOfSquares.jl that referenced this pull request Mar 25, 2023
* Variable-wise bounds for putinar

* Fixes

* Fix

* Fixes

* Exclude sparsity tests

* Fixes

* Fix format

* Fix

* Fixes

* Fix

* Update solver failing tests

* Fix format

* Reenable CSDP tests

They are fixed by jump-dev/CSDP.jl#89

* Fixes

* Fix certificate example

CSDP fails because an empty constraint is added

* Remove polynomial optimization tutorial

* Fix doc
@odow odow deleted the bl/inf_cert branch April 12, 2023 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants