-
The solution to both of these problems is `-K/2`. In both cases CVXOPT runs into numerical issues for large `K`. The `get_problem_data` lines give the arguments passed to CVXOPT by CVXPY. CVXPY uses t…
-
@superjax I installed `cvxpy` (Python 3) and tried to run your notebook. I get the following error from `cvxpy` in the `LMPC_Manifold` class:
```bash
IndexError: Too many indices for expression.
…
-
In #2597 , we first implemented this idea of using mock numpy arrays to take advantage of their input validation API. See the example [here](https://github.com/cvxpy/cvxpy/pull/2597/files#r1825978426)…
-
I used the conda pvpro-user install instructions in the readme, but I can't run the example:
```
In [1]: %run example_estimate_number_series_parallel.py
--------------------------------------…
-
**Describe the bug**
When parsing optimal control problems (OCP) with quadratic objectives, CVXPY nearly doubles the number of optimization variables in the problem.
**To Reproduce**
In the code…
-
Hi,
I am wondering if the error I am getting is because of some incompatibility with cvxpy1.0.
Here comes some sample code (Based on your example in README.md):
```python
import os
from cvxpy…
-
**Describe the bug**
I'm trying to run an optimisation problem for warehouse routing. [link](https://purehost.bath.ac.uk/ws/portalfiles/portal/227399764/Inventory_routing_in_a_warehouse_The_storage_r…
-
直接输pip install cvxpy_codegen提示找不到包
去github上面下载了一个安装,导入的时候报错,看了一下好像是只支持python2
请问下up是怎么在py3上面安装的
-
**Is your feature request related to a problem? Please describe.**
It is not possible with the current `pyproject.toml` syntax to list alternative dependencies, something like `cvxpy|cvxpy-base` is n…
-
@phschiele please keep us in the loop here. Exciting stuff...