Philipp Schiele

Results 128 comments of Philipp Schiele

Hi @shadibeh, The issue you are referring to has been resolved. You should be able to install via ``` pip install cvxpy ``` If you tried that before, what error...

@shadibeh can you post the full logs of the pip command?

@shadibeh There are a few options: 1. Install via conda 2. Run `xcode-select --install` and `brew install cmake` and try to install via pip again 3. Run `pip install cvxpy-base...

I believe this has been resolved by various new releases of CVXPY and dependencies since.

@SteveDiamond Exactly, however, we currently dualize all non-integer problems: https://github.com/cvxpy/cvxpy/blob/a6e88643570c3b4852d62d5932ba3db7c2b10bd9/cvxpy/reductions/solvers/conic_solvers/mosek_conif.py#L236-L239 Shouldn't we only apply the `Dualize` reduction only when it is an SDP then? Edit: And in the SDP case,...

To make the most out of this effort, we should give some thought to how we want to manage the examples going forward. At the very least, we should mention...

@emilyziech we just released CVXPY 1.3, which includes precompiled wheels for Python 3.11. Could you try the installation again?

Hi @mvanaltvorst, the newer backends no longer rely (purely) on matrix multiplication chains, so this approach is probably not the first optimization we would try to speed up the canonicalization...

Hi @nivmoti ! Thanks for your interest in improving the visualization capabilities of CVXPY! Have you started with an implementation already? @PTNobel and I recently talked about building a web...

Resolved via https://github.com/cvxpy/cvxpyanalyzer/pull/2