-
Notifications
You must be signed in to change notification settings - Fork 78
Integer Overflow Issue in cons_cumulative #150
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
Comments
Hi Jakob, I could reproduce it and took an initial look into it. As a workaround, defining smaller upper bounds - that not exceed the capacity of integer variables- resolves the issue. For example:
With these bounds in place, I was able to obtain a plausible solution:
Unfortunately, there are several places of such conversion issues and it will take a bit of time to get rid of them entirely. Please let me know if this helps you. Best, |
Hi Alex, Thanks for your feedback and for taking the time to look. Yes, we found the same workaround. Best, |
We will ping if we have working fix for it. |
Hi SCIP team,
SCIP returns the wrong result on the attached cip.
This leads to a wrong result because now all jobs are scheduled to start at point 0, which exceeds the capacity of the cumulative constraints. See the attached log file.
Moreover, the model should be infeasible instead because all starting points should be fixed to zero.
Best,
Jakob
PS: The issue can be reproduced with the latest Windows installer.
bug.zip
The text was updated successfully, but these errors were encountered: