Skip to content

add support for MOI.DualGeometricMeanCone and MOI.DualRelativeEntropyCone - #875

Merged
araujoms merged 7 commits into
masterfrom
araujoms/dualgeomean
Aug 23, 2026
Merged

add support for MOI.DualGeometricMeanCone and MOI.DualRelativeEntropyCone#875
araujoms merged 7 commits into
masterfrom
araujoms/dualgeomean

Conversation

@araujoms

@araujoms araujoms commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

Can't be merged before jump-dev/MathOptInterface.jl#3041

Something I don't understand is that while MOI.VectorOfVariables-in-MOI.GeometricMeanCone is bridged to MOI.VectorAffineFunction{Float64}-in-MOI.GeometricMeanCone, as we want, MOI.VectorOfVariables-in-MOI.DualGeometricMeanCone is not bridged to MOI.VectorAffineFunction{Float64}-in-MOI.DualGeometricMeanCone, but instead the bridge DualGeoMeanBridge is used.

Any ideas @blegat? Clearly this is a consequence of #871, but somehow you prevented this problem from arising elsewhere.

@araujoms araujoms closed this Aug 23, 2026
@araujoms araujoms reopened this Aug 23, 2026
@araujoms araujoms changed the title add support for MOI.DualGeometricMeanCone add support for MOI.DualGeometricMeanCone and MOI.DualRelativeEntropyCone Aug 23, 2026
@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.84%. Comparing base (64c0c03) to head (715fcc6).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #875      +/-   ##
==========================================
+ Coverage   95.78%   95.84%   +0.05%     
==========================================
  Files          56       56              
  Lines        9157     9263     +106     
==========================================
+ Hits         8771     8878     +107     
+ Misses        386      385       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@araujoms

Copy link
Copy Markdown
Collaborator Author

The VectorOfVariables bug will be fixed in jump-dev/MathOptInterface.jl#3041

@araujoms
araujoms merged commit 8f13c6f into master Aug 23, 2026
8 checks passed
@araujoms
araujoms deleted the araujoms/dualgeomean branch August 23, 2026 23:30
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.

1 participant