Originally posted by: Mambo12345
Good evening,
it seems that [x,fval,exitflag,output] = cplexmiqp(H, f, A, b', Aeq, beq', [], [], [], [], [], ctype ,[],options);
gives me a wrong solution. When I turn the iteration on to see what it does I can see that it cuts of so many branches.
That are my only options:
options.Display = 'iter';
Cplex.Param.mip.cuts.bqp = 3;
Cplex.Param.emphasis.numerical = 1;
But even when I didnt set any option it gave me a wrong solution.
What could be the mistake ?
Best regards !
#CPLEXOptimizers#DecisionOptimization