Ted Ralphs

Results 437 comments of Ted Ralphs

You should really file this issue over in https://github.com/conda-forge/coin-or-cbc-feedstock, not here. I have also run into similar issues with conda when trying to install `coin-or-cbc` in my base environment. It...

See #529, but this is not an issue with Cbc and should be filed at https://github.com/coin-or-tools/homebrew-coinor/issues.

Cbc can read LP files, so I guess it should be pretty easy to add the ability to read them from stdin.

Whatever libraries are present when Cbc is built must also be present when it is run. If you move the Cbc libraries, you have to also move the dependent libraries....

There are separate parameters for the log level of Cbc itself and the log level of the LP solver. To change the log level for the LP solver, use the...

Could you specify a particular version of Cbc where this worked? Are you suggesting that it worked for previous releases in the 2.10 series or in previous stable versions altogether...

This is not an issue with python-mip, but with the solver you're using (Cbc). You would probably have had more success if you posted the issue [there](https://www.github.com/coin-or/Cbc). I'll just go...

The documentation [here](https://www.cvxpy.org/tutorial/advanced/index.html#setting-solver-options) is a bit optimistic :). The interface to Cbc is through [CyLP](https://github.com/coin-or/CyLP) and CyLP doesn't support setting arbitrary Cbc parameters. The way the interface is implemented, it...

Yes, the main thing needed is the ability to pass parameters to Cbc, which #1 and #133 do both address for the case of setting the number of threads. Secondarily,...

I think the main reason the AUTHORS file is there to begin with and why it has persisted is because of GNU standards, which may be enforced in packaging for...