qcqp icon indicating copy to clipboard operation
qcqp copied to clipboard

A CVXPY extension for handling nonconvex QCQP via Suggest-and-Improve framework

Results 13 qcqp issues
Sort by recently updated
recently updated
newest added

HELLO! I have read the associate paper and find it very intersting for solving QCQP problems. But i am wondering is it possible using this Suggest-and-Improve method and this QCQP...

When a non-convex constraint is added, there's no way to get the dual values. The command _constraints[0].dual_value_ returns None. Is there some way to get the dual values of the...

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,...