Ted Ralphs
Ted Ralphs
The documentation related to [Cbc](https://github.com/coin-or/Cbc) [here](https://www.cvxpy.org/tutorial/advanced/index.html#setting-solver-options) is incorrect. None of the options listed are supported. Also, all links to COIN-OR projects ([Cbc](https://github.com/coin-or/Cbc), [Cgl](https://github.com/coin-or/Cgl), [Clp](https://github.com/coin-or/Clp), etc.) should be to https://github.com/coin-or not...
The unit test is currently failing with Visual Studio 2013 in debug mode with Cbc master (see [here](https://ci.appveyor.com/project/tkralphs/cbc-s1r7t/build/job/i8d8rbw8ps4ht8nm)). I was able to replicate this issue locally, but I am building...
The function `is_multiline_label` [here](https://github.com/kjellmf/dot2tex/blob/master/dot2tex/utils.py#L93) is correctly detecting when a label is supposed to be considered multiline according to the graphviz format documented [here](https://graphviz.gitlab.io/_pages/doc/info/attrs.html#k:escString), but this means that one cannot include...
I tried to run the simple example from the documentation with PAO version 1.0.2 and Pyomo 6.6.2 using MibS 1.2 as the solver using Python 3.9.10 on Ubuntu in WSL....
The script for downloading dependencies refers to the SVN repos of the projects, which are no longer updated. It would be much better to add a `Dependencies` and just use...
I've encountered a small LP for which the the basis inverse (lp.basisInverse) automatically calculated by CyLP seems to be wrong (along with associated data attrictures lp.tableau and lp.rhs). However, if...
I'm working on a Gomory cut generator that uses CyLP. I was assuming that lp.rhs contained the value of B^-1 b and this seems to be the case after initially...
Building 6aa6708f9a6 with default settings and CPLEX 12.7 on Linux with gcc 4.9.2 results in the following error. Correct solution is found with all other algorithms and solvers. ``` dip...
https://ci.appveyor.com/project/tkralphs/dip-qk8he/builds/33571787/job/xxrhrdnsw10ky66x https://travis-ci.org/github/coin-or/Dip/jobs/694945022