You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to how to solve my SDP problem (min Tr(CX) s.t Tr(AX)=b) by calling the interface of SDPA.Because I always fail to get the correct solution when directly inputting the matrices C,A and b.However,when I invoke cvxpy through Python, I can obtain a solution(with low precision).