Philipp Schiele

Results 117 comments of Philipp Schiele

Hi @jhk23! Thanks for the write up and for making the example reproducible! As documented, the `psd_wrap()` simply > Asserts that a square matrix is PSD. This might be useful...

> Hi @phschiele, thank you for a prompt response! > > 1. Given that `psd_wrap` skips the PSD check, I believe the function's docstring is misleading. I think it should...

> I think it's bad form to have cvxpy read in environment variables like this. To the extent the mechanism for providing the Gurobi Environment was unclear, I think this...

Hi @cjerdonek! ECOS will remain a supported solver even after the next release. By "add an explicit dependency on ECOS" we mean that you should add ECOS to your list...

Hi @duocheng1999! Does it work with other solvers? What is the range of values here (iterations, `K`)? Can you post a full runnable example that leads to the crash?

@duocheng1999 Do you still want to provide the runnable example here, or has this been resolved?

@LP123MYM Can you try: ``` prob.solve(solver='SCS', canon_backend=cp.SCIPY_CANON_BACKEND) ```