ShashvatJK
Results
2
issues of
ShashvatJK
In [ncvx/admm_problem.py](https://github.com/cvxgrp/ncvx/blob/master/ncvx/admm_problem.py) : changed Line 471 - sltn = noncvx_vars[0].z.value.A.copy() to sltn = np.asarray(noncvx_vars[0].z.value).copy()
Hello, So I have been trying to implement tsp.py with NC-ADMM method. However I kept getting the error "ValueError: The cones must match the number of rows of A". I...