ops = sdpsettings('cplex.mip.display',5)
>> ops = sdpsettings;>> ops.cplex.mip.display
ans =
2
>> opss=sdpsettings;>> opss.cplex
ans =
Display: 'on' MaxIter: 9.2234e+18 Algorithm: 'auto' BranchStrategy: 'maxinfeas' MaxNodes: 9.2234e+18 MaxTime: 1.0000e+75 NodeDisplayInterval: 20 NodeSearchStrategy: 'bn' TolFun: 1.0000e-06 TolRLPFun: 1.0000e-06 TolXInteger: 1.0000e-05 ExportModel: ''if strfind(version,'2016') cplex = cplexoptimset; else cplex = cplexoptimset('cplex'); cplex.output.clonelog = 0; end ops = sdpsettings('solver','cplex','cplex.display','on');%ops.verbose= 2;%ops.barrier.display=2;ops.cplex.mip.display=3;%ops.showprogress = 1;
The mip display is still set on 1. Testing again the:
ops.cplex.mip.display
ans =
3