scs-python icon indicating copy to clipboard operation
scs-python copied to clipboard

Python interface for SCS

Results 19 scs-python issues
Sort by recently updated
recently updated
newest added

Namespace(blas64=False, extraverbose=False, float32=False, gpu=True, gpu_atrans=True, int32=False, mkl=False, openmp=False, scs=True) running install /home/ubuntu/anaconda3/envs/test2/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, /home/ubuntu/anaconda3/envs/test2/lib/python3.7/site-packages/setuptools/command/easy_install.py:147: EasyInstallDeprecationWarning: easy_install command...

I am building scs for Python 3.8 on Windows, and I keep getting this error when trying to import scs. ``` Traceback (most recent call last): File "D:/xxx", line 4,...

After the 3.0.0, I tried to redo https://github.com/conda-forge/scs-feedstock/pull/21, but the problems with running the test suite remain. In particular, the GPU builds segfault when there's no GPU hardware (as happens...

Thanks for pushing SCS to PyPI :grinning: I'm adding support for it to [qpsolvers](https://github.com/stephane-caron/qpsolvers) for solving quadratic programs (after QP→SOCP conversion). The only thing that doesn't work out of the...

Hey @bodono, thanks so much for the updates in https://github.com/bodono/scs-python/commit/618962c6ec39cc493526821e32ba41a7581c8c92 and the release of 2.1.4! Unfortunately, there seem to be a couple of new errors (also in the CI here,...

Hi, Suppose I want to solve a sequence (a lot) of SOCPs of small or moderate size, would you recommend utilizing GPU? I can solve a single SOCP with SCS...

Hi, I installed SCS and cvxpy on my Python 3.6 environment. I can see SCS 2.1.2 in the list. I tried - python test/solve_random_cone_prob.py - Import SCS and in both...

+ [ ] Add support for other precision. + [ ] Decide if anything else should be passed back up to Python. + [x] Add normalization. + [ ] Add...

Switching between these currently requires the user to re-compile with the appropriate option. It would be nicer to compile every mode when building this and then when a user calls...