Problem about changing CVX solver Uncategorized Dec 23, 2024 H hancheng zhu Dec 23, 2024 #1 I have two algorithms in my code, and they all use CVX. The cvx_solver of the first algorithm is sdpt3 while the second algorithm uses mosek. But when i run the code, error happens Does it mean i can only use the same cvx_solver in one code file? M Mark L. Stone Dec 23, 2024 #2 Please show the entire code.