Originally posted by: Mambo12345
Thank you very much for the quick answer ! When I write:
options = cplexoptimset(
'Display',
'iter',
'UpperCutoff', x);
[x,fval] = cplexmiqp(H, f, A, b', Aeq, beq', [], [], [], [], [], ctype ,x0,options);
it is not working. I understood how to set a node limit but I cant find the correct function for the cutoff. It is not listed in the references.
Sorry for the simple questions, but I havent found an example for that function of the upper cutoff.
Do you think it makes sense to set such an upper cutoff? Actually it is always good because the worst thing that can happen is that I have a bad Upper cutoff value and it didnt cut off any branches. But if my upper cutoff value is good it will cutoff some branches and reduce the time. Is that right ?
Best regards and thanks for your help !
#CPLEXOptimizers#DecisionOptimization