-
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
Assertion in Reduce-and-split #58
Comments
Larger ilp:
Same issue with reduce2. |
Could not reproduce problem with smaller model - but can with this.
Seems fine to take out exit and just ignore free row - modified in master.
…On 28/01/2021 09:42, Christoph Cullmann wrote:
Larger ilp:
|cbc value_375399.lp -reduce=on -solve|
|### ERROR: CglRedSlpit::generateCuts(): rstat[890]: 0|
Same issue with reduce2.
value_375399.lp.gz
<https://github.com/coin-or/Cgl/files/5886213/value_375399.lp.gz>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#58 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABWJYHDU5DKNYYWJLDUPSJTS4EWOXANCNFSM4WWXJIVA>.
|
Thanks a lot for the quick fix. At least with my two small tests (as attached above) this works now nicely. But I have ~200k more ILPs to try ;=) Will follow up after they did run once. |
All Unix tests did pass here now, very nice, no new issues with this cut generator activated did show up and it really helps "a lot" for many problems. The Windows stuff still differs because of issues like #57 but that is unrelated. Thanks again for the quick fix! |
The attached ILP leads to an assertion:
cbc value_45523.lp -cuts=off -gomory=forceLongOn -reduce=on -solve
### ERROR: CglRedSlpit::generateCuts(): rstat[41]: 0
For that one, you need to specify the gomory cut option to trigger it, I have larger ones that get this even without other cuts.
value_45523.lp.gz
Beside this assertions I get on some ILPs, the reduce yields very nice results reagarding problem solving runtime.
The text was updated successfully, but these errors were encountered: