William Zijie Zhang

Results 160 comments of William Zijie Zhang

Quote from @PTNobel on discord: "Probably the easiest thing to do here is spawn a subprocess for each solve and serialize the information you need for the next problem When...

thanks for doing this @tschm , this seems fine as a temporary fix but I think we should figure out why the test:TestQuantumRelEntr is failing for this particular configuration.

considering the closeness of the DQCP issues, I think its a good opportunity to try out the github sub-issue feature.

Hello @YasserZ95 , could you share with us some more details for the problem you are trying to solve please? The following would be nice: - a full code sample,...

Hello @YasserZ95 I just tried the following on google colab and it seems to work without any problems ```py !pip install diffcp import cvxpy as cp import numpy as np...

@YasserZ95 yes sure feel free to ask your question!

ah right, thanks for catching this. The issue is that it's difficult to produce the right outputs in a general sense. I suppose what's happening here is that the neg_expr...

oh boy, we might need to message Paul about these failures.

do you mean that you first solve the mixed-integer problem, fix the solutions of integer variables, then you want to re-solve to get duals? there is a bit of a...

hi @Deloryz thanks for raising this issue. There are three problems with the code snippet you sent. 1. cvxpy doesn't support sympy objects as inputs for constant values. You should...