Connor Holmes
Connor Holmes
I am also interested in this. Its especially important because setting certain problems up using the dual problem is more efficient in CVXPY (see [this example with SDPs](https://github.com/cvxpy/cvxpy/discussions/2087), although more...
Just thought I would add that I have been having this issue even after toggling "Pull bibliography from Zotero". It seems like the issue may be on the Zotero/BetterBibTex side....
I implemented this on my fork of cvxpylayers so that I could use Mosek. You can use any solver as long as it gives you access to the primal, dual...
Thanks for the quick response! Indeed, py3.8 does work. That's enough for me to go on for now, but I will PR if I end up updating the binding.
I am having the same issue. It is a little strange that a sparse library cannot support sparse input matrices. Can sparsity not be enforced within constraint or variable "groups"?
I think I know what was going wrong. The `jac` variable needs to be set when defining the constraint through `addConsGroup` in order to define the correct structure for the...
Yes, it's working now! Those changes to the docs should make it much clearer.