qcqp
qcqp copied to clipboard
Can't get the dual values
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 problem when using non-convex constraints?
I also have another question: can the solver directly calculate the residual between the primal and the dual problem?
Thanks in advance