Ted Ralphs

Results 437 comments of Ted Ralphs

The `Attic` subdirectory was put there to make it easy to restore the files that were massively changed to what they were before merging #374 (big refactoring), since @johnjforrest wanted...

I'm not sure this is quite the right fix. This fix effectively means that if one specifies the `master` branch, then one automatically gets whatever the "default" is, whether that...

Wow, really sorry to hear that!

I'll merge this as soon as tests pass. I guess that CI is waiting on the CLA being signed? It's a trivial change so a CLA is probably not technically...

I could also probably just create a duplicate PR myself.

I'm probably missing something obvious, but I'm not sure why the CI is not running here.

Well, there are a lot of failures, but they mostly seem to be related to problems with the Highs interface, not due to the PR, so I will just go...

`python-mip` uses a version of Cbc that is not officially released so `brew install mip` probably won't work (as you observed). The workaround suggested [above(https://github.com/coin-or/python-mip/issues/406#issuecomment-2785146485) seems like the right one,...

Actually, it looks like there is a release candidate you can try that has the ARM64 binaries. ``` pip3 install mip==1.16rc0 ```