Ted Ralphs

Results 437 comments of Ted Ralphs

@spoorendonk You're suggesting a C++ wrapper around a C wrapper around a C++ interface :)? It doesn't look like it should be that difficult to untangle things and make it...

Yes, ideally, we could get everything into CbcSolver and then both the C interface and OsiCbc would just thinly wrap that.

Yes, I believe some similar tricks are used in some of the Cbc interfaces. Those kind of things could be added over time, once the basic functionality is there.

Hmm interesting, I had someone report line number information from valgrind to me when they were debugging another COIN-OR project on Debian and I was also wondering at that time...

> Well, the real source file is configure.ac, so of course configure gets rebuilt... The autotools way is: > > 1. devs use configure.ac and depend on all autotools, and...

This will be very difficult to debug without the ability to replicate. If you can provide a way to replicate the issue, it will probably get more attention. Also, 2.9...

It appears that the R package assumes you have already installed the Clp package itself and that you set the environment variable `CLP_INCLUDE` appropriately. But this is not the place...

The version @lovasoa is testing with on Ubuntu appears to be `2.10.5` and @jjhforrest is testing with `master`. I guess this is not an issue in `master`. It may be...

Yes, security is something I would love to address and I would be surprised if there weren't more such vulnerabilities. It would be great if someone with the ability to...

I guess you are somehow using the wrong version of CoinUtils, which is `releases/2.11.4`. In that version, the missing method is defined [here](https://github.com/coin-or/CoinUtils/blob/f709081c9b57cc2dd32579d804b30689ca789982/CoinUtils/src/CoinFactorization.hpp#L626] in CoinUtils releases/2.11.4 and the build went...