-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
https://github.com/cvxpy/cvxpy/pull/2007
`cvxpy_integration.py` currently throws
`ModuleNotFoundError: No module named 'cvxpy.reductions.dcp2cone.atom_canonicalizers'`
when used with cvxpy 1.…
-
## Description
`img, _ = dipy.io.image.load_nifti("...")`
doesn't work
but using
```
from dipy.io.image import load_nifti
img, _ = load_nifti("...")
```
works
## Way to reproduce
Operat…
-
**Describe the bug**
I recently upgraded `pyscipopt` to v4.4.0 on Debian Linux running Python 3.11. When I call the SCIP MIP optimizer, seeing this error:
**37529 illegal hardware instruction**. Dow…
-
Target date: mid february 2024
Wanted:
- [x] python-3.12.2 with torch and numba
- [x] Operation Research packages refresh
- [x] a big clean-up in packages that still don't have a windows/3.12 wh…
-
## Specifications
- OS: Linux, Mac, and Windows
- SCS version: 3.2.4
- Python version: 3.8
- Numpy version: 1.16.6
- Scipy version: 1.3.3
## Description
We are having issues installing the …
-
I am unsure if this is an issue with the code or my data, since I am running this on a Windows 10 OS and have very remedial computer science skills.
I received the following error message after my …
-
I'm the developer of a modeling framework for optimization problems called cvxpy. I'd like to support operator overloading between scipy sparse matrices and cvxpy objects.
Currently operator overload…
-
Hi,
I want to implement the constraint that the number of non-zero elements per row in x is less than 2.
```python
constraint2 = cp.sum(( x >= 0), 1)
-
```py
import cvxpy as cp
import numpy as np
# Given input values
A = np.array([1, 3, 4, 6, 7, 9, 11, 12, 13, 13, 10, 12])
D = np.array([6, 13, 10, 10, 10, 13, 14, 16, 16, 17, 17, 17])
theta = …