Ted Ralphs

Results 437 comments of Ted Ralphs

Now that I'm looking a bit more closely, the git repo [here](https://salsa.debian.org/science-team/coinor-cbc) includes files in the Cbc root directory, which are only needed for the old monolithic builds that include...

FYI, this is true for SYMPHONY as well, I'm sure for the same reason. See, e.g., [here](https://buildd.debian.org/status/fetch.php?pkg=coinor-symphony&arch=arm64&ver=5.6.17%2Bdfsg-1&stamp=1634392005&raw=0).

OK, so I asked the maintainer of one of the other COIN-OR packages and it seems that compiling with `-g` is standard. This way, the executables produced can be used...

This looks like just a bug that should be pretty easy to fix. Feel free to submit a PR.

Sorry that this has been outstanding for so long. This and many other related things are cleaned up in the `refactor` branch, which has been the focus of recent development....

Partly, the answer is that, while it is clear there's a lot of stuff that could be improved by using modern C++, it's just a lot of work and there's...

> Just out of curiosity, may I ask the reasons for both decisions? The C++17 filesystem library is supported since a few years by all major compilers: https://en.cppreference.com/w/cpp/compiler_support That is...

The fork https://github.com/jjhelmus/CyLP/tree/py3 of CyLP has been merged into `master` (see coin-or/CyLP#28) and other things have been fixed since then, so I doubt that rolling back to that version will...

There is no shortage of Python interfaces to MIP solvers. @mkoeppe recently compiled a nice list of all the options, which it would probably be useful to have somewhere other...

Just to be clear, CyLP works with any version of Python. I am using it with Python 3.10. I think the Python 3.6 "requirement" came from the fact that installing...