Ted Ralphs
Ted Ralphs
The version on conda-forge is not the latest one, it is an earlier one that didn't work with numy 2. We just updated cylp to work with numpy 2 and...
There is a parameter `timeMode` that can be set and you are correct that this has default of `cpu`. One could argue whether this is the most natural default, but...
Ah, OK, I didn't check the log, since I assumed the issue must be that you didn't set the parameter (otherwise, the default is irrelevant). This could be a bug...
Oops, sorry, I assumed you were using Cbc directly. I now see from the output that you are actually using `2.10.3`, though the source code you were pointing to is...
I merged the PR, but should stable branches also be patched? The PR was only for `master`.
Could you use `git bisect` to find the exact commit where the change occurred? That would probably help, although it could be that this is due to a pre-existing bug...
Copying and changing the orientation are expensive operations, do we really need to make the copy? Don't we own the matrix? Also, I wonder if we should just throw an...
I guess that throwing an error is better.
To be clear, the `master` branch has diverged from `stable/2.10`. Stable version `2.10` is still being patched and there are releases being made on an ad hoc basis. The `master`...
MacOS does not support producing what people usually call static binaries for the reasons explained here: https://nelsonslog.wordpress.com/2013/04/24/macos-doesnt-support-static-binaries/ Getting static binaries on any Unix is not easy when you have a...