Originally posted by: EhSa
Hi,
I use CPLEX 12.4 in Matlab to solve QCQP problems of the following form:
min x'Qx
s.t.
Ax+By+Cz <= b (1)
y'y <= scaler (2)
x,y,z >= 0
CPLEX 12.4 returns the dual values associated with linear constraints in (1), it also returns a vector of reduced costs. My question is whether it is possible to extract the dual value associated with the quadratic constraint in (2) from the vector of reduced cost provided by CPLEX or not. I took a look at the Matlab example "socpex1.m" to see how one can extract the dual values associated with the qc's using the vector of reduced costs which basically requires identifying the "cone head" variable. However, here I do not know the cone head variable associated with the constraint (2), and I am not sure how CPLEX transforms this qc into the SOCP standard form.
Thanks!
Ehsan
#CPLEXOptimizers#DecisionOptimization