Ted Ralphs
Ted Ralphs
If you install Cbc using [coinbrew](coin-or/coinbrew), then your assumption is correct. We now mirror the MUMPS source because the origin seems to go down frequently. However, when using homebrew, you...
If you want to open an issue at https://github.com/coin-or-tools/homebrew-coinor, we could also consider pointing the homebrew recipe to our mirror.
Either edit the recipe to download from http://coin-or-tools.github.io/ThirdParty-Mumps/ instead of the original download location or build with coinbrew.
I'll take this up with the MIPLIB 2017 committee, as there was quite a bit of effort put into ensuring adherence of the distributed files to an agreed-upon standard.
It is easy to directly transfer issues from PuLP to Cbc, which I will do, but it would be helpful to have the MPS file itself attached so we can...
@jjhforrest Can you take a look at this? It would be nice to get it cleared up.
I just tried https://github.com/coin-or/Clp/blob/stable/1.17/Clp/examples/addRows.cpp with https://github.com/coin-or/Clp/commit/44758f3b33134001d1eeb42d8a177ca2a7dba1a0 (fixed stable/1.17) and it now fails for me with ``` Bad new colnum (less than current) in CoinPackedMatrix::setDimensions ``` @jjhforrest I assume you didn't...
Hmm. So I realized that the error being triggered was triggered intentionally and was meant to test the error mechanism itself (see comments in the code). I wasn't expecting such...
> @tkralphs so if I understand you correctly, the current failing of addRows is expected so the current patch on stable/1.17 is OK. Yes, the failure I see when running...
@Mizux Looks like this should fix. Can you verify? Then we can try to get a new release out.