Hi everyone,
I programmed a QCP model using yalmip and would like to export the coefficient matrix. The export code is as below.
"[model,recoverymodel,diagnostic,internalmodel] = export(F,f_gas,sdpsettings('solver','cplex','verbose',0))"
However, the number of variables of the exported model is larger than the original model. i.e. the number of variables of the exported model is 1416, the number of variables of the original model is 744, and the recoverymodel.used_variables=744.
I appreciate your attention and discussion. Thanks.
Cheng