Ted Ralphs
Ted Ralphs
In general, you shouldn't need to set any flags manually like you have. I assumed you had some specific reason for doing that and didn't look too closely at them....
> I tried this today and it worked, however it seems that the library has been renamed in the Cbc master and Python-MIP has not been updated (yet). Yes, there...
Sorry, I misspoke. I didn't mean to say _dynamic_ linking, I meant _symbolic_ linking. You created a symbolic link from `libCbc` to `libCbcSolver` when I think you could just directly...
Yes, in fact, `coinbrew` has an option for doing exactly what you're trying to do. From the help: ``` --time check out project and all dependencies at a time stamp...
This looks to be the bug that was fixed [here](https://github.com/coin-or/CoinUtils/commit/751e855e9e3be18211905ce0fd723251f2d7c239). Can you check what SHA you are on in CoinUtils?
This is strange. I can replicate the error, but I don't have the bandwidth at the moment to debug it. Strangely, for me, even `m.optimize()` with no parameters seems to...
I'm not actually a maintainer here. I did assign the ticket to you, which I can do, but I would leave it to the maintainers to add you to the...
OK, this should now be fixed by https://github.com/coin-or/CoinUtils/pull/192.
This should be easy to fix. Rather than workarounds, why don't we just fix the problem so we can move further towards getting Cbc master out into release? If someone...
I just want to mention for completeness that [Cbc](https://github.com/coin-or/Cbc) is open source and hosted here in the [COIN-OR](https://github.com/coin-or) Github organization. The topic of building Cbc from source, especially for the...