Ted Ralphs

Results 437 comments of Ted Ralphs

All you actually need is ``` ./coinbrew build Couenne --prefix=/path/to/me/.local ``` This will fetch and build all dependencies, including Cgl. In fact, you can get in trouble if you do...

It would be very helpful if you could provide a minimal example that reproduces this issue.

Deleting master for ThirdParty (and other) projects is a breaking change for many projects so I would not close this until we update all the `Dependencies` files (and `config.yml` if...

Looks to me like it is intentional that the variable is global. I guess it would be algorithmically valid to make it a field in the sense that the value...

Yes, the version for `CHiPPS-BiCePS` should be `stable/0.94`, not `master`. As soon as I test locally, I'll push the change. If you want to test, you can change this yourself...

OK, thanks, yes, the latter error is because there's a missing dependency for DiSCO. The former one should be easy to fix, too, but may need to report that to...

We are working on this. See https://github.com/coin-or/CppAD/issues/27 and https://github.com/coin-or/CppAD/issues/49.

The difference between coinbrew 1.0 and 2.0 is that coinbrew 1.0 gets the dependencies by parsing the [`.coin-or/Dependencies`](https://github.com/coin-or/Cbc/blob/master/.coin-or/Dependencies) file, whereas in coinbrew 2.0, parsing [`.coin-or/config.yml`](https://github.com/coin-or/Cbc/blob/master/.coin-or/config.yml) became the default. While the...

Actually, should have said also that this is an issue for CoinUtils, not really Clp. I'm going to transfer it there. We have a lot going on and a small...

Hey @ViralBShah nice to see you here. This has not been on our radar, will try to take a look at what's involved, but our list of urgent TODOs is...