-
Notifications
You must be signed in to change notification settings - Fork 16
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
Infeasible with Reduce-and-split on #99
Comments
At least that happens with my driver, with standard cbc I get
|
-gmi=on and -reduce=on are needed for infeasible
|
Hopefully fixed. Reduce-and-split gets confused on odd row types. Clp thought a cut (from another cut generator was odd) and confused reduce-and-split. A lot of the cuts were "interesting" e.g. sum ... <= -1.0e10 |
Hmm, did rerun with current master, debug build, still got
|
I am unable to reproduce the error. Your log says - so there is a very subtle difference I am using What are you using and what compile options? |
I use
with -ffp-model=strict -O2 -fno-omit-frame-pointer |
I found the issue, I didn't have the define COIN_FAST_CODE set, with that it works. |
This ILP will become infeasible if Reduce-and-split is turned on.
value_17869585116638.lp.txt
The text was updated successfully, but these errors were encountered: