Results 189 comments of Brendan O'Donoghue

> Ok I think I know what's going on, there's a compilation flag that probably needs to be unset if `blas` is not there. Try now: `pip install git+https://github.com/enzbus/scs-python` Yes,...

It looks to me like you were previously running without blas/lapack installed, which means you can't solve SDPs or make use of Anderson acceleration (hence the message `WARN: aa_init returned...

Ok great, let us know if you have any problems with it. It should be a little faster too.

Unfortunately if CUDA 12 is newish then it's likely that I have never tested with it, since I no longer have access to a GPU machine. The github action I...

I'm close to pushing SCS 3.0, which handles both the quadratic x'Px term and the box constraints (lb

Great! Thanks for trying it! The box cone API is as follows: The cone is determined by two vectors `(bl, bu)` and defined as `K_box = {(t, s): t *...

Hi @stephane-caron , I'm very close to releasing SCS 3.0, just putting on the finishing touches and allowing some time for feedback etc. It should land in the next week...

I think it would take some rewriting to support that, but if there are no constraints the solution is just ` P \ c` right? If so then it would...

So the first set of errors is expected if there is no GPU. It should return 'nan' in the solution arrays in this case. The second set of errors are...

When I try to install the linux artifact I get an error: ``` 2021-06-08 14:28:13 (base) 0 bodonoghue@bodonoghue-[]-~/git/tmp: └──[ins] => conda create -n gpu_test -c $PWD/conda_artifacts_333825_linux_64_cuda_compiler_version10.2numpy1.17python3.6.____ scs python=3.6 scipy pytest...