Rafael
Results
1
issues of
Rafael
**Description** Although the problem is convex and the formulation DCP, the compilation fails. **To Reproduce** import cvxpy as cp x = cp.Variable(d) objective = cp.Minimize( cp.sum_squares(A@x) + cp.mixed_norm( cp.hstack( [B@x,...