Ted Ralphs

Results 437 comments of Ted Ralphs

Sorry for not being more on top of this. As @havar@havardAasen said, the test instances are here: https://github.com/coin-or-tools/Data-Sample. There is nothing particularly special about these instances. They were not really...

Looks like this was already done in #367 .

Yes, it has not been released yet, but it is on PyPi and easily pip installable. Making the release is a separate issue and that should be easy once the...

@JoOkuma OK, sorry if I misinterpreted, I thought you were saying that this PR should remain open. Indeed, it would be better if there was a release on Pypi with...

@knutster, sorry, you are right, I missed that!

I'm a bit hesitant to merge this without any testing. Would it be possible to extend the CI to run tests on the Linux arm64 runners?

Yes, per the discussion [here](https://github.com/coin-or/Cbc/discussions/465), there was quite a bit of change to parameter processing when the refactor branch was merged a while back. The intent was for all command...

I looked into this a bit more and the situation is more or less as I suspected. In `2.10`, if the first string on the command line is not preceded...

Looks like it's simply that `coinbrew` adds `--disable-dependency-tracking` and CppAD's configure scripts no longer understand that option. By default, `coinbrew` usually runs with `--disable-option-checking`, in which case it would not...

There is an easy workaround for installing in Python 3.13 in #412. I know it's not ideal, but just wanted to point it out.