Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fixing int variable constrained to Interval set #74

Merged
merged 1 commit into from Jan 10, 2024
Merged

Conversation

odow
Copy link
Member

@odow odow commented Jan 10, 2024

MOI v1.25.1 fixes a bug that allowed multiple bound constraints if the bound was bridged. This was hiding a bug in Pavito in that we didn't delete x-in-Interval constraints if one existed.

x-ref jump-dev/MathOptInterface.jl#2399

Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ac6a3dc) 88.10% compared to head (4f123c4) 88.04%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
- Coverage   88.10%   88.04%   -0.07%     
==========================================
  Files           5        5              
  Lines         656      661       +5     
==========================================
+ Hits          578      582       +4     
- Misses         78       79       +1     

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

@odow odow merged commit 63c9314 into master Jan 10, 2024
5 of 6 checks passed
@odow odow deleted the od/fix-tests branch January 10, 2024 23:38
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.

None yet

1 participant