Ted Ralphs

Results 437 comments of Ted Ralphs

Yes, I got an error that I could not address when building on Windows with Python 3.12 so I could not successfully produce a binary wheel for now. I will...

OK, I managed to build and upload wheels for Python 3.12 and 3.13 now.

I'll have to do a little checking to make sure when I have a little time to devote to this, but off the top of my head, the return code...

Just looking at this briefly, it does seem that the variable names are not extracted when reading an MPS file. I think it's not too hard to see how this...

There seems to be a bit of a disconnect in how this is implemented. The query method for variable names seems to be querying Clp, which would be fine if...

Looking at this more closely, there is a simpler fix. `CyClpSimplex.readMps()` has an optional argument `keepNames` that is `False` by default. The following works: ```python from cylp.cy import CyClpSimplex s...

For now, try adding `--tests none` to your `coinbrew` arguments. In all likelihood, the build will go through and everything will work fine. If you have problems after that, then...

It will probably be some time before I can look into this myself, but it would be great to have!

Thanks, @a-andre, I just pulled the patch and opened #212, but I think there may be a few other details to be taken care of if anyone can have a...

#212 is now merged so we have numpy 2 support! I'll create a new release shortly.