Maximilian Schaller
Maximilian Schaller
@rsemenoff could you please provide a minimal example?
[Apparently](https://github.com/cvxpy/cvxpy/blob/master/cvxpy/reductions/solvers/conic_solvers/xpress_conif.py#L164), xpress uses a variable name for each component of its variable vector. I will look into naming them `yourvariable_0`, `yourvariable_1`, ..., `yourothervariable_0`, etc. - where the suffix denotes the...
Could you please paste your minimal example?
Thanks for pointing this out, it is fixed in version `0.3.5`.
Correct, CVXPYgen supports code generation for LPs, QPs, and SOCPs. I am not aware of developments for SDPs. In the meantime, you could approximate your SDP as an SOCP, or...
This is related to your `osqp` installation. Please use a pip build of osqp for now: `pip install osqp`
Please provide a reproducible example.
We are not planning to support exponential cones in the near future. However, you are always encouraged to continbute new features. In the meantime, can you model your problem with...
Thank you for this contribution!