Originally posted by: Fatma Ahmed
Thanks for your prompt reply.
I only added the yellow highlighted
ctype = GetCtype(N);
options = cplexoptimset;
options.Display = 'on';
sssss = size(ub,1);
tic
[x, fval, exitflag, output] = cplexmilp (f, Aineq, bineq, Aeq, beq,...
[ ], [ ], [ ], lb, ub, ctype, zeros(sssss),options);
#CPLEXOptimizers#DecisionOptimization