Originally posted by: Firouz
Thanks Daniel,
I didn't get it! What do you mean by " rewrite your code to use the class API " ?
I have my solver function like this:
[x, fval, exitflag, output] = cplexmilp(f,Aineq,bineq,Aeq,beq,[],[],[],lb,ub,ctype,[],options);
and I have already defined these mitrices: f,Aineq,bineq,Aeq,beq. lb,ub.
So what should I do?
#CPLEXOptimizers#DecisionOptimization