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 2185 #2203

Open
wants to merge 2 commits into
base: latest
Choose a base branch
from
Open

Fix 2185 #2203

wants to merge 2 commits into from

Conversation

fwesselm
Copy link
Collaborator

@fwesselm fwesselm commented Mar 3, 2025

Fix issue #2185

  • Do not call RENS or RINS heuristics when the domain they operate on is infeasible (i.e. mipdata_->domain.infeasible()) since this creates inconsistencies in the bounds on constraint activities.
  • Unfortunately, the reproduction example takes relatively long to solve, so I did not use it as an automated test.
  • Testing is ongoing.

Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.79%. Comparing base (d6d6cf8) to head (9e1d9ab).
Report is 3 commits behind head on latest.

Additional details and impacted files
@@            Coverage Diff             @@
##           latest    #2203      +/-   ##
==========================================
- Coverage   78.79%   78.79%   -0.01%     
==========================================
  Files         343      343              
  Lines       83009    83010       +1     
==========================================
- Hits        65407    65406       -1     
- Misses      17602    17604       +2     

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

@jajhall
Copy link
Member

jajhall commented Mar 3, 2025

This will close #2185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants