>> check_kkt
Starting derivation of dual bounds (can be turned off using option kkt.dualbounds)
*Computing 2 primal bounds (required for dual bounds)
*Computing 4 dual bounds
*Success: All dual upper bounds are finite
Error using lmi/horzcat (line 21)
One of the constraints evaluates to a FALSE LOGICAL variable
Error in compileinterfacedata (line 309)
Ftemp = [Ftemp, Cx>=0, Cy >=0];
Error in solvesdp (line 231)
[interfacedata,recoverdata,solver,diagnostic,F,Fremoved,ForiginalQuadratics] =
compileinterfacedata(F,[],logdetStruct,h,options,0,solving_parametric);
Error in optimize (line 31)
[varargout{1:nargout}] = solvesdp(varargin{:});
Error in check_kkt (line 9)
A = optimize(K);