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 1954 #2066

Merged
merged 14 commits into from
Dec 3, 2024
Merged

Fix 1954 #2066

merged 14 commits into from
Dec 3, 2024

Conversation

fwesselm
Copy link
Contributor

@fwesselm fwesselm commented Dec 3, 2024

This PR fixes #1954:

  1. Bound types of general-integer variables from variable bound constraints may have been overwritten, e.g. a variable upper bound of the form x <= b*y + c where x is NOT a continuous variable (for example, a general-integer variable) and y is a binary variable were not handled correctly.
  2. Testing on 850+ MIPs (on Linux) showed that the fix affects behavior, but the overall results in terms of means of running times look reasonable.

@jajhall jajhall merged commit f3967c6 into ERGO-Code:latest Dec 3, 2024
104 checks passed
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