ThunderingII
Results
1
issues of
ThunderingII
qcqp is based on the cvxpy 0.4, and cvxpy 0.4 doesn't support slice ```python # x_variable = cvx.Variable((len(LU) + 1, K)) cvxpy 1.0 can write like this x_variable = cvx.Variable(L,...