I am handling an QCQP problem. I try to convert the problem to SOCP. So naturally I try to use the cone command. However I find a problem when using the cone command. For my model is quite complicate, I test a simple but simple model as following.
Error using error
Not enough input arguments.
Error in lmi/categorizeproblem (line
252)
error
Error in compileinterfacedata (line
251)
[ProblemClass,integer_variables,binary_variables,parametric_variables,uncertain_variables,semicont_variables,quad_info]
=
categorizeproblem(F,logdetStruct,h,options.relax,parametric,evaluation_based,
Error in solvesdp (line 260)
[interfacedata,recoverdata,solver,diagnostic,F,Fremoved,ForiginalQuadratics]
=
compileinterfacedata(F,[],logdetStruct,h,options,0,solving_parametric);
Error in Untitled (line 7)
solvesdp(con,obj,ops)