Ted Ralphs
Ted Ralphs
We've been able to isolate the issue, but it's probably a very subtle numerical issue that will be difficult to track down. We've extracted the MPS file of the lower-level...
Are you using `coinbrew`? Sorry, the README has not been updated, but if you're not already using it, you can follow the installation instructions here: https://coin-or.github.io/user_introduction.html. It should pull in...
Yes, there is a method to the madness. The `stable/2.10` branch of Cbc and associated releases (as well as stable branches of dependencies and their releases) uses an older stable...
In case you want to read about the refactoring, you can check the discussion here: #465.
Apparently, it works to do [this](https://github.com/coin-or/COIN-OR-OptimizationSuite/issues/6#issuecomment-2068570914).
I'm not really clear on what Osi C interface we're talking about and why we're waiting for that to be modified first. This looks reasonable to add just as it...
The binary releases for Windows are being built using [coinbrew](https://github.com/coin-or-tools/coinbrew) in an MSys shell, but using the Visual Studio compiler rather than `gcc`. The autotools make it simple to swap...
Yeah, I'm aware of these issues of thread safety and the workaround in the rust interface. As I indicated, if you don't really care about having an official release, then...
I never managed to fully understand the difference between `/MT` and `/MD`, despite having looked at Microsoft's documentation many times. I believe that in the current releases, which use the...
>> --enable-msvc=MT > Ahhh, I didn't see that option and will give it a try. Sorry, it may not be well-documented :(.