Skip to content

Fix CVXPY support

Andrea Olivo requested to merge andryandrew/ncpol2sdpa:patch-1 into master

Due to (maybe) CVXPY API changes, the cvxpy translator expects Variables to be matrices of shape (n_monom, 1) instead of simple arrays. This leads to Issue #39, solved by this commit.

Edited by Andrea Olivo

Merge request reports